<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>

<style type="text/css">
A:{color: #455964; text-decoration:none;}
A:link {color: #404040; text-decoration: none;}
A:visited {color: #7f95ba; text-decoration:none;}
A:hover {color: #ff0000; text-decoration:none;}
A:active {color: #7f95ba; text-decoration:none;}
A:focus {color: #ff0000; text-decoration:none;}


body{background: #edeef0; 
     font-family: verdana, arial, tahoma;
     padding:5px;
	 margin: 0px;
     color: #404040;
     font-weight: bold; 
     font-size: medium;
     text-decoration: none;
     scrollbar-arrow-color: #455964;
     scrollbar-3dlight-color: #7f95ba;
     scrollbar-highlight-color: #ffffff;
     scrollbar-face-color: #edeef0;
     scrollbar-shadow-color: #404040;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #edeef0; }
     
.center 
{ 
margin-left: auto; 
margin-right: auto; 

} 
 .link 
{ font-size: medium;
  color:#455964;
  font-weight:bolder;

} 

#lh-col{
 width: 23%;
 float: left;
 background: #edeef0; 
 color: #404040;
 position:absolute;
 top: 220px;
 left:0px;
 padding: 5px;
 z-index:50;
 font-weight:bolder;
 font-family: verdana;
 font-size:x-small;
 text-align:left;
 background-attachment:scroll;
 }
		#rh-col{
 font-family: verdana;
 font-weight:bold;
 position:absolute;
 left: 230px;
  top: 180px;
   background: transparent;
  padding: 5px;
  z-index:300;
  width:78%;
  font-size:small;
  color: #404040;
 height:100%;
 padding:5px;
 float: right;
 }
 #hdr{
 width: 100%;
 height: 205px;
 margin: 0;
 background: transparent;
 position:relative;
 top:-10px;
 left:-15px;
 z-index:20;
 text-align:left;
 color:#31495d;
 }
 
 html {
  padding:0px;
  margin:0px;
}
#menu {
  position: absolute;
  width: 220px;
  left: 1px;
  padding:3px;
  margin:0px;
  background: transparent;
  z-index:20;
  top:280px;
}



#menu a {
  font-size:11px;
  line-height:2;
}
#content {
  position:absolute;
  top:290px;
  left:200px;
  background: transparent;
   z-index:430;
  width:85%;
	font-size:medium;
  color: #404040;
}
  #content img {
        border: 1px solid black;
      }
      
      #content td {
	    vertical-align:top;
        background-color: transparent;
        text-align: center;
        padding: 3px 3px 3px 3px;
       font-family: arial, verdana;
       font-size: 12px;
	   
      }

      #content table {
        background-color: transparent;
        border: 1px solid #404040;
       padding: 5px 5px 5px 5px;
	   width:80%;
      }
      

h1 {

  background: transparent;
  font-size:xx-large;
  padding-top: 5px;
  font-family:evanescent;
  color:#31495d;
  font-weight:bolder;
	text-shadow: 1px 1px 6px #fff;
	position:absolute; 
	margin-top:-170px;
	left:250px;
	z-index:500;
}
.float {float:right;
        margin:0 0 3px 3px;
		clear: right;
		display:table;
		vertical-align:text-top;
		
		
		}
		#navlist li { list-style-type: circle;
              color:455964;    }
		
</style>
<title>style sheet</title>
</head>
<body>
</body>
</html>
