#header {
    background: url(/images/tuxaloosa_banner.png) no-repeat;
    height: 84px;
    width: 701px;
}

body {
	background-color: #DCDCDC; 
	color: black;
	font-size: small;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
}

A.button:hover { background:none; }
A:hover { background:white; }
A:link { text-decoration: underline; color: navy; }
A:visited { text-decoration: none; color: navy; }
A:active { text-decoration: none; background: white; color: crimson; }
a.footer:hover { background: none; }
a.footer:link { text-decoration: none; color: blue; }
a.footer:visited { text-decoration: none; color: navy; }
a.footer:active{ text-decoration: none; color: crimson; background: none; }

h { color: black; }
p { color: black; }
li { color: black; }

div.body {
	position: relative;
	margin-left: 14em;
	margin-right: 5em;
	padding: .5em;
	background-color: crimson;
	border: 2px outset black;
	width: 701px; }
div.body_banner {
	margin-left: 13em;
	margin-right: 2em;
	padding: .5em; }
div.footer {
	position: relative;
	margin-left: 14em;
	margin-right: 5em;
	padding: .5em;
	width: 701px; }
div.topmenu {
	text-align: left;
	margin-left: 13em;
	position: relative;
	border: none; }
div.leftmenu {
	text-align: center;
	position: absolute;
	top: .5em;
	left: 1em;
	width: 12em;
	border: none; }
#topmenu ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ; }
#topmenu ul li {
	margin: 0 ;
	padding: 1em ;
	display: inline ;
	text-align: center ;
	list-style: none ; }
#topmenu li a {
	color: black;
	background-color: crimson;
	border: 2px outset black;
	padding: .5em ;
	text-decoration: none ;
	display: inline ; }
#topmenu li a:hover {
	color: white;
	background-color: crimson; }
H


