/* Start of CMSMS style sheet 'Module: News' */
div#news {

	margin: 0em 0 0em 0em;
	background: #fff url(uploads/news.jpg) repeat-x;
        border: 1px solid #ccc;
/* #294B5F;  */
width: auto;
font-size: 90%;

}

div#news2 {

margin: 0em 0 0em 0em;
background: #fff url(uploads/news.jpg) repeat-x;
border: 1px solid #ccc;
/* #294B5F;  */
width: auto;
font-size: 90%;

}


.NewsSummary {

text-align: left;
margin-right: 2px;
margin-left: 5px;
margin-bottom: 15px;
padding-top: 5px;


}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 80%;
/* bold to set it off from text */
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: normal;
/* little more room at top */
	padding-top: 0.2em;
margin-left: 2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
        font-style: italic;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	margin-top: 12px;
/* larger than default text */
	line-height: 150%;

}



#NewsPostDetailContent li {

font-size: 95%;

}




#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
color: #ccc;
background-color: #ccc;
height: 1px;
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'Module: News' */

