html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
   background-color:rgb(198,198,198);;
   color:black;
   background-image:url(naviback.gif);
   background-repeat:repeat-y;
   font-family:Verdana,sans-serif;
}

#navigation {
  position:absolute;
  top:20px;
  left:-20px;
  width:400px;
  overflow:hidden;
}

#content {
  margin-top:20px;
  margin-right:30px;
  margin-left:370px;
}

ul.closed, ul.opened {
  font-size:10px;
  list-style-type:none;
  font-weight:bold;
  line-height:16px;
}

ul.closed {
  display:none;
}

ul.opened {
  display:block;
}

a.folder {
  cursor:pointer;
}

a.nav {
  font-weight:bold;
  font-style:normal;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
  color:rgb(0,0,0);
  text-decoration:none;
}

h1 {
  font-size:30px;
  font-weight:bold;
  color:rgb(255,255,255);
  text-align: center;
  padding-bottom:8px;
  border-top:solid 2px rgb(255,255,255);
  border-bottom:solid 2px rgb(255,255,255);
}

h2 {
  font-size:20px;
  font-weight:bold;
  font-style:normal;
  color:rgb(0,0,0);
  text-align: center;
  padding-bottom:8px;
}

h3 {
  font-size:11px;
  font-weight:bold;
  font-style:normal;
  color:rgb(0,0,0);
  padding-bottom:8px;
}

h4 {
  font-size:20px;
  font-weight:bold;
  font-style:normal;
  color:rgb(255,255,255);
  text-align: center;
  padding-bottom:8px;
  border-top:solid 2px rgb(255,255,255);
  border-bottom:solid 2px rgb(255,255,255);
}

