

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
#resourcesMain{
	float:left;
	text-align:left;
	height:510px;
	width:600px;
	padding-left:5px;
	
}

#resourcesCallout{
	float:right;
	margin:30px 10px 10px 10px;
	border-bottom:double #002f20;
	border-top:double #002f20;
	width:200px;
	padding:5px;
}

#resourcesLeft{
	margin-left:-3px;
	float:left;
	width:485px;
	padding:7px;
	background:#fff5ec;

}

#resourcesRight{
	
	float:right;
	width:485px;
	background:#fff5ec;
	padding:7px;

}


.footnote{
	font-size:75%;
}

#resource{
border-bottom:#666666 dashed thin;
}



	.Resources_Books {
	
	text-align:left;
	border-bottom:#999999 thin dashed;
	margin-bottom:10px;
	padding:0px 5px 5px 5px;
	}
	
	.Resources_Books img {
	float:left;
	size:80%;
	padding:3px;
	}
	
	#Carbon {
	background:#CCCCCC;
	border: #002f20 outset thick;
	width:250px;
	margin:10px;
	padding:3px;
	float:left;
	}
	
	#carbonLbs{
	font-size:150%;
	}	
