

/*General*/
h1 {
	font-weight:bold;
	letter-spacing:-.2px;
}
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:.25em 0 0em 0;
}
p {
	margin:0 0 .5em 0;
}


#body #content p,  #body #content h3{
	line-height:180%;
	font-size:11px;
}
/* Begin Body Content Styles */
#body #content .featurestory, #body #content .secondstory, #body #content .thirdstory {
	display:block;
	/*margin:0 240px 0 0;*/
	padding:0 0 10px 0;
}
/*Specific*/
.featurestory h1 {
	font-size:20px;
	color: #003399;
	
}
.secondstory h2 {
	font-size:17px;
	color: #003399;
}

.thirdstory h3 {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #003399;
}
#body #content .featurestory {

}
#body #content .featurestory img {
	margin:0 15px 5px 0;
	border:2px solid #ccc;
}
#body #content .secondstory {

}
#body #content .secondstory img {
	float:left;
	padding:10px 15px 5px 0;
}
#body #content .thirdstory {
	background-image:none;
	padding-left:15px;
}


