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

.textContent {
	font-size:0.9em;
	padding:0 0.5em 0 0.5em;
	line-height:1.5em;
}
.textContent img {
    margin:5px;
}
#ears img {
    margin-left:-5px;
    padding:0px;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	margin:10px 0 0.6em 0;
	padding:0.3em 0.5em;
	font-size:1.5em;
	color:#7F3E38;
	background-color:#F5F2E3;
	border:1px solid #7F3E38;
}
.textContent h3 {
	font-size:1.4em;
	color:#7F3E38;
}
.textContent h3 a {
 text-decoration:underline !important;
}
.textContent h6 {
	font-size:1.9em;
	padding:0.3em 0.5em;
	line-height: 150%;
	color:#000000;
}
.textContent ul li {
	margin-top:0.5em;
    margin-left:0;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

