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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	font-size:1.1em;
	color:#FFF;
	background-color:#E76D17;
    background-image: url(../images/navtopbehind.gif);
    background-repeat: repeat-y;
	border:1px solid #000;
}
.textContent h3 {
	font-size:1.4em;
	color:#006DC6;

}

.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0.5em 2em 0.5em;
    color:#000;
    font-size:11px;
}
.contentArea h3 {
	font-size:1.4em;
	color:#FFF;
	background-color:#E76D17;
    background-image: url(../images/navtopbehind.gif);
    background-repeat: repeat-y;
    padding:0 0 0 5px;

}

.contentArea h4 {
	font-size:1.4em;
	color:#FFF;
	background-color:#E76D17;
    background-image: url(../images/navtopbehind.gif);
    background-repeat: repeat-y;
    padding:0 0 0 5px;
}



/* ********** FORMS ********** */

.textContent form {
	border:1px solid #7F9DB9;
	padding:0.5em 1em;
	margin:1.5em 0 1em 1em;
	width:345px;
}
.textContent form label {
	width:95px;
	font-size:1em;
	text-align:right;
	margin:0;
	float:left;
	display:inline;
}
.textContent form .textField {
	display:block;
	font-size:1em;
	margin:1px 0 1px 100px;
	width:210px;
}
.textContent form .button {
	margin:1px 0 1px 100px;
}