/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:1em;
	padding:0 0.5em;
	line-height:1.5em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	background-color:	#793801;
	margin: 			3px 0 1em 0;
	padding:			0.2em 70px 0.2em 0.5em;
	font-size:  		1.273em;   /* = 14px  */
	color:  			#fff;
	font-weight:		bold;
	border-bottom:		2px solid #FFF;
}
.textContent h3 {
	font-size:1.4em;
	color:#B6803F;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0em 2em 0em;
}


