/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

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

 #homePage {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}

 #homePage h2,  #homePage h3,  #homePage h4,
 #homePage h5,  #homePage h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
 #homePage h2 {
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	font-size:1.6em;
	color:#50523D;
	border-bottom:1px solid #50523D;
}
 #homePage h3 {
	font-size:1.4em;
	color:#006DC6;
}
 #homePage ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
