@charset "utf-8";
.topbg {
	background-image: url(../img/topbg.jpg);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.menubg {
	background-image: url(../img/menubg.jpg);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 11px;
}
.headers {
	color: #920707;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}
a {
	color: #8C0015;
}
.subtext {
	font-size: 11px;
	color: #666;
}
a:hover {
	color: #000;
}
.zeropad {
	margin: 0px;
	padding: 0px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}


#menu a:hover{
	color: #F8D7C4;
}
#menu td{
	color: #E7941E;
	font-size: 16px;
}
.subheaders {
	color: #920707;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 97%;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D50017;
	border: 1px solid #510005;
}
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
	margin-left: -11px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #510005;
	border-right-color: #510005;
	border-bottom-color: #510005;
	border-left-color: #510005;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A2000F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000;
}
.disclaimer {
	font-size: 11px;
	color: #FFF;
}
.imgborder {
	border: 1px solid #CCC;
}
.dottedbg {
	background-image: url(../img/dotted.gif);
}
.leftpadded {
	padding-left: 15px;
}
