

/* ------ News DIV
----------------------------------------------------*/

#newsHeading{
	padding: 0 0 10px 0;
	color: #2d5c61;
	font-family: Georgia, Trebuchet MS, verdana;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	text-decoration: none;
}

div.newsItem {
    margin: 0 5px 10px 0;
    padding: 0 0 0 7px;
}

div.newsItem h2, div.newsItem h2 a:link, div.newsItem h2 a:visited{
	padding: 0 0 0 0;
	color: #83a85c;
	color: #222;
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
}

div.newsItem h2 a:hover{
	text-decoration: underline;
}

div.newsItem p.newsDate{
	padding: 0 0 10px 0;
	color: #aaaaaa;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	text-decoration: none;
}
div.newsItem p, div.newsItem p a:link, div.newsItem p a:visited{
	padding: 0 0 5px 0;
	color: #676767;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p a:hover{
	text-decoration: underline;
}

div.newsItem p.newsMore {
	padding: 4px 15px 15px 0;
	text-align: right;
}

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	padding: 4px 0 0 0;
	color: #b93b14;
	text-align: right;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: underline;
}

div.newsItem p.newsMore a:hover{
	color: #333333;
}
