

/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
	float:right;
	width: 215px;
	padding-left: 25px;
	padding-bottom: 20px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:500px;
	overflow:auto;
	margin-right:25px;
}

/* the block each news item is in */
.latestnewsitem {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E779A;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0b2e58;
	overflow:auto;
	padding-right: 25px;
}

/* the LATEST NEWS heading that automatically apears */
.latestnewsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4E779A;
	padding-top: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0b2e58;
	padding-right: 45px;
	padding-bottom: 5px;
}

/* Latest news item heading */
.latest_heading {
	color: #4E779A;
	font-weight:bold;
	font-size:14px;
}

/* latest news item date */
.latest_date {
  color:#4E779A;
  font-size:12px;
  margin-bottom:10px;
}

/* latest news item description */
.latest_description {
}

/* read more links */
.readmore a {
  color:#4E779A;
  text-decoration:none;
  float:right;
  font-size:13px;
}

.readmore a:hover {
  color:#003366;
}

/* ==================== */






/* === 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:#4e779a;
}

.paging a:hover {
  color:#0b2e58;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  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-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4E779A;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
}

/* news item date */
.newsdate {
	color: #4E779A;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* news item description */
.newsdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b2e58;
}


/* news item image */
.newsimgfloat {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* =============== */
