

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #57694D;
 color: #333333;
  font-family:Futurist, Arial, Sans Sarif;
  font-size:12pt;
 }
	 
#hdr{
 height:35px;
 background:#4A4A4A;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:45px 0 0 0;
 letter-spacing: 2px;
 }

#lh-col{
 position: absolute;
 top: 101px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #778F6A;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #B5B486;
 color: #333333;
 padding: 20px;
 position :relative;
 //z-index:-1;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 125%; 
 font-weight: bold;
 }
 
 #mainlink{
 	font-weight:bold;
 	font-size:12px;
 	margin:6px 25px;
 }
  
 a:link {
 	color: #B5B486;
 	text-decoration: none;
 }
 
 a:hover {
 	color: #000000;
 }
 
 a:visited {
 	color: #B5B486;
 	text-decoration: none;
 }
 
 #leftlink
 {
 	color: #57694D;
 	text-decoration: none;
 }
 
 #logo
 {
 	float: right;
 	margin-right: auto;
 	margin-top: -125px;
 	z-index:1
 }
 
 #cr
 {
position: absolute;
bottom: 10px;
right: 40px;
}

#cw
{
color:#778F6A;
}

    1. #97B686
    2. #778F6A
    3. #57694D
    4. #B5B486
    5. #8F8E6A
    6. #69684D
    7. #4A4A4A
    8. #B5B5B5
   9. #000000