
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav {
	background-color: #660000;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	word-spacing: 10px;
}

#contentarea {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 2px;
}

H1 {
	text-align: left;
	font-size: 18px;
	color: #336600;	
	font-weight: bold;
}

H2 {
	font-size: 11px;
	color: #336600;	
	font-weight: bold;
	display: inline;
}

#rtfeature {
	background-color: #000066;
	width:  300px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
}

#rtfeaturecontent {
	background-color: #009900;
	height: 180px;
	width:  200px;
	color:  #ffffff;
	padding-top: 15px;
	padding-right: 20px;
	border-bottom: 5px;
}

A {
	color: #BE7226;	
}

a.navlinks {
	color: #ffffff;
	text-decoration: none;
}

a.navlinks:hover {
	color: #ffffff;
	text-decoration: underline;
}


