<style type="text/css" media="screen">
body, html {
  margin: 0;
  padding: 0;
  }
body {
  font: 100.01%, sans-serif;
  background-color: #FFFFFF;
  }
#menu {
  position:fixed; display:block; 
  top:30px; left:10px; width:130px; height:200px; 
  background: transparent;
  }
#menu a, #menu a:link{
  display:block; width:120px; height:25px; color:#000; 
  background:transparent; text-decoration:none; 
  border:1px solid #000; text-align:center; 
  line-height:25px; margin-top:5px;
  }
#menu a:visited {
  display:block; width:120px; height:25px; 
  color:#000; background:transparent;
  }
#menu a:hover {
  color:#000; 
  background:rgb(209,221,219);
  }
#menu a:active {
  color:#c00; background:transparent;
  }
#text {
  display:block; 
  margin-left:140px; 
  border-left:1px solid #000; 
  padding:10px;
  font-family: verdana, arial, sans-serif;
  font-size:16px; 
  }
#text titlefont
 {font-weight:bold;}
#text a, a:link{
  color:blue;
  }
#text a:visited {
  color:green;
  }
p.pmain {
  width:670px; text-align:justify;
  }
p.fourhundred {
  width:400px; text-align:justify;
  }
h1 {
  color: darkblue;
  font-family: verdana, arial, sans-serif;
  font-size:18px;
  }
h2 {
  color: blue;
  font-family: verdana, arial, sans-serif;  
  font-size:16px;
  }
#text a.titleanchor, #text a:visited.titleanchor {
  color:blue; 
  font-family:verdana, arial, sans-serif; 
  font-size:22px; 
  font-weight:bold;
  }
* html body {
  height: 100%; 
  width: 100%;
  orverflow: hidden;
  }
* html body #container {
  height: 100%;
  width: 100%;
  overflow: auto; 
  }
* html #menu {
  position: absolute;
  }
</style>