

/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
  padding:0px;
  margin-bottom:15px;
}

/* the block each news item is in */
.latestnewsitem {
  display:block;
  width:100%;
  float:left;
  border-bottom:0px solid #999999;
  margin:10px 0px 0px 0px;

}


/* Latest news item heading */
.latest_heading 
{
	margin: -5px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

/* latest news item date */
.latest_date 
{
  color:#666666;
  margin-bottom:5px;
}

/* latest news item description */
.latest_description 
{
	font-size: 11px;
	line-height: 16px;
}

/* read more links */
.readmore a {
  	color:#CC0000;
  	text-decoration:none;
  	float:right;
  	font-size:10px;
	font-weight: bold;
	padding: 5px;
}

.readmore a:hover {
  color:#FF0000;
}

/* ==================== */






/* === NEWS ARCHIVE === */

/* the paging numbers at the top of the page */
.paging{
  color:#666666;
  text-align:right;
  font-size:12px;
}

.paging a {
  text-decoration:none;
  font-size:12px;
  color:#CC0000;
}

.paging a:hover {
  color:#FF0000;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
}

/* each news item will be inside its own block */
.itemblock{
	line-height: 18px;
	text-align: justify;
	padding-bottom: 15px;
	border-bottom:1px solid #CCCCCC;
}


/* news item heading */
.newsheading {
	font-size: 16px;
	color: #CC0000;
	padding-top: 5px;
	font-weight:bold;
}

/* news item date */
.newsdate {
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* news item description */
.newsdescription {
}


/* news item image */
.newsimgfloat {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* =============== */
