
/* Layout Stylesheet */ 


body{
 margin: 0;
 padding:0;
 background: #ffffff;
 color: #ffffff;
 }
body{
font-family:arial;
font-size:12px;
}
	 

#lh-col{
 /*position: absolute;*/
 /*top: 99px;*/
 /*left: 20px;*/
 width: 176px;
 border: 2px solid #000000;
 background: #000000;
 color: #ffffff;
 margin-right: 20px;
 padding: 2px;
 height: 1000px;
 text-align: center;


 }

UL{
font-family:arial;
font-size:12px;
/*margin-left: -10px; Mozilla has different rendering than IE */
text-align: center;
list-style-type: none;
line-height:225%;
margin-left: auto; margin-right: auto;

}

#imgMe{
text-align: center;
}

#nav{

/*margin-left: auto; margin-right: auto; */
 width: 150px;
 padding: 5px;
 

}

#nav.a:Active{


color: #dd0000;


}
#nav2{
 border: 1px solid #ffffff;
 width: 120px;
 padding: 5px;
}

#rh-col{
 /*margin: 20px 20px 20px 220px;*/
 /*border: 2px solid #000000;*/
 background: #ffffff;
 color: #333333;
 padding: 0;
 position :absolute;
 left: 185px;
 height: 100%;
 width: 75%;
 top: 0px;
 
 
 }
 
 #rh-col2{
 /*margin: 20px 20px 20px 220px;*/
 /*border: 2px solid #000000;*/
 background: #ffffff;
 color: #333333;
 padding: 0;
 position :absolute;
 left: 185px;
 height: 100%;
 width: 1000px;
 top: 0px;
 
 
 }
 
 #frame{
 width:1000px;
 height:100%;
 margin: 0 0 0 0;
 border-right: 0;
 border-bottom: 0;
 }
 
 
 #hdr{
  height:35px;
  background:#c0c0c0;
  color:#000000;
  border:solid #000000;
  border-width:2px 0px;
  margin:40px 0 0 0;
  }

