
div#Content div.PageTitle {
  background: url('/Images/PageTitles/News.jpg') 0 0 no-repeat;
  }

div#Content div.Summary h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -12px;
  }
div#Content div.Summary h3 a {
  color: #56cf93;
  }

div#Content div.PageNumbering {
  border: solid 1px #fff;
  height: 23px;
  }
  
div#Content div.PageNumbering span {
  float: left;
  margin: 1px;
  display: block;
  background-color: #999;
  height: 20px;
  }
div#Content div.PageNumbering span.CurrentPage {
  width: 110px;
  padding-left: 4px;
  }
div#Content div.PageNumbering span.Page a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #336;
  }
div#Content div.PageNumbering span.Current a {
  background-color: #999;
  }

div#Content div.PageNumbering br {
  clear: both;
  }

  