body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: center;
position: relative;
}
#container {
width: 800px;
text-align: left;
margin: auto;
position: relative;
}
a#logolink {
position: absolute;
height: 45px;
width: 215px;
left: 20px;
top: 25px;
display: block;
}
a#bannerlink {
position: absolute;
height: 49px;
width: 330px;
left: 430px;
top: 27px;
display: block;
}
#banner {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
width: 800px;
height: 105px;
left: 0;
top: 0;
}
#bannernav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 3px;
}
a.topnav:link {
color: white;
text-decoration: none;
font-size: 120%;
}
a.topnav:visited {
color: white;
text-decoration: none;
font-size: 120%;
}
a.topnav:hover {
color: #ffd940;
text-decoration: underline;
}
#bannersubnav {
position: absolute;
font-size: 12px;
font-weight: bold;
font-style: italic;
left: 240px;
top: 85px;
width: 575px;
height: 35px;
color: #000000;
z-index: 100;
}
#bannersubnav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#bannersubnav ul li {
display: inline;
color: white;
}
#bannersubnav a:link {
color: white;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
}
#bannersubnav a:visited {
color: white;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
}
#bannersubnav a:hover {
color: #ffd940;
text-decoration: underline;
}
.hidden {
	display: none;
}
.none{}
