/* ---------- news-latest -------- */ 

.news-latest-title{
	font-weight: bold;
}

.news-latest-container{
        border-top: 1px dotted #9F0000;
        padding: 5px 0px 0px 0px;
}

.news-latest-item {
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 15px 0px;
        border-bottom: 1px dotted #9F0000;
}

.news-latest-img{
	float:left;
	margin:5px 5px 0 0;
}


.news-latest-gotoarchive{
  display: none;
}




/* ---------- news-list -------- */ 

.news-list-title{
	font-weight: bold;
}

.news-list-container{
        border-top: 1px dotted #00854B;
        padding: 5px 0px 0px 0px;
}

.news-list-img{
	float:left;
	margin:5px 5px 0 0;
}


.news-list-item {
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 15px 0px;
        border-bottom: 1px dotted #00854B;
}

.news-list-morelink, a.news-list-morelink:link, a.news-list-morelink:active, a.news-list-morelink:visited{
        color: #00854B;
}

/* ---------- news-single -------- */ 
.news-single-img{
	text-align: right;
	float: right;
/*	width: 125px; */
}

.news-single-img img{
	margin: 7px 0px 0px 7px;
	padding: 0px;
}

.news-single-imgcaption{
	padding: 0px;
	margin: -8px 0px 4px 7px !IMPORTANT;
	text-align: left;
	color:#114998;
	font-size: 11px;
	font-weight:bold;
}

.news-single-img{
	margin:5px 5px 0px 5px;
	width:250px;
}



/* ---------- news-latest Content_Right -------- */ 

#Content_Right .news-latest-container h2{
display: none !IMPORTANT;
}

#Content_Right .news-latest-title{
	font-weight: bold;
}

#Content_Right .news-latest-container{
        border-top: none;
        padding: 0px 0px 0px 0px;
}

#Content_Right .news-latest-item {
        padding:3px 0;
        margin: 0px 0px 0px 0px;
        border-bottom: none;
        background-color:#FFFFFF;
}

#Content_Right .news-latest-img{
	float:left;
	margin:5px 5px 0 0;
}

#Content_Right .news-latest-item h3{
	/*color:#cfdef5;*/
	display:block;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight: bold;
	margin:0;
	padding:0px 0px 0px 0px;}
	
#Content_Right .news-latest-item h3 a:link, #Content_Right .news-latest-item h3 a:active,
#Content_Right .news-latest-item h3 a:visited, #Content_Right .news-latest-item h3 a:focus{
	/*color:#cfdef5 !IMPORTANT;*/
	text-decoration: none !IMPORTANT;
	}
	
#Content_Right .news-latest-item h3 a:hover{
	/*color:#cfdef5 !IMPORTANT;*/
	text-decoration: underline !IMPORTANT;
	}

#Content_Right .news-latest-date{
	/*color:#FFFFFF;*/
	display:block;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 0px 0px;}
	
#Content_Right .news-latest-date a:link, #Content_Right .news-latest-date a:visited, #Content_Right .news-latest-date a:focus,
#Content_Right .news-latest-date a:active{
	/*color:#FFFFFF !IMPORTANT;*/
	text-decoration: none !IMPORTANT;
	}
	
#Content_Right .news-latest-date a:hover{
	/*color:#FFFFFF !IMPORTANT;*/
	text-decoration: underline !IMPORTANT;
	}	


#Content_Right .news-latest-gotoarchive{
  display: none;
}

#Content_Right .news-latest-item p{
	/*color:#FFFFFF;*/
	display:block;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding: 5px 0px 0px 0px;
	}
	
#Content_Right .news-latest-morelink a:link, #Content_Right .news-latest-morelink a:active,
#Content_Right .news-latest-morelink a:visited{
	/*color:#cfdef5;*/
	display:block;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	margin:0;
	padding: 5px 0px 0px 0px;
	}

#Content_Right .news-latest-morelink a:hover{
	text-decoration: underline;
	}	
	
		

