body {
	margin-top: 0px;
	background-color: #EEEEE7;
	margin: 0; 
 	padding: 0;  	
 	
 	font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 170%;
	color: #333333;	
}

#content {
background-color: #FFFFFF;
}


#bottom{
 margin: 0 0 0 0;
 height: 25px;
 background-image: url(../images/bottom2.gif);
 background-repeat: no-repeat; 
 background-position: top left;
 clear: both;
 }
 
 #lh-col{
 float: left;
 width: 200px;
 margin: 0px;
 padding: 10px 0px 0 12px;  
 clear: both;  
 }
 
#rbroundbox { background: url(../images/bottom2.gif) repeat; }
 
#rbtop div { background: url(../images/tl.gif) no-repeat top left; }
#rbtop { background: url(../images/tr.gif) no-repeat top right; }
#rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
#rbbot { background: url(../images/br.gif) no-repeat bottom right; }
 
.rbcontent { margin: 0 10px; background-color: #EEEEE7; } 
 
a:link { color: #006699; background: transparent; }
a:visited { color: #006699; background: transparent; }
a:hover { color: #DA0989; background: transparent; }
a:active { color: #DA0989; background: transparent; }


