body {
	background-color: #FFFFFF;
	}

#wrapper {
	position: relative;
	top: 0px;
	width: 800px;
	}

#wrapper td.header {
	background-color: #FFFFFF;
	}

#wrapper td.datebar {
	background-color: #000000;
	}

#wrapper td.nav {
	width: 190px;
	background-color: #146600;
	border: solid 1px #000000;
	}

.nav_links {
	margin: 15px 10px 15px 25px;
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	}

.nav_links a {
	text-decoration: none;
	color: #FFFFFF;
	}

.nav_links a:hover {
	text-decoration: underline;
	}
		
#wrapper td.contentarea {
	width: 580px;
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	padding: 20px 20px 20px 20px;
	background-color: #f8e9c8;
	border: solid 1px #c5bdad;
	}

.contenttitle {
	font-weight: bold;
	font-size: 12pt;
	}

.nav_links_bottom {
	text-align: center;
	padding: 30px 20px;
	}

.nav_links_bottom a {
	font-size: 8pt;
	}

.spacer_bottom {
	height: 25px;
	}
