﻿.Center {
	border: thick outset #996600;
	position: relative;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	margin-top: auto;
	background-color: #FFFFFF;
}
.Main {
	overflow: auto;
	position: absolute;
	left: 198px;
	top: 140px;
	height: 467px;
	width: 600px;
}
.Header {
	position: absolute;
	top: 105px;
	left: 0px;
	height: 30px;
	width: 800px;
}
.Title {
	position: absolute;
	width: 800px;
	height: 101px;
	top: 0px;
	left: 0px;
	text-align: center;
	border-bottom-style: ridge;
	background-color: #F0EDB0;
}
.Graphic {
	position:absolute;
	left:0px;
	top:140px;
}
.Footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.Footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
.Footer a {
	color: #fff;
	text-decoration: underline;
}
.Footer a:hover {
	color: #fff;
	text-decoration: none;
}
li
{
	padding: 0;
	margin: 0;
	list-style: square;
}
.menu9 {
	height: 24px;
	white-space: nowrap;
	position: absolute;
}
.menu9 li
{
	display: inline;
}
.menu9 li a {
	text-decoration: none;
	padding: 0.2em 1em;
	float: left;
}
		
	
.menu9 li a:link, .menu9 li a:visited {
	background: url(assets/MenuStatic.gif);
	width: 70px;
}
.menu9 li a:hover {
	background: url(assets/menuactive.gif);
	width: 70px;
	float: left;
	color: #FFFFFF;
}
	
.menu9 li a:active {
	background: url(assets/menuactive.gif);
	width:70px;
	float:left;
	color: #FFFFFF;
	}
body {
	font-size: 11pt;
	font-family: verdana, helvetica;
}
