#Menu {
	position: absolute;
	height: 768px;
	width: 155px;
	left: 0px;
	top: 0px;
	background-color: #597BB3;
}
#Banner {
	background-color: #B3B3B3;
	position: absolute;
	height: 68px;
	width: 70%;
	left: 107px;
	top: 25px;
	z-index: 3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Title {
	background-color: #FFFFFF;
	position: absolute;
	height: 19px;
	width: 65%;
	left: 155px;
	top: 123px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #003387;
	font-style: normal;
}
body {
	background-color: #003387;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
        font-size: 18px;
}
#Rightimage {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 100px;
	z-index: 4;
	right: 12%;
	top: 92px;
}
#Leftimage {
	background-color: #FFFFFF;
	position: absolute;
	height: 182px;
	width: 235px;
	left: -250px;
	top: -3px;
}

#navlist
{
	color: white;
	margin-left: 1px;
	width: 90%;
	font: normal 16pt Geneva, Arial, Helvetica, sans-serif;
	border: 0px #FFFFFF;
}

#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 8pt;
	border: #FFFFFF;
	font-weight: bold;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left:2px;
	color: white;
	background: #003387;
	border-left: 1px solid #6cf;
	padding: 4px 0px 4px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5bd;
	border-right-color: #035;
	border-bottom-color: #000099;
}

#navlist a#current {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navlist a
{
width: 150px;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 140px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: 140px;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
	background: #28b;
	padding:4px 0px 4px 2px;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;

}
#Content {
	position: absolute;
	height: 121px;
	width: 43%;
	left: 422px;
	top: 164px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
