@charset "UTF-8";
/* CSS Document */

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 

}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0em 0em 1em 0em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    color:#333;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  font-size:11px;
font-family:arial;
color:#999;
 }

.NewsSummaryLink h5 {
    font-weight: bold;
    padding-top: 0.2em;
 font-size:11px;
font-family:arial;
color:#333;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 font-size:10px;
font-family:arial;
color:#999;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
 font-size:10px;
font-family:arial;
color:#999;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 110%;
 font-size:12px;
font-family:arial;
color:#333;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
font-size:12px;
font-family:arial;
color:#333;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
font-size:11px;
font-family:arial;
  }

#NewsPostDetailSummary {
   line-height: 120%;
font-size:12px;
font-family:arial;
margin-right:20px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #cc0000;
  margin-top: 0.5em;
  padding: 0.2em;
width:90%;
font-size:11px;
font-family:helvetica;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
font-size:12px;
font-family:helvetica;
margin-right:20px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
font-size:11px;
font-family:helvetica;
}

#NewsPostDetailHorizRule {color:#000000; }

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}

#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
