body {
  font: 14px bitstream vera sans, arial, sans-serif;
  background: #ffffff;
  margin: 0; padding: 0;
  line-height: 1.5em;
}

#top {
  background: #b9f6fb;
  min-height: 45px;
  border-bottom: 1px solid #999999;
  padding: 20px; text-align: center;
}

#menu {
  font-size: 12px;
  float: right; width: 225px;
  background: #eee;
  border-left: 1px solid #999999;
  margin-bottom: 5px;
}
#menu div { border-bottom: 1px solid #999999; }
#menu .title { font-weight: bold; margin: 10px 10px 5px 10px; }
#menu ul { margin: 0 10px 10px 0; padding-left: 30px; }
#menu p { margin: 10px; }

#content {
  margin: 15px 245px 15px 15px; text-align: justify;
}

#bottom {
  font-size: 12px;
  clear: both;
  background: #b9f6fb;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: center;
}

h1 { font-size: 20px; font-weight: normal; margin: 0; padding: 0; }
ul { list-style-type: square; }

a, a:link, a:visited { color: #007; text-decoration: none; }
a:hover { text-decoration: underline; }

.logo { float: left; margin: -11px 0px 0px 0px; }

img { border: 0; }
