html {
  overflow: hidden;
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
  color: #000;
  background: #fff;
}
#header {
  position: absolute;
  left: -17px; /* to not hide the right scroll bar */
  height: 120px;
  width: 100%;
  background: white;
}
#sidebar {
  float: left;
  height: 100%;
  width: 220px;
  margin: 120px 0 0 0;
  background: url(menuback.gif) repeat-y;
}
#sidebar a {
  display: block;
  background: url(itemback.gif) repeat-x;
  width: 155px;
  padding: 4px 2px 4px 5px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  margin-left: 25px;
  margin-bottom: 5px;
}
#sidebar a:hover {
  color: #404040;
}
#content-top-space {
  height: 140px;
}
#content {
  overflow: auto;
  height: 100%;
  padding: 0 10px 0 18px;
}
#content-bottom-space {
  clear: both;
  height: 30px;
}
h1 {
  font-family: Tahoma, Verdana, sans-serif;
  margin: 8px 0 0 0;
  text-align: center;
  font-size: 220%;
  color: #003c6e;
}
img {
  border: 0;
}
#content img {
  border: 1px dashed #003c6e;
}
a, a:hover, a:visited {
  color: #003c6e;
}
#content p, #content ul, #content td {
  line-height: 133%;
}
