.page_description {
	color: #859200;
	font-weight:bold;
}

H1 {
	color: #2c3200;
	font-size:20px;
	font-weight: normal;
	padding:6px 0;
	margin:0 -20px 30px 0;
	background: url(/images/bg/h1.gif) top left no-repeat;
}

H2 {
	color: #747f00;
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

H3 {
	color: #86942A;
	font-size:180%;
	padding:0px;
	margin:0px;
}


.body_text {
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color: #3c4309;
}

.body_highlighted {
	color: #859200;
	font-weight:bold;
}

#main_content a, #footer a {
	color:#859200;
	text-decoration:underline;
} 
#main_content a:hover, #footer a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #859200;
} 

.img_float_right {
	float: right;
	margin: 0 0 5px 10px;
	}
	
#main_content ul {
	list-style-image: url(/images/bullet.gif);
	padding-left: 30px
	}
#main_content li {
	list-style-image: url(/images/bullet.gif);
	}