.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.topheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fullsite {
	background-image: url(images/fullsite.jpg);
	background-repeat: repeat-y;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.maintd {
	padding: 50px 10px 10px;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
}
.leftnav a:link {
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-weight: normal;
}
.leftnav a:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-weight: normal;
}
.leftnav a:hover {
	TEXT-DECORATION: underline;
	color: #E61012;
	font-weight: normal;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.botnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00003E;
	margin-bottom: 2px;
	font-weight: normal;
}
.botnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.botnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.botnav a:hover {
	color: #1D882A;
	text-decoration: underline;
	}
.highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
