/* peacebuilder styles */

div.contents {
	float:right;
	padding:5px;
	width:108px;
	font-size:14px;
	color:#006600;
	text-align:center;
}

div.quote {
	border:#006600 solid 1px;
	font-size:16px;
	color:#006600;
	padding:5px;
	margin:5px;
}

/***************** feature list *****************/
div.col1 {
	width: 350px;
	float:left;
}

div.col2 {
	width: 250px;
	float:right;
}



div.featurelist a {
    height:75px;  
	color:#006600;
	width:250px;

}

div.featurelist a:hover {
    background-color:#8fc28f;
	color:#000;
}

div.featurelist a.mainfeature {
	text-align:center;
}


div.featurelist p {
	margin: 0px 0px 3px 0px;
	text-align:left;
	
}

div.featurelist p.title {
	font-weight:bold;
}



