/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 0em 1em;
/* border set here */
	border-left: 1px solid #d4d6d7;
        width:230px;
/* sets it off from surroundings */
        padding-left:5px;
}
div#news h2 {
	line-height: 1em;
/* you can set your own image here */
	color: #c90119;
	border: none;
        font-size:1.1em;
        font-weight:bolder;
        padding:0px;
}

div#news h3 {
	line-height: 1.1em;
/* you can set your own image here */
	color: #ee8025;
	border: none;
        font-size:1.0em;
        font-weight:normal;
}

div#news p{
	line-height: 1.1em;
/* you can set your own image here */
	color: #000;
	border: none;
        font-size:0.95em;
        font-weight:normal;
        margin-bottom:4px;
}

a, a:link a:active {
	text-decoration: none;
        font-size:90%;
	color: #18507C;
}
a:visited {
	background-color: inherit;
	color: #18507C;
        font-size:90%;
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em 0px;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0px;
	
.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;
/* little more room at top */
	padding-top: 0.2em;
}
.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: 140%;

}
.NewsSummaryMorelink {
	padding-top: 0.1em;
        textdecoration:none;
}



#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;
        margin-left: 20px;
}
#NewsPostDetailContent {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
        font-size: 1em;
}
#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 {
   font-size:1.4em;
   margin-left:0px;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink a {
   text-align:right;
   margin-left: 300px;
}
#NewsPostDetailReturnLink {
}


/* End of 'Module: News' */

