/*************************************************************************************
News Panel
*************************************************************************************/
div.news {
	float: right;
	border: 0px;
	margin: 0px;
	width: 215px;
	height: 425px;
	text-align: center;
	background-color: #DDECF7;
}

div.newsArchive {
	float: left;
	border: 0px;
	margin-top: 5px;
	width: 100%;
	height: 40px;	
	text-align: center;
	clear: left;
}

div.newsAllItems {
	float:left;
	border: 0px;
	margin-bottom: 5px;
	width: 100%;
	height: 340px;
	text-align: center;
	overflow-y: auto;
}

div.newsItem {
	float: left;
	width: auto; 
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-align: left;  
	color: #323232;
	margin-bottom: 10px;
}

div.newsItem img {
	margin-right: 5px;
}

div.newsItem hr {
	height: 1px;
   width: 35%;
	color:#999999;
	text-align: center;
}

div.newsItem h1 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;  
	color: black;
	border: 0;
	margin: 0 0 5px 5px;
}

div.newsItem h2 {
	font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	border: 0;
	margin: 0 0 2px 5px;
	line-height: 9px;
}

div.newsItem p{
	width: auto;
	margin: 5px;
	font-weight: normal;
	font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 10px;	
}

div.newsItem a {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.newsItem a:link {color: black; text-decoration: none;}
div.newsItem a:visited {color: black; text-decoration: none;}
div.newsItem a:active {color: black; text-decoration: none;}
div.newsItem a:hover {color: #0093BE; text-decoration: none;}

div.newsItem a.readmore {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

div.newsItem a.readmore:link {color: black; text-decoration: none;}
div.newsItem a.readmore:visited {color: black; text-decoration: none;}
div.newsItem a.readmore:active {color: black; text-decoration: none;}
div.newsItem a.readmore:hover {color: #0093BE; text-decoration: none;}


/*************************************************************************************
News Archive
*************************************************************************************/
div.newsSummary {
	float: left;
	width: 450px;
	height: 100px;
	margin-left: 50px;
	text-align: left;
}

div.newsSummary img{
	position: relative;
	float: left;
	margin-right: 5px;
	width: 55px;
	height: 80px;
}