body {
  color:black;
  background-color:white;
  font-family:Verdana,Tahoma,sans-serif;
  font-size:9pt;
  margin:10px;
}

h2 {
  margin-top:3em;
  border-bottom:ridge;
}

a img {
  border:none;
}

#logo {
  max-width:680px;
  text-align:right;
}

#menu {
  position:absolute;
  top:180px;
  left:30px;
}

#menu ul {
  padding:0;
}

#menu li {
  list-style:none;
}

#content {
  margin-top:0;
  margin-right:0;
  margin-left:214px;
  margin-bottom:80px;
  max-width:466px;
}

#content ul {
  padding:0.2em;
  padding-left:1.5em;
}

#footer {
  text-align:center;
  max-width:680px;
}

#footer li {
  list-style:none;
  display:inline;
}

.top {
  margin-top:0;
  padding-top:0;
}

.nowrap {
  white-space:nowrap;
}