#header {
	background: #006198;
	position: absolute;
	top: 8px;
	left: 162px;
	height: 120px;
	width: 780px;
}

a:link {
color: #ffffff;
font-size: 14px;
font-family: Arial;
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
}
a:visited {
color: #ffffff;
font-size: 14px;
font-family: Arial;
font-style: normal;
font-weight: Bold;
text-decoration: none;
background-color: #006198;
}
a:active {
color: #ffffff;
font-size: 14px;
font-family: Arial;
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
background-color: #006198;
}
a:hover {
color: #E4BB49;
font-size: 14px;
font-family: Arial;
font-style: normal;
font-weight: Bold;
text-decoration: none;
cursor: hand;
}


#menu {
	font: 700 normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	left: 16px;
	width: 145px;
	position: absolute;
	top: 187px;
}
#main {
	font: 700 normal 16px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 163px;
	top: 128px;
	width: 780px;
	background-color: #FFFFFF;
	height: 100%;
	a:link {color: #006198;}
}
#subheader {
	background: #006198;
	width: 780px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}
