html {
	overflow-x: hidden;
	overflow-y: auto;
}
#container {
	width: 100%;
	\width: 760px;
	w\idth: 740px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/content_bg.gif);
		}

		#banner {
	height: 312px;
	background-color: #FFFFFF;
	background-image: url(../Images/nav_header.gif);
	background-repeat: no-repeat;
		}

		#content {
	height: 270px;
	background-repeat: no-repeat;
		}
		
.contentholder {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.rightcolbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

.righcolnorm {
	padding-top: 0px;
	margin-top:0px;
	line-height: 18px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	color: #333333;
}
.pbolder {
	font-weight: bold;
	color: #284658;
}

		#sidebar-a {
			float: right;
			width: 240px;


		}

	#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	background-image: url(../Images/footer.gif);
	height: 90px;
	background-color: #F8F8F7;
	background-repeat: no-repeat;
		}
		
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.navarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	height: 24px;
	width: 740px;
	text-align: left;
	padding-top: 86px;
}

.navarea ul {
	display: inline;
	margin: 0;
	padding: 0 0 0 4;
}
.navarea ul li  {
	display: inline;
	list-style: none;
	padding-left: 12px;
	padding-right: 5px;
}
.navarea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #283e77;
	text-decoration: none;
	text-transform: uppercase;
}
.navarea  A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EBEBEB;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 0px;
}




ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	height: 20px;
}
#nav li {
	display: block;
	float: left;
}	
#nav li a {
	display: block;
	color: #1E3355;
	text-decoration: none;
	font-weight: normal;
	}
/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 14.5em;
	w\idth: 14.5em;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5A36E;
	border-right-color: #B5A36E;
	border-bottom-color: #B5A36E;
	border-left-color: #B5A36E;
	background-color: #FFFFFF;
}

/* 3rd level menus only */
#nav ul ul {
	margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
	width: 14.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEAC73;
	height: 18px;
	padding-top: 3px;
	background-color: #EBDBA7;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 14.5em;
	w\idth: 14.5em;
	border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background-color: #E2DED1;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	}	
#footerb {
	position: absolute;
	bottom: 0;
	background-color: #2F4F84;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
	border-top: 1px solid #D3CDBA;
	border-right: 1px none #D3CDBA;
	border-bottom: 1px solid #1E3355;
	border-left: 1px none #1E3355;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footerb {
	\width: 69%;
	w\idth: 70%;
	height: 50px;
}
