@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior:url(/css/csshover.htc);
	background:url('/images/insidebg.gif') center top #0072bc;
	background-repeat: repeat-x;
	
}
.home {
	background:url('/images/homebg.gif') center top #0072bc;
	background-repeat: repeat-x;
	}

.whiteleft {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:20px 10px 10px 10px;
	}
.whiteleft a:link { color: #FFFFFF; text-decoration: underline; font-weight:bold;  }
.whiteleft a:visited { color: #FFFFFF; text-decoration: underline; font-weight:bold; }
.whiteleft a:hover { color: #00d8f8; text-decoration: underline; font-weight:bold;}
.whiteleft a:active { color: #FFFFFF; text-decoration: underline; font-weight:bold;}

.newscolumntitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #00047b;
	text-align: left;
	margin-left: 0;
	padding: 65px 0 0 10px;
	list-style: none;
	/*padding: 0 0 0 20px;*/
	/*list-style-image:url(/images/newsarrow.gif);*/
	}
.newscolumntitle li {
	background-image:url(/images/newsarrow.png);
	background-repeat: no-repeat;
	background-position: .5em .25em;
	padding-left: 25px;
	padding-bottom:5px;}
	

.newscolumntitle a:link { color: #00047b; text-decoration:underline;  }
.newscolumntitle a:visited { color: #00047b; text-decoration:underline;  }
.newscolumntitle a:hover { color: #ffffff; text-decoration:underline;  }
.newscolumntitle a:active { color: #00047b; text-decoration:underline; }	
.newscolumndate{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #333333;
	}	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1em;
	text-align:left;
	padding:20px 0 0 15px;
	}
.whitebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#FFFFFF;
	padding:0 0 0 15px;
	}
.whitebody a:link { color: #FFFFFF; text-decoration: underline; font-weight:bold;  }
.whitebody a:visited { color: #FFFFFF; text-decoration: underline; font-weight:bold; }
.whitebody a:hover { color: #00d8f8; text-decoration: underline; font-weight:bold;}
.whitebody a:active { color: #FFFFFF; text-decoration: underline; font-weight:bold;}		
/* BEGIN MAIN STRUCTURE */

div#mainheader {width:800px;}

div#maincontent {width:800px; background-image:url(/images/mainbg.gif); background-repeat:repeat-y;  }
div#main1 {width:253px;  float:left; }
div#main2 {width:263px;  float:left;}
div#main3 {
	width:264px; 
	float:left;
	padding:20px 0 0 0;
	background-image:url(/images/news.png);
	background-repeat:no-repeat;
	width:260px; 
	height:242px;
	}
div#inside1 {width:223px;  float:left; }
div#inside2 {width:530px;  float:left; }
div#newshome{
	color:#00047b;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:12px;
	padding:65px 0 0 35px;
	}
div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00a0d7;
	border-bottom-color: #00a0d7;
	background-color:#001786;
	height:35px;
	background-image:url(/images/footerbg.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
div#footer a:link { color: #FFFFFF; text-decoration: underline;  }
div#footer a:visited { color: #FFFFFF; text-decoration: underline; }
div#footer a:hover { color: #0072bc; text-decoration: underline; }
div#footer a:active { color: #FFFFFF; text-decoration: underline; }	

div.clearfloats {clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}

/* backslash hack hides from IE mac \*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */

/* END MAIN STRUCTURE */	

/* BEGIN NAVIGATION CODE */

body div#listmenu ul li ul {display:none}


div#listmenu {
	width:800px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	height:35px;
	/*background-image:url(/images/navbg.gif);*/
	/*background-repeat:no-repeat;*/
	/*position:relative; z-index:2;*/
	
}
div#listmenu a:hover {color:#ffe000;}
div#listmenu ul {
	margin:0 0 0 20px; 
	float:left;
	position:absolute;
	padding:0;
	/* Padding:0; here aligns nav left on the MAC*/
	z-index:10;
	font-weight:bold;
	  }	  
* html div#listmenu ul {float:left; margin:0 0 0 10px;}
div#listmenu ul li {
	float:left; 
	list-style-type:none; 
	padding:0 18px; 
	position:relative;
	
	}
	
div#listmenu ul li a {
	text-decoration:none; 
	color:#FFFFFF; 
	display: block;
	padding: 8px 0 10px 0;
	}
div#listmenu ul li ul {
	margin:0;
	width:115px; 
	position:absolute; 
	background-color:#00e8fb;
	padding: 0; /* this had to be set to zero to get the drop down lined up in Firefox */
	font-weight:normal;
	
	}
* html div#listmenu ul li ul {	border-top:1px dashed #00a2d3;}
div#listmenu ul li ul li {
	width:100%; 
	border-left:1px dashed #00a2d3;
	border-bottom: 1px dashed #00a2d3;
	border-right: 1px dashed #00a2d3;
	position:relative;
	padding:0px; /* changed from 4*/
	margin:0px;
	background-color:#00e8fb;
	font-size:12px;
	}
* html div#listmenu ul li ul li {left:0;}	
div#listmenu ul li ul li:hover {background-color:#00a2d3;}
div#listmenu ul li ul li a {
	color:#000079;
	padding:4px;
	 }
div#listmenu ul li ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#00a2d3;
	 }
div#listmenu ul li ul li:first-child {
	border-top:1px dashed #00a2d3; }	
div#listmenu ul li:hover ul, div#listmenu ul li ul:hover {display:block;}

/* END NAVIGATION CODE*/