html,body,table,tr,td,div,p,a,img{
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	height:101%;
	overflow:scroll;
}
body{
	height:100%;
	text-align:center;
	background-color:white;
}
html>body{
}
#header, #columns, #footer {
	width: 1025px;
}
#container {
	position: relative;
	display: block;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	height: auto;
	text-align: left;
	width: 1025px;
	background-image:url(../img/gradientslip.gif);
	background-position:left 120px;
	background-repeat:repeat-x;
}
#container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}
#minheight{
	width: 1px;
	float: left;
	height: 600px;
	overflow: hidden;
}
#header{
	position:relative;
	height: 120px;
	background-image:url(../img/headerback.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#banner {
	float:left;
	width:1024px;
	height:260px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#minibanner {
	float:left;
	width:440px;
	height:180px;
	background-position:right center;
	background-repeat:no-repeat;
}
#footer {
	position:relative;
	display:block;
	float:left;
	height:177px;
	line-height:16px;
	background-image:url(../img/footerback.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#727D84;
}
.vwsfooter{
	position:absolute;
	left:30px;
	bottom:20px;
}
.vwslink{
	color:#727D84;
}
.highlight{
	border:solid 1px red;
}
.NewsListHeader {        
    display:block; 
    font-size:12px;
     font-weight:bold;
    color:#808080;  
      
}

.NewsListHeader a{    
     color:#808080;
     text-decoration:none;       
}


.NewsListHeaderBlue {        
    display:block; 
    font-size:12px;
     font-weight:bold;
    color:#1080C5;  
      
}


.NewsListText {
    color:Black;
    font-weight:normal;
    font-size:12px;    
    padding-bottom:10px;
}
.NewsListLink  {
    color:Black;
    font-weight:bold;
    font-size:12px;    
    text-decoration:none; 
}
