/* Latest News Items */

.news-latest-container { text-align: left; }
.news-latest-container .titleline { border-top: 1px solid #a5c6cf; }
.news-latest-item { clear: both; }
.news-latest-item IMG {
	float: right;
	padding-bottom: 5px;
}
.news-latest-item .clearer {
  clear: both;
  border-top: 1px solid #e3e9e7;
  margin-top: 5px;
}
.news-latest-item H3 a { color: #000000; }
.news-latest-item .bodytext { font-size: 11px; }
.news-latest-date { font-size: 10px; }
.news-latest-date a { color: #aaaaaa; }
.news-latest-morelink {
  font-size: 10px;
  clear: left;
}
.news-latest-gotoarchive { font-size: 10px; }

/* News Archive Menu */

.news-amenu-container H2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold; 
}
.news-amenu-container li { font-size: 12px; }
.news-amenu-container ul { text-align: left; }
.news-amenu-container .clearer {
  clear: left;
  border-top: 1px solid #e3e9e7;
  margin-top: 5px;
}

/* News List Items */

.news-list-container { font-size: 12px; }

/* Single News Items */

.news-single-item H2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
	display: inline;
}
.news-single-timedata { display: inline; }
.news-single-item { font-size: 12px; }
.news-single-img {
  float: left;
  padding: 5px;
}
.news-single-imgcaption { display: none; }
