
td.news_img_col {
 padding: 3px;
}

td.news_article_summary_col {
 padding-top: 3px;
 padding-left: 3px;
 padding-bottom: 3px;
 padding-right: 8px;
}

td.news_article_col {
 padding-top: 3px;
 padding-left: 3px;
 padding-bottom: 3px;
 padding-right: 8px;
 margin-right: 8px;
}

.news_article_title {
 font-weight: bold;
 font-size: 14px;
 color: black;
 margin-bottom: 7px;
}

.news_right_nav {
 background-color: #E9E9E9;
 color: black;
 padding-top: 8px;
 padding-right: 14px;
 padding-left: 14px;
 padding-bottom: 8px;
 margin-bottom: 10px;
 font-size: 10px;
 line-height: 12px;
}

.news_right_nav a {
 color: black;
 font-size: 10px;
}

.news_right_nav_subtitle {
 font-weight: bold;
 color: black;
 font-size: 10.5px;
}

.news_right_nav_title {
 font-size: 12px;
 font-weight: bold;
 color: white;
 background-color:#545454;
 padding-left: 14px;
}

.academy_news_title {
 font-size: 12px;
 font-weight: bold;
 color: black;
}

.news_right_nav_title a {
 font-size: 12px;
}

.archive_links {
 text-align: right;
 font-size: 10.5px;
 color: black;
 font-weight: bold;
}

.more_link {
 font-decoration: underline;
}

a.number, .activePage {
  padding: 2px 5px;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  font-size: 10px;
}

a.number:link, a.number:visited {
  border: 1px solid #333;
  color: #333;
}

a.number:hover {
  border: 1px solid #a03;
  color: #a03;
}

a.number:active {
  border: 1px solid #000;
  color: #000;
}

.activePage {
  border: 1px solid #666;
  font-weight: bold;
  color: #fff;
  background-color: #666;
}

/* Photos */
div.newsPhoto {
  float: right;
  width: 205px;
  padding: 0 0 5px 5px;
  text-align: right;
}

div.newsPhoto div.newsCaption {
  font-size: 10px;
  line-height: 12px;
  color: #666;
  padding: 5px 0 0 0;
}

