/* Start of CMSMS style sheet '&gt;Module: News' */
div#news {
}
div#news h2 {
	line-height: 1.7em;
font-size: 1.4em;
/* you can set your own image here */
	color: #003377;
	border: none;
margin: 0;
padding: 0.1em 0.5em 0.1em 0em;
}
.NewsSummary {
display: block;
/* padding for the news article summary */
	padding: 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0em 0em 1em 0em;
	background-color: ;
        border: solid 3px #006BA9;
/*border: solid 3px #ed1c24;*/
}
.NewsSummary img {
float: left;
margin: 1px 1px 1px 1px;
}
.NewsSummaryPostdate {
display:none;
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink, .NewsSummaryLink a {
/* bold to set it off from text */
font-size: 100%;
	font-weight: bold;
/* little more room at top */
	padding-top: 0.1em;
       color: #003377;
}
.NewsSummaryLink a:hover {
color: #CCC;
}
.NewsSummaryCategory {
display:none;
/* italic to set it off from text */
	font-style: italic;
	margin: 3px 0;
}
.NewsSummaryAuthor {
display:none;
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 120%;
margin: 0;
}
.NewsSummarySummary p a img {
width: 100%;
margin: 0;
}
.NewsSummaryMorelink {
	padding-top: 0.2em;
float: right;
font-size: 0.01em;
color:white;
}
#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%;
background-color: #eeeeee;
width: 100%;
float: left;
}
#NewsPostDetailContent img
{
padding: 10px;
}
#NewsPostDetailContent img, #NewsPostDetailContent div {
float: left;
padding-right: 20px;
width: 45%;
}
#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 '&gt;Module: News' */

