/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #9966FF;
 color: #003366;
 }
	 
#hdr{
	width: 100%;
	height: 185px;
	margin: 0;
	background: #FFFFFF;
	color: #FFFFFF;
	border-top: 0 solid #333333;
	border-right: 0 solid #333333;
	border-bottom: 0px solid #26354A;
	border-left: 0 solid #333333;
 }
     
#lh-col{
	width: 225px;
	float: left;
	background: #BDD3DB 10px top;
	color: #333333;
	margin: 0;
	padding: 5px;
	border-top: 0px solid #333333;
	border-right: 0px solid #26354A;
	border-bottom: 0 solid #333333;
	border-left: 0 solid #333333;
	top: 45px;
	clear: left;
	position: relative;
 }

#rh-col{
	background: #FFFFFF;
	color: #990000;
	margin: 2px;
	border: 0;
	left: 264px;
	position: absolute;
	height: auto;
	width: 60%;
	padding: 2px;
	top: 217px;
	visibility: visible;
	z-index: auto;
 }

