body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #003333;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	background-position: center;
	margin-top: 0px;
}
.container {
	text-align: left;
	width: 800px;
	border: 1px solid #003333;
}
.top_banner {
	background-image:  url("images/banner_top.gif");
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	text-align: left;
}
#nav {
	width: 140px;
	margin-left: 1px;
	padding-top: 5px;
}
.content {
	width: 600px;
	float: right;
	padding: 5px;
	margin-right: 1px;
}
h1 {
	color: #FFFFFF;
	font-size: large;
	font-weight: normal;
	background-color: #114A4A;
	margin-top: -35px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-size: medium;
	text-transform: capitalize;
}
a:hover {
	text-decoration: none;
	color: #999933;
}
#nav li {
	list-style-type: none;
	margin-left: -40px;
	border-bottom-color: #003333;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#nav a:link, #nav a:visited, #nav a:active  {
	text-decoration: none;
	color: #0099CC;
}
#nav a:hover {

	text-decoration: none;
	color: #003333;
}
