html {overflow: scroll;} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9dacb9;
	}

#mainTable {
	width: 725px;
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}


/* ------ Begin Header ------ */
#header {
	border-bottom: 1px solid #ffffff;
	}
/* ------ End Header ------ */


/* ------ Begin Navigation ------ */
#navigation {
	width: 149px;
	border-right: 1px solid #465e6e;
	vertical-align: top;
	background-color: #024160;
	background-image: url('../imgs/navBg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	}
#navigation ul, #navigation ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#navigation a {
	display: block;
	padding: 3px 3px 3px 6px;
	width: 149px;
	background-image: url('../imgs/navLinkBg.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #eee;
	font-size: 100%;
	}
#navigation a:link, #navlist a:visited {
	color: #feeed4;
	text-decoration: none;
	}
#navigation a:hover {
	background-color: #51738d;
	background-image: none;
	color: #fff;
	}
/* ------ End Navigation ------ */

/* ------ Begin Second Level Navigation  ------ */
#navigation ul ul#subnavlist { display: none; }
#navigation ul ul#subnavlist li { 
float: none; 
}

#navigation ul ul#subnavlist li a {
	padding: 6px 3px 6px 6px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	}
#navigation ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	margin-top: -22px;
	margin-left:159px; 
	padding-top: 0;
	border-left: 1px solid #eee;
	
	}
#navigation ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 10em;
	padding: 0px 0px 0px 2px;
	}

#navigation ul#navlist li:hover ul#subnavlist li a:before { content: " "; }
/* ------ End Second Level Navigation  ------ */


/* ------ Begin Second Level Navigation - JS - IE6  ------ */
#dropmenudiv {
	position: absolute;
	background-color: #003f5e;
	border: 1px solid #fff;
	border-bottom-width: 0;
	border-left-width: 0;
	line-height: 16px;
	z-index: 100;
	}

#dropmenudiv a {
	width: 175;
	color: #feeed4;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 2px 0 2px 5px;
	text-decoration: none;
	}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #51738d;
	color: #fff;
	}
/* ------ End Second Level Navigation - JS - IE6  ------ */


/* ------ Begin Banners ------ */
#topBanner, #navBanner, #contentBanner, #footerBanner {
	display: NONE; /* remove NONE to enable */ 
	}


#banner {
	background-color: #fff;
	border: 1px dotted red;
	font-size: 300%;
	}
#banner img {
	border: 0;
	}
/* ------ End Banners ------ */


/* ------ Begin Content ------ */
/* ============================================================================ */

/* ============================================================================ */
/* ------ End Content ------ */

	
/* ------ Begin Footer ------ */
#footer {
	border-top: 1px solid #ffffff;
	background-color: #597792;
	height: 22px;
	padding: 0 0 0 5px;
	color: #ffffff;
	}
#footer a{
	color: #fff;
	text-decoration: underline;
	margin:0px 5px 0px 5px;
	}
/* ------ End Footer ------ */
li {
font-size:12px;
}
