body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
div#bannertitle {
	font-size: 40px;
	color: #4F9385;
	position: absolute;
	font-weight: bolder;
	top: 40px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EFEFEF;
	left: 280px;
	width: 500px;
}
div#nav ul {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 10px;
}
div#nav ul li {
	display: inline;
}
div#nav li a {
	text-decoration: none;
	background-color: #EFEFEF;
	color: #4F9385;
}
div#nav {
	font-size: 80%;
	background-color: #EFEFEF;
	border: 1px solid #006666;
	padding: 2px;
	position: absolute;
	top: 100px;
	width: 480px;
	left: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#nav li a:hover {
	background-color: #006666;
	color: #FFFFFF;
}
div#content {
	position: absolute;
	top: 170px;
	left: 1%;
	width: 98%;
}
div#bannerlogo {
	background-color: #EFEFEF;
	background-repeat: repeat;
	position: absolute;
	left: 6px;
	top: 8px;
}
div#banner {
	background-color: #EFEFEF;
	position: absolute;
	height: 130px;
	left: 0px;
	top: 0px;
	background-repeat: repeat;
	width: 100%;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
