/* Layout Stylesheet */ 
html{
margin=opx;
padding=0px;}


body{

 
 padding:0;
 background: #808080;
 color:#166AEE;
 }
		 
#lh-col{
 position: absolute;
 top: -15px;
 left: 14px;
 width: 180px;
 border: 0px solid #000000;
 background:#166AEE;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
	margin: 0px 0px 0px 220px;
	border: 0px solid #000000;
	background: #166AEE;
	color: #333333;
	padding: 0px;
	position: absolute;
	top: -20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:normal;
	left: 1px;
 }
