@charset "UTF-8";
/* CSS for use in Contribute */
/* --- BEG General Fonts --- */
p, td {
	font-size: 14px;
	font-weight: normal;
}

h1 {
	color: #00853f;
	font-size: 20px;
	font-weight: bold;
	/*line-height: 1.6em;*/
	margin-bottom: -8px;
}

h2 {
	color: #00853f;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	/*line-height: 1.6em;*/
	margin-bottom: -5px;

}

h3 {
	color: #00853f;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	/*line-height: 1.6em;*/
	margin-bottom: -5px;}

h4 {
	
	font-size: 12px;
	line-height: 14px;
}

/*li {
	font-size: 14px;
	font-weight: normal;
}*/
/* --- BEG Left Column --- */


.image-left {
	float: left;
	padding: 0 8px 2px 0;
}

.image-right {
	float: right;
	padding: 0 0px 2px 8px;
}

.center {
	text-align: center;

}