/* this is the css for level 2 stuff */


/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#cccccc;
	}
	
#outer{
	height:100%;
	min-height:100%;
	margin-left:190px;
	background:#ffffff;
	border-right:10px solid #003366;
	margin-bottom:-12px;
	}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	min-width:900px;
	width:100%;
	height:83px;
	background:#ffffff;
	border-top:10px solid #003366;
	border-bottom:10px solid #003366;
	overflow:hidden;
	}
	
	
/*only ie gets this style*/
* html #header {
	\height:103px;/* for ie5 */
	he\ight:83px;/* for ie6 */
	}
	
	

#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
	margin-top:103px;/*needed to make room for header*/
	padding-top:40px;
	background:#cccccc;
	background-image: url(../images/menutopright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index:100;
	text-align: right;
	}

* html #left {padding-bottom:12px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left #toprule {
	height:2px;
	width:190px;
	background-image: url(../images/line188.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0px;
	}	

#left .menuitem {
    background-image: url(../images/line188.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width:190px;
	height:33px;
	margin:0px;
	}
	
/*only ie gets this style*/
* html #left .menuitem {
	\padding-right:25px;/* for ie5 */
	padd\ing-right:0px;/* for ie6 */
	}	

.menuitem a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:9pt;
	line-height:22pt;; 
	font-weight:bold;
	padding-right:25px;
	padding-top:6px; 
	padding-bottom:8px; 
	padding-left:25px;
	color:#003366; 
	text-decoration:none;  
	letter-spacing:normal; 
	}		
      
.menuitem a:hover { 
	color:#FFFFFF;
	background:#003366;
 	}	

	
.menuitem a span {display: none;}

.menuitem a:hover span {
	display: block;
	position: absolute;
	line-height:1.2em;
	top: 100%;
	left: 0;
	width: 170px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #003366;
    text-align: center;
	} 	

#footer {
	width:100%;
	clear:both;
	height:10px;
	background: #003366;
	color: #ffffff;
	text-align:center;
	position:relative;
	}
		
	
html>body #footer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
	
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
	}
	
#clearheader{height:103px;}/*needed to make room for header*/

#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/

* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent {
	position:relative;
	z-index:1;
	margin-left:10px;
	margin-top:0px;
	padding:20px;
	background:#ffffff;
	background-image: url(../images/home_r3_c12.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}


#centrecontent #featurearea {
    position:relative;
	float:right;
	width:160px;
	margin-top:20px;
	margin-right:0px;
	margin-left:10px;		
	margin-bottom:10px;
	border:0px;
	}

	#featurearea #featureheader {
	  margin:0px;
	  height:9px;
	  width:160px;
	  }
	  
	#featurearea #featurebody {
	  text-align: center;
	  width:158px;
	  margin:0px;
	  padding:0px;
	  }
	  
	* html #featurearea #featurebody {/* fix the box spacing in IE */
	  margin-top:-10px;
	  margin-bottom:-10px;
	}  
	  
	#featurebody .linkheading { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14pt; 
		color: #003366; 
		text-decoration: none;
		text-align: center; 
		font-style: normal;
		font-weight: bold;
		margin:0px;
		margin-left:2px;
		margin-right:2px;
		line-height:1.2em;
		}  
		
	
	#featurebody .bodytext { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 0.8em; 
		text-decoration: none;
		text-align: center; 
		font-style: normal;
		margin:0px;
		margin-left:2px;
		margin-right:2px;
		line-height:1.2em;
		}  
	
	  	  	
	#featurebody hr {
	  color:#FFFFFF;
	  width:95%;
	  border:solid;
	  border-width:1px;
	  }
				
	#featurearea #featurefooter {
	  /* margin-top:-12px; */
	  height:9px;
	  width:160px;
	  }

 				  
	#featurearea #featurespacer {
	  width:150px;
	  height:20px;
	  }
	  
	#featurespacer p {
	  border:0;
	  background:#ffffff;
	  margin:0;
	  }
	
#minHeight{float:left;width:0px;height:100%;margin-bottom:-12px;} /*safari wrapper thanks to Tim Connor*/

* html #minHeight{margin-bottom:-10px;} 