div#news {
  margin: 2em 1em 1em 1em;  
  background: transparent; 
}

div#news h2 {
   line-height: 2em;
   background: #542F00;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; 
    margin: 0 0.5em 1em 0.5em; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: normal;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: normal;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  font-size: 80%;
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: normal;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  width: 200px;
  font-style: normal;
  margin-top: 0.5em;
  padding: 0.2em 0;
  border-top: 1px solid #67777D;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: normal;
}

#NewsPostDetailHorizRule {
width: 50%;
color: #000;
}

#NewsPostDetailReturnLink {
   color: #000;
   float: right;
   width: 23em;   
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


/* 
#NewsPostDetailTitle {}
#NewsPostDetailPrintLink {}

*/
