/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 1em 1em 1em 1em;
	padding-bottom: 20px;	
	margin-bottom: 30px;
	border-bottom: dashed 1px #d4d4d4;
}

.NewsSummary {
	margin-bottom: 30px;
}

.NewsSummaryPostdate {
	font-size: 0.8em;
	color: #777777;
	font-style: italic;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
	font-size: 0.9em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 80%;
	margin-bottom: 5px;
/* bold to set it off from text */
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'Module: News' */

