#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:50px; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
 
#footer{
 height:50px; 
  background-color:#ffffff; 
 clear:both;
 } 
 
#map{
	width: 500px;
	height: 300px;
	word-break:break-all; 

}




.tblinktext{
	font-family : arial, sans-serif;
	font-size : 16px;
	font-weight: normal;
}
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

BODY, TD {
	font-family : arial, sans-serif;
	font-size : 13px;
	color : #000000;
	font-weight: normal;
}
.bordertable {
	border: 1px #999999 solid;
}
