body {

	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.813em;
	color:#000000;
	font-weight:normal;
	}
	
/*#content {
	font-size: 1.3em;
	}
*/

	
a:link {
	color:#666666;
	text-decoration:underline
	}

a:visited {
	color:#777777;
	font-style:normal;
	text-decoration:underline
	}

a:hover {
	color: #00628B;
	text-decoration:underline
	}	


	
/* Dropdown Menu */

.chromestyle{
width: 730px;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-size: 1.063em;
border-bottom-width: 0;
width: 100%;
background-color: #00628B;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 0 16px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 color: #8EBCCC;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
text-indent: 5px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: left;
line-height: 18px;
z-index: 100;
background-color: #666666;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
line-height: 18px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #8EBCCC;
}

/*end of Dropdowns */
	

h1 {
	font-size: 1.25em;
	color: #000000;
	font-weight:bold;
	}
	
h2 {
	font-size:1.063em;
	color: #000000;
	font-weight:bold;
	}

h3 {
	font-size:1.85em;
	color: #000000;
	font-weight:normal;
	}

/*Front Boxes*/
.fboxesTitles{
	background-color: #00628B;
	font-size:1.063em;
	color:#FFFFFF;
	padding: .5ex 1ex .5ex 1ex;
	}

.fboxes{
	background-color: #8EBCCC;
	font-size:0.938em;
	color:#000000;
	padding: .5ex 1ex 0 1ex;
	}

		
.fboxeslink{
	background-color: #8EBCCC;
	font-size:0.938em;
	text-align: center;
	padding: 0;
	}
	
.fboxeslink a:link {
	font-size: 0.938em;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}
	
.fboxeslink a:visited {
	color: #666666;
	}		
	
.fboxeslink a:hover {
	color: #00628B;
	}
	
/* ########### Resources List ########### */
	
	.resources {
	font-size: 1em;
	
	font-weight: bold;
	}
	.resources a{
	color: #006699;
	text-decoration: none;  
	}
	.resources a:hover{
	color: #666666;
	text-decoration: underline;  
	}
	.resources li{
	list-style-type: none;  
	}
	


/* ########### Back to Top ########### */
	
	.top {
	text-align:right; 
	}	
	
	.top a{
	text-decoration: none; 
	}	
	

/* ########### Copyright Container ########### */
.copyright{
	font-size:0.7em;
	color:#000000;
	}
.copyright a:link {
	
	font-weight:normal;
	text-decoration:underline
	}


