html, body{ 
margin-left:auto; margin-right:auto;
font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 background-color:#FFFFFF;
 width:775px;
 background-image:url("/leftmenu.gif"); background-repeat:repeat-y;
 text-align: left;
}
 
#header{
 position:relative; 
 height:90px; 
 background-image:url("/images/topbg.gif");
 background-color:#FFFFFF;
} 
#sepbar {
 position:relative; 
 height:22px; width:775px;
 background-image:url("/images/cambodiabar.jpg");
}
#leftcol{
 width:158px;
 height:100%;
 float:left; 
 position:relative; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:575px;
 padding-left: 5px; padding-right: 5px;
 }
#footer{
 height:10px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}


 
@media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



p, td {font-family: Verdana; font-size: 10px; color: #545454; text-decoration: none;}

div#leftmenu {padding-left: 10px}
#leftmenu a, p {font-family: Verdana; font-size: 10px; color: #545454; text-decoration: none;}
#leftmenu a:hover {color: #1d87d7}

div#bodytext {padding: 8px;}
#bodytext h2 {padding: 0; margin:0;}
div#topmenu {padding-right: 8px; text-align: right;}
#topmenu a, p {font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none;}
.topmenu a {font-weight:bold;}
#topmenu a:hover {color: #1d87d7}
hr {
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:left;
	border: 0 none;
	border-top: 1px dotted #545454;
	height: 1px;
	width: 125px;
}