/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #EDF3FA;
	padding-bottom: 10px;
}

/* the block each news item is in */
.latestnewsitem {
  clear:both;
  padding:10px;


}

/* the LATEST NEWS heading that automatically apears */
.latestnewsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #C3D8ED;
	padding: 10px;
}

/* Latest news item heading */
.latest_heading {
	color:#003399;
	font-weight:bold;
	font-size:14px;
}

/* latest news item date */
.latest_date {
  color:#666666;
  margin-bottom:10px;
}

/* latest news item description */
.latest_description {
}

/* read more links */
.readmore a {
  color:#FF0000;
  text-decoration:none;
  float:right;
  font-size:13px;
}

.readmore a:hover {
  color:#CC0000;
}

/* ==================== */






/* === NEWS ARCHIVE === */

/* the paging numbers at the top of the page */
.paging{
	color:#666666;
	text-align:right;
	font-size:14px;
}

.paging a {
	text-decoration:none;
	font-size:14px;
	color:#999999;
}

.paging a:hover {
  color:#FF0000;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

/* each news item will be inside its own block */
.itemblock{
	line-height: 18px;
	text-align: justify;
	padding-bottom: 15px;
}


/* news item heading */
.newsheading {
	font-size: 18px;
	color: #666666;
	padding-top: 5px;
	font-weight:bold;
}

/* news item date */
.newsdate {
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-style:italic;
	font-size:10px;
}

/* news item description */
.newsdescription {
}


/* news item image */
.newsimgfloat {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* =============== */

