body {
	background-color: #000000;	
	margin-left: 0px;
	margin-top: 0px;
}
p, .bodytext, a.bodytext:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
a.bodytext:hover {
	color: #999999;
}
.bodytextlink, a.bodytextlink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #990000;
}
a.bodytextlink:hover {
	color:#999999;
}
.whitetext {
	color:#ffffff;
}
.dkbluetext {
	color:#006699;
}
li {
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.bodytextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	line-height: 20px;
}
.sidenav, a.sidenav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 17px;
}
a.sidenav:hover {
	color: #05689A;
	text-decoration: underline;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #990000;
	text-transform: uppercase;
}
.smallblue, a.smallblue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 20px;
}
a.smallblue:hover {
	color: #999999;
}
.topnav, a.topnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(images/interface_nav_05.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 20px;
}
a.topnav:hover {
	color: #ffffff;
}
.topnavrepeat {
	background-image: url(images/interface_nav_repeat_09.jpg);
	background-repeat: repeat-x;
}
.topnavactive, a.topnavactive:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(images/interface_navactive_05.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 20px;
}
a.topnavactive:hover {
	color: #ffffff;
}
.bottomnav, a.bottomnav:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d99a26;
	font-weight: bold;
	text-decoration: none;
}
a.bottomnav:hover {
	color: #ffffff;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	font-variant: small-caps;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
}
.linkstyle, a.linkstyle:link {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
a.linkstyle:hover {
	color: #6699cc;
}


/* drop down menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 9px Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
}
#dropmenudiv {
background-color: #dddddd;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid #ffffff;
padding: 0px 0;
text-decoration: none;
color: #dddddd;
}
#dropmenudiv a{
background-color: #dddddd;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color: #000033;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e5c47e;
color: #000033;
}

/* end drop menu */
