#contentMain
{
	
	margin-top: 0;
	width: 100%;
}

#blurb{

	margin-top:20px;
	text-align:justify;
	font-size:13pt;
	margin-left:25px;
margin-right:25px;
clear:both;
}	

div.floatLeft { 
    float: left; 
padding:0px;
height:150px;
margin-left:25px;
width:20%;
text-align:justify;
dbackground:green;
}



p.floatRight{
text-align:justify;
float:right;
width:60%;
height:150px;
margin-right:25px;
dbackground:purple;
}

a {
color:#000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

