div#news {
	margin: 0 10px 0 10px;
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
	color: #af1975;
	border: none;
font-size: 12px;
}


.NewsSummary {
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #f6f9fb;
}

.content-holder .NewsSummary {
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f6f9fb;
}


.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
color: #5589a5;
margin: 0px 0 5px 0;
}

.content-holder .NewsSummaryPostdate {
margin: 0px 0 0px 0;
}


.NewsSummaryLink {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 10px 0;
	color: #ae3535;
font-size: 1.2em;
}
.NewsSummaryLink a:link,  .NewsSummaryLink a:visited {
	color: #ae3535;
text-decoration: none;
}
.NewsSummaryLink a:hover {
	color: #fff;
}



.content-holder .NewsSummaryLink {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0 0px 0;
	color: #ae3535;
font-size: 1.2em;
}
.content-holder .NewsSummaryLink a:link, .content-holder  .NewsSummaryLink a:visited {
	color: #ae3535;
text-decoration: none;
}
.content-holder .NewsSummaryLink a:hover {
	color: #8BB737;
}

.content-holder .NewsSummaryMorelink a:hover {
	color: #8BB737;
}
	





.NewsSummaryCategory {
	margin: 5px 0;
display:none;
}
.NewsSummaryAuthor {
	padding-bottom: 0.5em;
color: #5589a5;
font-weight:normal;
margin-left: 5px; 
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 160%;
color: #396d89;
}

.content-holder .NewsSummarySummary, .content-holder .NewsSummaryContent {
	line-height: 140%;
color: #616668;
}

.NewsSummaryMorelink {
	padding-top: 5px;
color: #1474ad;
}
.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited {
	color: #1474ad;
text-decoration: none;
}
.NewsSummaryMorelink a:hover {
	color: #FFF;
}



#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#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;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
padding: 0 0 0 20px;
	padding-bottom: 1.5em;
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
display: none;
}
#NewsPostDetailReturnLink {
display: none;
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}