html {overflow-y:scroll;}

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1000px;
  height:auto;
  margin: auto;
  margin-top:20px;
}

#bodystyle {
	width: 1000px;
	height: auto;	
	padding: 0px;
	border: 1px solid #1a455e;
	margin: 0px 0px 0px 0px;
}

 div.centeredx{
    display:block;
    position:absolute;
    top:2%;
    left:22%;
    width:1000px;
  }
  
 div.centered2x{
    display:block;
    position:absolute;
    top:2%;
    left:22%;
    width:1000px;
  }  

#header {
	background-image: url(images/header_backslice.jpg);
    background-repeat: repeat;	
	width: 1000px;
	height: 94px;	
	padding: 0px;
	border: 0px;
}

#headerleft {
	background-image: url(images/header_backslice.jpg);
	width: 55px;
	height: 94px;	
	padding: 0px;
	border: 0px solid #1a455e;
	margin: 0px 0px 0px 0px;
}	

#headercenter {
	background-image: url(images/header_backslice.jpg);
	width: 424px;
	height: 94px;	
	padding: 0px;
	border: 0px solid #1a455e;
	margin: 0px 0px 0px 0px;
}

.textcontent {
	margin-left: 10px;
	margin-right:  10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
	
.footerleft {
	color: #FFF;
	margin-left: 65px;
}

.footerright {
	color: #FFF;  	
	margin-right: 65px;	
}

.links {
	color: #FFF;  	
}

.newsheadline {
	color: #9e2323;  	
}