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

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

#homePageText {
font-size: 12px;
line-height:1.6em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.1em 0;
	padding: 0.1em 0.2em 0.1em 0;
	line-height : 1.6em;
	font-size:1.4em;
	color:#3f3f3f;
	background-color:#fff;
	border:1px solid #fff;
	text-align:left;
}


.textContent h3 {
	font-size:1.4em;
	color:#895200;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0em 2em 0em;
}


