body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#imglogo {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
#topNav {
	clear: right;
	float: left;
}
#topNav ul {
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	background-color: #33FF99;
	height: 98px;
	width: 750px;
}
#topNav li {
	display: inline;
}
#topNav li a {
	text-decoration: none;
	padding: 10px;
	float: left;
	height: 26px;
	margin-top: 52px;
	font-size: 14px;
	margin-left: 3px;
}
#topNav li a:link, #topNav li a:visited, #topNav li a:active {
	font-weight: bold;
	color: #333333;
}
#topNav li a:hover {
	background-color: #009966;
}
#topNav li.current a:link {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom: 3px;
}
#content {
	clear: both;
	float: left;
	width: 680px;
	margin-left: 35px;
	margin-top: 15px;
	margin-right: 85px;
	font-size: 14px;
}
h2 {
	font-size: 18px;
	font-style: italic;
	color: #003366;
	margin-bottom: 0px;
}
#content p {
	line-height: 1.3em;
	margin-top: 4px;
}
.bold {
	font-weight: bold;
}
#imgLocation {
	float: right;
}
#contentTable {
	clear: both;
	float: left;
	width: 750px;
	margin-left: 10px;
	margin-top: 15px;
}
.tableHeader {
	font-weight: bold;
	color: #FFFF00;
}
.tableRow {
	background-color: #99CCFF;
}
h1 {
	font-size: 24px;
}
