﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 20px;
	text-align: center;
	}
#header {
	position: relative;
	width: 900px;
	height: 200px;
	margin: auto;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
#nav {
	text-align: left;
	position: relative;
	width: 900px;
	height: 500px;
	background-image: none;
	margin: auto;
	background-color: #FFFFCC;
	top: 0px;
	left: 0px;
}
#content {
	position: absolute;
	width: 700px;
	float: left;
	top: 0px;
	left: 200px;
	height: 500px;
	overflow: auto;
	padding-left: 15px;
	margin: auto;
	background-color: #ccffcc;
}
#footer {
	border-bottom: 3px solid #1b63aa;
	position: relative;
	width: 900px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #d7e7f7;
	top: 0px;
	left: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #1b63aa;
	border-top-width: 3px;
}
#headnav {
	border-color: #008000;
	border-width: thin;
}
body {
}
#nav a {
	padding-left: 5px;
	}
#nav a:hover {
	color: #000000;
}
#headnav a:hover {
	color: #00FF00;
	text-decoration: none;
}
#headnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}