/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0px;
 background: #00245b;
 color: #FFFFFF;
 }
a {text-decoration: none; }
img{border:none;} 
#lh-col{
	width: 550px;
	float: left;
	background: #00245b;
	color: #FFFFFF;
	margin: 0;
    border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
 }
 
#rh-col{
 width: 300px;
 background: #00245b;
 color: #FFFFFF;
 margin: 0;
 padding: 0;
 }

