body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-repeat: repeat-x;
	background-color: #036735;
}
#wrapper {
	background-color: #9C6;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border: 1px solid #000;
	margin-top: 20px;
}
#wrapper #header {
	background-repeat: no-repeat;
	height: 305px;
	width: 960px;
	background-position: center center;
	background-color: #FFF;
}
#wrapper #leftcol {
	padding: 10px;
	float: left;
	width: 160px;
	background-color: #99CC66;
	margin-left: 0px;
}
#wrapper #middle {
	padding: 10px;
	width: 580px;
	background-color: #FFC;
	float: left;
	font-size: 1em;
}
#wrapper #footer {
	padding: 5px;
	clear: both;
	text-align: center;
	background-color: #FF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapper #topnav {
	background-color: #FF9;
	text-align: right;
	padding: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topnav ul li a {
	color: #030;
	text-decoration: none;
}
#wrapper #topnav ul li a:visited {
	color: #030;
	text-decoration: none;
}
#wrapper #topnav ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#wrapper #rightcol {
	float: right;
	width: 160px;
	padding: 10px;
}
#wrapper #rightcol table tr td h5 a {
	margin: 0px;
	padding: 0px;
}
