/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #738236;
}

a{
	color: #738236;
}
.topcell {
	text-align: left;
	vertical-align: top;
}
.maintable{
	border: 20px solid #b9c19b;
	background-color: #FFFFFF;
}
.subheader{
	color: #738236;
	background-color: #f9e171;
	text-align: right;
	padding: 3px;
	font-weight: bold;
}
.subheader a{
	color: #738236;
	text-decoration: none;
}
hr{
	color:#738236;
	background-color: #738236;
	height: 3px;
	border: 0px;
	width:100%;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #738236;
}
.sidebar{
	vertical-align: top;
	width: 200px;
	padding: 10px;
}
.content {
	width: 600px;
	padding: 5px;
}
.featurecell{
	padding: 5px;
	vertical-align: top;
	width: 300px;
}

.newsletter{
	background-color: #b9c19b;
	padding: 5px;
}
