div.contentwrapper {
	background: white;
	padding: 10px;
	position:relative;        
} 

h1.headtitle{
	color: white;
	font-size: 64px;
	text-transform: uppercase; 
	width: 100%;
	height: 166px;
	padding-top: 100px;
	padding-left: 6px;
	margin-top:0;
}
@media(max-width: 768px){ 
	h1.headtitle{ 
		font-size: 32px; 
		padding-top: 130px;
	}
	 
}

div.toc {
	background: url('/images/bod_newslistbg.jpg') no-repeat top left;
	min-height: 400px;
	padding: 30px 20px 0 20px
}

@media (max-width: 991px) { 
	div.toc { 
		background: rgb(223,223,224); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(223,223,224,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,224,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(223,223,224,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(223,223,224,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(223,223,224,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(223,223,224,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfe0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		padding: 20px  
	}
}
 

span.date {
  color: #595959;
  font-size: 11px;
}
 

ul.newslist {
	clear: both;
	margin: 20px 0 0 0;
	padding:0;
}
ul.newslist li {
	border-bottom: 1px dotted #908f8f; 
	overflow: hidden;
}
ul.newslist li a{	 
	color: #595959;  
	display: block;
	background: url('/images/bod_newslist_arrow.png') right 10px no-repeat;
	margin-bottom: 0; 
  color: #053859;
	transition: none;
	padding: 3px 15px 0 0 ;
}
ul.newslist li a:hover, ul.newslist li.over a , ul.newslist li a.active{
	color: #00aaee;
	background: url('/images/bod_newslist_arrow.png') right -56px no-repeat;
	transition: none;
	text-decoration: none;
}	  

.toc h2 {
	font-size: 21px;
	margin-top:0;
}