/* CSS Document */

#newsCopy {
 width: 100%;
 width: 480px;
 height: auto;
 float: left;
 margin: 0 72px;
}
.wrap_newsHead {
 margin: 0 0 10px 10px;
 height: 35px;
 }
.icon_newsHead {
 float: left;
 width: 39px;
 height: 35px;
 padding: 0 10px 0 0;
}
.newsHead {
 float: left;
 padding: 6px 0 0 0;
}
.newsSection {
 clear: both;
 padding: 0 0 10px 0;
 border-bottom: #B4F06B dotted 1px;
 margin: 0 0 25px 0;
}
.subTitle p{
  font-size: 14px;
}
.sectionInfo {
font-size: 12px;
}
.articleTitle {
margin: 0;
}
.articleTitle p {
 margin: 0;
}
.articleTitle a {
  color: #007010;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}

.articleTitle a:visited {
  color: #007010;
}

.articleTitle a:hover {
  color: #B4F06B;
}

 .subTitle p {
 padding: 0;
 }

.subTitle a, .subTitle a:visited {
  /*font-size: 12px;*/
  font-weight: bold;
  color: #007010;
}

.subTitle a:hover {
  color: #B4F06B;
  /*font-weight: bold;*/
}

.pagesLinks {
 font-size: 12px;
 border: #ccc solid 1px;
 padding: 8px;
 float: left;
}
.news-link, .news-ink:visited {
  font-size: 12px;
  font-weight: normal;
}

/* for Homepage Entries */

.newsBlock {
 float: right;
 width: 440px;
}
#homeNews .articleTitle a {
 font-size: 16px;
}
.newsThumb {
 float: left;
 height: 100px;
 width: 100px;
}
.sectionInfo p {
margin: 0 0 2px 0;
}

