body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #453921;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #17130B;
}
.harvest #container { 
	width: 1000px;
	background: #b6121b;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left;
} 
.harvest #header { 
	background: #e39243; 
	padding: 0px;
} 
.harvest #subheader {
	background: #FFFFFF;
	padding: 0px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #f9d962;
} 
.harvest #sidebar1 {
	float: left;
	width: 180px;
	background: #b6121b;
	color: #FFFFFF;
	line-height: 27px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 14px;
	font-weight: normal;
}
.harvest #mainContent {
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.harvest #footer {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #fbd860;
	background-color: #e39243;
	background-image: url(../images/footer.jpg);
	height: 120px;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 23px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	color: #9FC256;
}
h4 {
	font-size: 16px;
	color: #A0C457;
}
a:link {
	color: #8fb641;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FDE799;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #fbd860;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8fb641;
	font-weight: bold;
}
a.navbar:link {
	color: #FDE799;
	text-decoration: none;
	font-weight: bold;
}
a.navbar:visited {
	text-decoration: none;
	color: #fbd860;
	font-weight: bold;
}
a.navbar:hover {
	text-decoration: none;
	color: #8fb641;
	font-weight: bold;
}
a.navbar:active {
	text-decoration: none;
	color: #FDE799;
	font-weight: bold;
}
.text_firstpara {
	font-size: 15px;
	color: #F7CCCD;
}
.text_lastpara {
	font-size: 15px;
	color: #F7CCCD;
	font-weight: bold;
}
.text_small {
	font-size: 10px;
}

