/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~ COPYRIGHT 2010 ADIGI ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~ CONTENT SPECIFIC STYLES ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.content h1{
	color:#FFF;
	font-weight:bold;
	font-size:1.6em;
	}
	
#home div.content h1{
	font-size:1.8em;
	}
	
div.content p{
	color:#486521;
	font-size:1.3em;
	line-height:120%;
	}
	div.content p.small{
		font-size:1.1em;
		}
	
div.content em{font-style:italic;}		
		
div.contet ul, div.content ol{
		color:#486521;
	font-size:1.2em;
	padding:0 0 20px 20px;
}
