img {
  border: 0;
}
body {
  background: white url("bg.jpg") repeat-y fixed left;
  color: #000080;
  font-family: Verdana, Arial, sans-serif;
}
/* if we dare use CSS positioning
div#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 97px;
}
div#main {
  position: absolute;
  top: 0;
  left: 97px;
  width: 523px;
}
*/
div#sidebar p {
  background: #C66 url("linkbutton.gif") no-repeat top left;
  font-size: 10pt;
  line-height: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  width: 70px;
  text-align: center;
}
div#sidebar a {
  color: white;
  text-decoration: none;
}
h1, h2, caption {
  text-align: center;
  font-weight: bold;
  font-family: "Graphite Light ATT", Verdana, Arial, sans-serif;
  color: navy;
}
h1 {
  font-size: 16pt;
  margin: 0 0 3pt;
}
h2 {
  font-size: 14pt;
  margin: 12pt 0 0;
}
input {
  font-family: monospace;
}

@media print {
  body {
    background: white;
    color: black;
    font-family: serif;
  }
  div#sidebar, td#sidebar {
    display: none;
  }
}
