<!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: #blue; 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;
     color: #404040;
     font-weight: bold; 
     font-size: small;
     text-decoration: none;
     height:100%;
	 width:1000px;    
	 margin: 0;
     padding:0;  
	 border:0;  
     scrollbar-arrow-color: #455964;
     scrollbar-3dlight-color: #7f95ba;
     scrollbar-highlight-color: #ffffff;
     scrollbar-face-color: #edeef0;
     scrollbar-shadow-color: #31495d;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #edeef0; }

#hdr{
 width: 1000px;
 height: 400px%;
 margin: 0;
 background: #transparent; 
 color: #31495d;
 position:absolute;
 top:0%;
 left:0px;
 z-index: 400;
 }


#menu {
  position: absolute;
  width: 220px;
  left: 0px;
  padding:3px;
  margin:0px;
  background: transparent;
  z-index:420;
  top:330px;
}

#menu a {
  font-size:11px;
  line-height:2;
}

#content {
  position:absolute;
  top:280px;
  left:150px;
  background: transparent;
   z-index:430;
  width:77%;
}
  #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;
	   
      }

h1 {
  font-size:17px;
  width:800px;
  font-family:Verdana;
  color:#000;
  font-weight:bolder;
  text-align:center;
  z-index:300;
}
table.one
{
table-layout: automatic;
border-collapse: separate;
border-spacing:2;
empty-cells:hide;
background-color: transparent;
padding: 3px 3px 3px 3px;

}
</style>
<title>Index Page Style Sheet</title>
</head>
<body>
</body>
</html>	



