#newsitems .item {
  clear: both;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}

#newsitems h2.title a {
  color: #228d23;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  text-decoration: none;
}

#newsitems span.subtitle {
  color: #000000;
  font-weight: bold;
  float: left;
  width: 100%;
}

#newsitems span.body {
  color: #000000;
  float: left;
  width: 100%;
}

#newsitems .item .readMore {
  float: right;
  width: 320px;
  text-align: right;
}

#newsitems .item .readMore a {
  color: #228d23;
}

#newsitems .item .bottom {
  margin: 10px 0 0 0;
}
