/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 0;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
	line-height: 1.5em;
}
div#news h2 {
	line-height: 1.5em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary, NewsSummarySummary {
	line-height: 1.5em;
/* padding for the news article summary */
	padding: 0;
/* margin to the bottom of the news article summary */
	margin: 0;
        clear: both;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-style: italic;
/* bold to set it off from text */
	font-weight: normal;
        float: left;
        position: relative;
        bottom: 2px;
}
.NewsSummaryLink {
	font-family:'Arial Narrow',condensed,sans-serif;
	font-size:1.4em;
	font-weight: normal;
	padding: 0; margin: 0;
        clear: both;
	line-height: 1.98em;
	margin:0 0 0.5em 0;
        float: left;
        width: 100%;
}
.NewsSummaryLink a {
color:#0081BE;
text-decoration: none;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
        float: right;
        color: silver;
        position: relative;
        bottom: 2px;
}
.NewsSummary .NewsSummaryContent {
	line-height: 2em;
        clear: both;
        text-align: justify;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
        float: right;
	font-style: italic;
        color: silver;
        position: relative;
        bottom: 2px;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 1.5em;
        text-align: justify;
        clear: both;
        float: left;
        width: 100%;
}
.NewsSummary .NewsSummaryContent p,  .NewsSummarySummary p, .NewsSummaryContent p {
margin-bottom: 10px;
}
.NewsSummaryMorelink {
	padding: 0 0 2em 0;
        clear: both;
        float: left;
        width: 100%;
}
#NewsPostDetailDate {
/* smaller text */
	font-style: italic;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: normal;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 1.5em;
        text-align: justify;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
        float: right;
        color: silver;
        position: relative;
        bottom: 2px;
        line-height: 1.5em;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 1.5em;
        clear: both;
        text-align: justify;
}
#NewsPostDetailAuthor {
/* italic to set it off from text */
	font-style: italic;
        float: right;
        color: silver;
        position: relative;
        bottom: 2px;
        line-height: 1.5em;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
clear: both;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
display: inline;
line-height: 2.8em;
}
#NewsPostDetailReturnLink {
display: inline;
line-height: 2.8em;
}
/* End of 'Module: News' */

