#prMainPage { 
  padding: 25px 10px 25px 50px;
  line-height: 19px;
}

#prPage { 
  padding: 25px 90px;
  line-height: 18px;
}

#contactText {
  font-weight: bold;
  padding-left: 20px;
}

#contactInfo {
  padding-left: 20px;
}

img.title {
  padding-top: 40px;
}

.prTitle {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.prSubTitle {
  text-align: center;
  font-size: 14px;
}

.headline { 
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

#prBody {
  padding: 40px 10px 0 70px;
  text-align: left;
}

  #prBody div.prDate {
    color: #75ddff;
    font-weight: bold;
    font-size: 14px;
  }

  #prBody a {
    display: block;
    font-size: 11px;
    padding-bottom: 12px;
  }

#newsBody {
  padding: 40px 10px 40px 70px;
  text-align: left;
}

  .newsItem {
    height: 165px;
  }

    .newsItem img { 
      float: left;
    }
  
    .newsItem div {
      float: left;
      padding-left: 15px;
      width: 350px;
    }
  
      .newsItem div div.title {
        color: #75ddff;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
      }
  
      .newsItem div div.summary {
        font-size: 10px;
        line-height: 14px;
      }
