body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	color: #336666;
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003399;
}

#header {
	height: 80px;
	margin-left: 50px;
}
#navwrapper {
	background: #DAE0E4;
	padding-left: 50px;
	border-bottom: 4px solid #FFF;
}

#navwrapper ul {
	background: #486279;
	padding: 0;
	margin: 0;
	/*margin-left: 50px;*/
	color: White;
	float: left;
	width: 900px;
	font-family: arial, helvetica, sans-serif;
}

#navwrapper ul li {
	display: inline;
}

#navwrapper ul li a {
	padding: 0.25em 1em;
	background: #486279;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navwrapper ul li.last a {
	border: 0;
}
#navwrapper li.active a {
	background: #336666 url(images/interior/active.gif) no-repeat bottom center;
}
#navwrapper li a:hover {
	background: #336666;
}

#highlightwrapper {
	background: #CCD9F2;
	/*margin-top: 4px;*/
	padding-left: 50px;
}

#footerwrapper {
	background: #DAE0E4;
	padding-left: 50px;
}

#footer {
	width: 882px;
	background: #7F91A1;
	padding: 4px 9px;
	font-size: 11px;
	color: #FFF;
}

#footer a {
	color: #FFFFFF;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #BFC1C0; 
	border-style: none none dotted; 
}

.clearleft {
	clear: left;
}