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

.textContent {
	font-size:0.75em;
	font-face:trebuchet;
	padding:0 0.1em;
	line-height:1.7em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2, .loginContent h2
{
	margin:0 0 0.6em 0;
	height:30px;
	padding:0.2em 0.5em;
	line-height :1.2em;
	font-size:1.4em;
	color:#5F6505;
	background-repeat:no-repeat;
	background-image:url(../images/texh2bg.gif);
}
.textContent h3 {
	font-size:1.4em;
	color:#828A01;
}
.textContent ul li {
	margin-top:0.7em;
}
.contentArea {
	padding:0 0.2em 2em 0.2em;
}
#loginStoryText {
	padding:3px 3px;
	color:#444444;
	font-size:0.9em;
    width:349px;
}

/***** Article List *****/

#storyList {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #AAA;
}
#storyList li {
	margin:0;
	padding:0 5px 10px 5px;
	list-style:none;
	border-bottom:1px solid #AAA;
}
#storyList li h3 {margin:0.3em 0 0.1em 0;}
#storyList li h3 a {color:#828A01 !important;}
#storyList li p.date {margin:0 0 0.1em 10px;color:#AAA;}
#storyList li p {margin:0.5em 10px;}
#storyList li p.storyLink {text-align:right;}

#bottomLinks {
	margin:0.5em 0 0 0;
	padding:0;
	list-style:none;
}
#bottomLinks li {
	margin:0;
	padding:0 5px;
	list-style:none;
	float:left;
	border-left:1px solid #000;
	line-height:1.5em;
}
#bottomLinks li.first {border-width:0;}
#bottomLinks li a:hover {text-decoration:underline;}

/***** Newsletter List *****/

#newsLetterList {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #AAA;
}
#newsLetterList li {
	margin:0;
	padding:0 5px 10px 5px;
	list-style:none;
	border-bottom:1px solid #AAA;
}
#newsLetterList li h3 {margin-top:0.3em;}
#newsLetterList li h3 a {color:#828A01 !important;}
#newsLetterList li h4 {
	font-size:1.2em;
	margin:0 10px;
}
#newsLetterList li p {margin:0.5em 10px;}
#newsLetterList li p.link {text-align:right;}
