html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	height: 100%;
} 
#pagewidth { 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	height: 100%;
}
#layouttable {
	height: 100%;
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#layouttable tr {
	vertical-align: top;
}
tr#footer {
	vertical-align: bottom;
}
#header td {
	height:170px; 
}
#leftcol {
	width:175px; 
}

#rightcol {
	width:20px; 
}
#maincol {
	width:605px;
	text-align: justify;
}

 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#maincol{width:100%;}
}

