body {
	color: #FFFFFF;
	margin: 0px;
}

img {
	border: 0px;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 11px;
}

#top {
	position: relative;
	background-color: #FFFFFF;
	border-top: 12px;
	border-bottom: 14px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #006600;
	width: 100%;
	height: 130px;
	z-index: 1;
}

#logo {
	float: left;
}

#flash {
	float: right;
}

#navbar {
	position: relative;
	height: 20px;
	background-color: #C6C3A2;
	font-weight: bold;
}

#date {
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
}

#navbarmenu {
	float: right;
	padding-right: 10px;
	padding-top: 3px;
}

#navbarmenu a {
	color: #000000;
	text-decoration: underline;
}

#navbarmenu a:hover {
	color: #006600;
	text-decoration: underline;
}

#main {
	position: absolute;
	background: url("../images/side_nav.gif");
	background-repeat: no-repeat;
	top: 176px;
	left: 0px;
	z-index: 4;
}

#sidenav {
	position: relative;
	float: left;
	width: 275px;
	height: 500px;
	padding-top: 20px;
	z-index: 99;
}

#content {
	position: absolute;
	padding-top: 30px;
	left: 265px;
}

#content p {
	font-size: 12px;
	line-height: 16px;
	width: 500px;
}

#content p.nav {
	border-top: 2px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #006600;
	text-align: center;
}

#content h1 {
	font-size: 14px;
	color: #006600;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content li {
	font-size: 12px;
	line-height: 20px;
}

#content #topimage {
	position: relative;
	float: left;
	padding-right: 50px;
	padding-bottom: 50px;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}

#content #hdrmenu {
	position: relative;
}

#content #hdrmenu li {
	display: block;
}

#content #rightside {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.articlecontent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	color: #000000;
	background-color: #C6C3A2;
	padding: 10px;
	width: 480px;
}

.bottom {
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
	border-top: 3px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #006600;
}

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

table {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width: 500px;
}

td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}