@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

div#news {
	border: 1px solid #666666;
	background-color: #333333;
	color: #FFFFFF;
	letter-spacing: normal;
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 1em;
}

div#news h2 {
	line-height: 2em;
	background: #FFFFFF;
	border-top-color: #DDBF99;
	border-right-color: #DDBF99;
	border-bottom-color: #DDBF99;
	border-left-color: #DDBF99";
	color: #DDBF99;
}

.NewsSummary {
	padding: 0.5em 0.5em 1em; /* padding for the news article summary */
	margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
	border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
	font-size: 90%;
 }

.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
	color: #FFFFFF;
}
.NewsSummaryLink a:visited/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/ {
	font-weight: bold;
	padding-top: 0.2em;
	color: #FFFFFF;
}

.NewsSummaryCategory {
	font-style: italic;
	color: #000000;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
 }

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
	color: #000000;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
 }

.NewsSummaryMorelink {
	padding-top: 0.5em;
	color: #FFFFFF;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
	line-height: 150%;
	color: #FFFFFF;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
