#leftDiv  .download_H1{
    font-family: trebuchet ms, verdana, arial;
    color: #3b454c;
    font-size: 14px;
    font-weight: bold; 
    text-align: center;    
}

#leftDiv p {
	/*padding: 5px 10px;*/
}


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

#newsHeading{
	padding: 10px 0 10px 15px;
	color: #ffffff;
	font-family: Georgia, Trebuchet MS, verdana;
	font-weight: normal;
	font-size: 24px;	
	line-height: 1.2em;	
	text-decoration: none;
    background: url(images/news_h1.jpg) no-repeat top left;   	
    border-bottom: 5px solid #ffffff;    
}

div.newsItem {
    margin: 0 5px 10px 0;
    padding: 0 0 0 7px;
    width: 192px;
    border-top: 1px dotted #4f6451;
}

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

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

div.newsItem p.newsDate{
	padding: 0 0 4px 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 5px;
	color: #6c6c6c;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;	
	line-height: 1.1em;
	text-decoration: none;
}

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

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

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	padding: 4px 0 0 0;
	color: #3f772e;
	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;
}
