#left {
}
div#news {
/* margin for the entire div surrounding the news items */
	margin: 0;
/* border set here */
	border: 0;
/* sets it off from surroundings */
	padding:0;
}
div#news h2 {
	line-height: 2em;
}
.NewsSummary {
/* padding for the news article summary */
	padding:0 10px 5px 5px;
/* margin to the bottom of the news article summary */
	margin:10px 10px 0 0;
	border-bottom: 0px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: normal;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.1em;
        font-size:1.1em;
}
.NewsSummaryLink a {
        color:#666;
}
.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: 120%;
}
.NewsSummaryMorelink {
	margin-top:2px;
	margin-bottom:3px;
	text-align:right;
}
#NewsPostDetailTitle {
    margin-top:40px;
    margin-bottom:15px;
    font-weight:normal;
    font-size:1.75em;
}
#NewsPostDetailDate {
	margin-bottom: 5px;
	font-weight: normal;
}
#NewsPostDetailSummary {
	line-height: 150%;
}
#NewsPostDetailCategory {
	margin-bottom: 5px;
	font-weight: normal;
}
#NewsPostDetailContent {
	margin-top:20px;
	margin-bottom: 30px;
	line-height: 1.5em;
}
#NewsPostDetailContent img {
        max-width:500px;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 

#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
div#news .top{
	border-top:1px solid #CCC;
}
div#news .pagination {
	text-align:center;
	padding:18px 15px 5px;
	text-align:right;
}
div#news .pagination a {
	font-weight:bold;
}
/* news link on home page */
div#left .news-link {
        padding:5px 15px 0 5px;
}