div#news {
	padding-bottom: 20px;
}
.NewsSummary {
	padding: 0;
	margin: 0 0 15px 0;
}
.NewsSummaryPostdate {
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	color:#004467;
}
.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
}
.NewsSummaryLink a{
	color:#002b46;
}
.NewsSummaryLink a:hover{
	color:#0069aa;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	padding: 0;
	color:#004467;
	text-align:justify;
}
.NewsSummarySummary, .NewsSummarySummary p, .NewsSummaryContent p{
/* larger than default text */
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	padding: 0;
	color:#004467;
	text-align:justify;
}
.NewsSummaryMorelink {
	padding-top: 5px;
}
.NewsSummaryMorelink p{
	text-align:right;
	font-weight:bold;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
#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;
/* larger than default text */
	line-height: 150%;
}
#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 {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
