@charset "iso-8859-1";
/* CSS Document */


body, html{margin:0 auto; background:fff; height:100%; font:0.9em/1.3 "Trebuchet MS", Helvetica, SansSerif;}

body #pageContainer
{width:860px; margin:0 auto;  padding:0; position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-position: center -30px; background-repeat: repeat-y; background-image: url(../images/home-bg.png);
	}


/* is defaulted to 193c58 */ 
#header {background-color:#fff; height: 5px; width: 860px;}

	/*Main menu*/
	#navMain {position:absolute; right: 90px; color:#1A1718; white-space:nowrap}

	/*Utility menu*/
	#navUtility {position:absolute; right: 90px; top: 50px; color:#1A1718;	white-space:nowrap}
	#navUtility a, #navUtility a:visited  {color:#46596D;  text-decoration:none; padding:0 5px;}
	#navUtility a:hover{text-decoration:underline;}

/** specific to home page **/
#contentMain {float:left; color:#204955;width:100%;padding-top:20px; line-height:1.2em; font-size:1em; padding-bottom: 3em;
	background-position: center 0px; background-repeat: repeat-y; background-image: url(../images/home-bg.png);
}
#contentMain a:link, #contentMain a:visited {color:#294F5F; text-decoration:underline;}


#contentMain h1,  #contentMain h2, #contentMain h3 {margin:1em 0 .5em 0; text-align:left; clear:both;  width:100%;}
#contentMain h1 {font-size:1.1em; color:#254A78;  text-transform:uppercase;}
#contentMain h2 {font-size:1.1em; text-transform:uppercase; letter-spacing:1px; color:#3C3C75; padding:.2em 0;  border-bottom: solid 1px #999;}
#contentMain h3 {color:#204955; margin:.3em 0; font-size:1em; font-weight:bold;}
#contentMain p {margin:1em 0; }
#contentMain #Submenu {width:246px; float:left; display:inline; margin:0 20px; padding-top:1px;}
#contentMain #colMiddle {width:405px;float:left; display:inline; }
#contentMain #colMiddle ul li{margin: 0;}
/** end specific to home page **/

#Banner {width:860px; background-color:#fff;}

#footer {clear:both; position:relative; text-align:center; width:100%; bottom:0px;padding:0;font-size:.9em;
	height:3.5em;
	margin-top:-3.5em;
	background: #1A2829;
	margin-left:auto;
	margin-right:auto;
}

#footer #footerLinks{color:#5D6F79; padding-top:1em;}
#footer #footerLinks a{color:#5D6F79; text-decoration:none; line-height:1.5em; padding:0 0.5em;} 
#footer #footerLinks a:hover{text-decoration:underline;}

#copyright {font-size:.8em; padding-bottom:3em;}
