/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin1: 1em 0 1em 1em;
                width1: 142px;
                height: 450px;
                float1: left;
/* border set here */
	border-right1: 1px dotted #909799;
                padding: 30px 0px 0px 0px;
/* sets it off from surroundings */
	background1: #dedede;
background1: url(uploads/ngrey/mainrt.gif) no-repeat right top;
}

div#news h3 {
	line-height1: 0.85em;
                font-size: 0.85em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
                background-color: #07215C;
	color: #cecece;
	border: none;
                margin: 10px 0px 10px 0px;
                text-align: center;
}

.NewsSummary {
/* padding for the news article summary */
	padding: 8px 5px 3px 10px;
/* margin to the bottom of the news article summary */
	margin: 0px 5px 0px 5px;
	border-bottom1: 2x dotted #07215C;
}


.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}


.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
text-decoration: none;
/* little more room at top */
	padding-top: 0.5em;
                font-size: 0.85em;
                color: #F32527;
border-bottom: 1x dotted #07215C;
}

.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 2px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height1: 140%;
color: #ff0000;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#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: 5px;
/* 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 {
}
/* End of 'Module: News' */

