body  {
	font-size: small; 
	font-family: arial, helvetica, helve, sans-serif;
	color:#000;
	line-height: 110%;
	margin: auto;
	width: 974px;
	background:#939495;
}

#header {
	width: 794px;
	height: 100px;
	margin: auto;
	position: relative;
}
#headeralign {
	position:absolute;
	bottom:0px;
	padding: 0 0 20px 0;
}

#middle {
	width: 794px;
	height: 391px;
	margin: auto;
}
#menunav {
	float:right;
}
.navmenu li {
	list-style-type: none;
	text-align: right;
}
.navmenu li a {
	text-decoration: none;
	color: #fff;
}
.navmenu li a:hover {
	color: #e2144a;
}
.navmenu li.alt {
	border-top: 0;
}

#footer {
	width: 794px;
	height: 20px;
	margin: auto;
	position: relative;
	padding: 20px 0 0 0;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer-left {
	width: 435px;
	float: left;
	padding: 0 50px 10px 0;
	line-height:150%;
}
#footer-left h2{
	font-weight: normal;
}
#footer-right {
	width: 294px;
	height: 180px;
	float: right;
	padding: 0px 5px 5px 10px;
	overflow: auto;
}
/* ---- no css accessibility ---- */
.access-aid {
	display: none;
	}
