.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 200px;
height:218px;
background-image:url(images/news-background.png); background-repeat:no-repeat;
margin-top:25px;
}


.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

#newsheader {
  width:170px;
  height:50px;
  text-align:center;
  /*size:60px;*/
  letter-spacing:1px;
  /*padding:30px 5px 0 5px;*/
  margin-left:12px;
  padding-top:30px;
}

#newsheader a {
  text-decoration:none;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  letter-spacing:1px;
  color:#94080f; 
  font-weight:600;
	}

#newsheader a:hover{
	text-decoration:underline;
}



.pagination{
width: 190px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/* background-color: navy; 
border: 0px solid navy; */
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 10px 15px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 190; /*IE5 width*/
w\idth: 190px; /*IE6 width*/
}

.pagination a{
padding: 0px 2px;
text-decoration: none; 
color: #2e6ab1;
background-color: #bbbaba;
margin-top:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.contentdiv p {
	margin: 0 15px;
	width:170px;
	}
.contentdiv p a{
	color:#93080F;
	
	}
.contentdiv p a:hover{
	text-decoration:none;
	color:#000;
	}
