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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:Tahoma, "trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.3em;
	font-weight:400;
		color:#238648;
	background-color:#E7E7E9;
	border:1px solid #E7E7E9;
}
.textContent h3 {
	font-size:1.5em;
		color:#238648;
		margin : 0;
	font-weight:400;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
ul#storyList
{
	margin-left : 0;
	padding-left : 0;
}
ul#storyList li
{
	padding : 0;
	margin-left : 0;
		list-style : none;
}


ul#bottomLinks
{
	padding-left : 0;
}
ul#bottomLinks li
{
	display : inline;
	float : left;
	padding-right : 20px;
	list-style : none;
}
