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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	margin:2em 0 0.5em 1em;
	padding:0;
	font-size:2.3em;
	color:#FAFF00;
}
/* Holly Hack \*/
* html .textContent h2 {margin-bottom:1em;}
/* end hack */

.textContent h3 {
	font-size:1.4em;
	color:#E67C1E;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0.5em 6em 2em 3em;
}

.textContent img.left {
	float:left;
	display:inline;
	margin:0 1.5em 0.5em 0;
}
.textContent img.right {
	float:right;
	display:inline;
	margin:0 0 0.5em 1.5em;
}
