body {
	background-image: url(images/mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: visible;
}
#main {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 170px;
	margin-left: -250px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	line-height: 19px;
}
#top {
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0066CC;
	font-weight: bold;
	position: absolute;
	width: 500px;
	top: 105px;
	margin-left: -250px;
	left: 50%;
	z-index: 100;
	text-align: right;
}
#Nav a.Nav {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	display: block;
}
#Nav a.NavActive,#Nav a.Nav:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003366;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	display: block;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	color: #333333;
}

#Nav {
	width: 508px;
	margin-left: -254px;
	position: absolute;
	left: 50%;
	z-index: 100;
	top: 140px;
}
