.news-latest-container {
  border: 1px solid #E0E1E2;
  padding: 5px;
  margin-bottom: 1em;
}

.news-latest-container .news-latest-item H3, .news-latest-container .news-latest-item H3 A {
  color: #66943F;
  font-family: Verdana,  Arial, sans-serif;
}

.news-latest-container  .news-latest-item IMG {
  float: left;
  border: 2px solid #F0F1F1;
  margin: 5px;
  clear: right;
}

.news-latest-container .news-latest-item .news-latest-date {
  float: left;
  border-bottom: 1px solid #E0E1E2;
  padding: 0 12px 4px 6px;
} 

.news-latest-container .news-latest-item .news-latest-category {
  display: inline;
  border-bottom: 1px solid #E0E1E2;
  border-left: 1px solid #E0E1E2;
  padding: 0 6px 4px 12px;
  font-size: 11px;
}

.news-latest-container .news-latest-item .news-latest-category A {
  text-decoration: none;
  color: #808285;
  font-weight: bold;
  font-size: 11px;
}

.news-latest-container .news-latest-item .news-latest-date  A {
  text-decoration: none;
  color: #808285;
  font-weight: bold;
  font-size: 11px;
}

.news-latest-container .news-latest-item DIV.news-latest-morelink {
  float: right;
}
.news-latest-container .news-latest-item DIV.news-latest-morelink A, .news-latest-container DIV.news-latest-gotoarchive A {
  color: #212121;
  font-weight: bold; 
  text-decoration: none;
  background: white url(bullet3_lnk.gif)  right center no-repeat;
  padding-right: 20px;
}

#contentColumn .inside HR.clearer {
  clear: both;
  color: #E0E1E2;
  background-color: #E0E1E2;
  height: 1px;
  border: 0;
}

