/* Start of CMSMS style sheet 'Module: News' */
div#news {
 width: 225px;
	margin: 0;
/*	border: 1px solid #909799; */
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here 
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
*/
	color: #216703;
	border: none
}
.NewsSummary {
	margin: 5px 5px 5px 5px;
	padding-bottom: 5px;
/* 	margin: 0; */
	border-bottom: 1px dashed #ccc;
}

.NewsSummaryPostdate {
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #ccc;
}
.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
	font-size: 10px;
	line-height: 130%;

}

.NewsSummaryLink A {
	text-decoration: none;
	color: #216703;

}

.NewsSummaryLink A:hover {
	text-decoration: underline;
}


.NewsSummaryCategory {
	margin: 5px 0;
}
.NewsSummaryAuthor {
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
	font-size: 10px;
	line-height: 140%;
	text-align: justify;
	color: #333;
}
.NewsSummaryMorelink {
	text-align: right;
	padding-top: 0.5em;
	font-size: 10px;

}

.NewsSummaryMorelink A {
	color: #216703;
	text-decoration: none;
}

.NewsSummaryMorelink A:hover {
	color: #216703;
	text-decoration: underline;
}

#NewsPostDetailDate {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #444;

}
#NewsPostDetailSummary {
	line-height: 150%;
	font-size: 11px;
}
#NewsPostDetailCategory {
	border-top: 1px dashed #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 11px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
	color: #216703;
	font-size: 14px;
	font-weight: bold;
}
#NewsPostDetailHorizRule {
	margin-top: 2px;
	color: #ccc;
	border: 1px dashed #ccc;
	height: 0;
}

#DivNewsPostDetailHorizRule {
	margin-top: 2px;
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	height: 20;
	width: 100%;
}



#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'Module: News' */

