body { 
  background: #fff;
  color: #000;
}

div.header {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #aab;
  font-weight: bold;
  border-top: solid 3px;
  width: 100%;
  z-index: 2;
}

#header { 
  padding: 0px 0px 0px 160px;
  margin: 0px;
}


div.navigation {
  position: fixed;
  top: 5px;
  left: 5px;
  width: 130px;
  z-index: 3;
  background: #dedede;
  -moz-border-radius: 5px;
}

#logo { 
  text-align: center;
  font-size: 80%;
  text-decoration: none;
  margin-bottom: 2em;
}

#logo img { 
  border: 0px;
}

#logo a { 
  text-decoration: none;
  color: #000;
  font-style: oblique;
}

#navigation { 
  list-style-type: none;
  margin: 5px;
  padding: 10px 0px 0px 0px;
}

#navigation a { text-decoration: none; font-weight: bold; }
#navigation a:link {color: #333;}
#navigation a:visited {color: #555;}
#navigation a:hover {color: #000; text-decoration: underline;}

#navigationfooter {  
  font-size: 80%;
  font-style: oblique;
  margin-top: 4em;
  text-align: center;
}

#navigationfooter hr { 
  width: 80%;
  border: 0;
  height: 1px;
  color: #aaa;
  background-color: #aaa;
}

div.content {
  position: absolute;
  left: 150px;
  top: 3em;
  z-index: 1;
  padding-left: 2em;
  margin: 0.5em;
  max-width: 700px;
}

h1 { 
  font-size: 140%;
  text-align: center;
}

h2 { 
  font-size: 110%;
  background: #ccd;
  padding: 2px;
  margin-left: -2em;
  -moz-border-radius: 5px;
}


.listheader { 
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

li { 
  font-weight: normal;
}


td {  
  border-bottom: dashed 1px;
  border-color: #ccc;
}