/* Layout Stylesheet */ 
#navlist {
padding: 1px 0px 1px 1px;
margin-left: 1px;
font: bold 11.5px Arial, san-serif;
/*font-color: #993300;*/
border: 2px solid #B6906D;
color: #333333;
background: #B6906D;
width: 131px;
}
		
#navlist li {
list-style: none;
color: #333333;
border: 2px solid #B6906D;
margin-left: -1px;
text-align: left;
}

#navlist li a {
display: block;
color: #333333;
border: 2px solid #B6906D;
padding: .75em 0.0em .5em 0.5em;
background: none;
text-decoration: none;
}

#navlist li a:hover {
display: block;
border: 2px solid #333333;
color: #333333;
background: #ffffff;
}

body{
 margin: 0;
 padding:0;
 background: #ffffff;
 color: #333333;
 }
	 
/*#hdr{
 height:35px;
 background:#c0c0c0;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
 }*/

  
#rh-col{
 margin: 0px 0px 0px 0px;
 border: 0px solid #000000;
 background: #ffffff;
 color: #333333;
 width: 800px;
 height: 650px;
 top: 0px;
 padding-left: 225px;
 padding-top: 131px;
 position :absolute;
 background-image: url(images/background-final.jpg);
 background-repeat: no-repeat;
 }
 
 #rh-col-text{
 margin: 0px 0px 650px 0px;
 border: 0px solid #000000;
 background: none;
 color: #333333;
 width: 670px;
 left: 66px;
 top: -50px;
 padding-left: 150px;
 padding-top: 180px;
 position :absolute;
 }
 
 #lh-col{
 /*float: right;*/
 position: absolute;
 align: left;
 top: 100px;
 left: 60px;
 width: 185px;
 padding-top: 50px;
 border: 0px solid #000000;
 background: none;
 color: #000000;
 height: 400px;
 }
 
 #float {
 float: left;
 padding-top: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 3px;
 border: 0px 0px 0px 0px dotted #666666;
 }
 
  #float-right {
 float: right;
 padding-top: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 3px;
 border: 0px 0px 0px 0px dotted #666666;
 }
 
   #float-right2 {
 float: right;
 padding-top: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 3px;
 border: 0px 0px 0px 0px dotted #666666;
 height: auto;
 }

 h1 {	font-family: Tahoma, Verdana;	font-size: 14px;	color: #003366;	font-weight: bold;	text-decoration:none;}
h2 { font-size: 90%; }
h3 { font-size: 85%; }
