#newsCategoryInfo {
  font-size: 15px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}

#newsCategoryInfo A {
  color: #333;
}

#newsIntro {
  font-size: 15px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}

.newsHeader {
  border-bottom:1px solid black;
  display:block;
  font-size:20px;
  margin-top: 30px;
}

#headerIcons IMG {
  border: 0;
  margin-left: 20px;
}

#headerIcons {
  width: 140px;
}



.newsList {
  float:left;
  width: 50%;
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}

.newsList LI {
  margin: 0 0 0 20px;
  padding: 0 0 0 15px;
  color: #1494BF;
  font-size: 14px;
  line-height: 172%;
  background: url("/images/common/placeholder_news_list_bullet.png") left center no-repeat;
}

.newsList LI A {
  text-decoration: none;
  color: #1494BF;
}

.newsArticleDivider {
  height: 1px;
  color: #FFF;
  background-color: #FFF;
  border-top: 0px;
  border-bottom: 1px dotted #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsArticleSnippet .published {
  font-size: 14px;
  color: #65868B;
}

.newsArticleSnippet .title {
  font-size: 16px;
  color: #1494Bf;
  display: block;
  text-decoration: none;
}

.newsArticleImage {
  float:left;
  width: 105px;
  height: 70px;
  padding: 1px;
  border: 1px solid #000;
}

.newsArticleSnippet {
  float:left;
  width: 500px;
  padding-left: 10px;
  line-height: 120%;
}