  body {
    font-family: Arial,helvitica,sans-serif;
  }
  div.heading {
    color: #FFF;
    background-color: #00C;
    font-family: Arial,helvitica,sans-serif;
    text-align: center;
    padding-bottom: 15px;
  }
  span.title {
    font-size: 60px;
    display: block;
  }
  span.subtitle {
    font-size: 25px;
    display: block;
  }
  div.menubar {
    float: left;
    color: #FFF;
    background-color: #00C;
    width: 200px;
    height: 640px;
    font-weight: bold;
    padding-top: 30px;
  }
  div.menuitem {
    margin: 0 5px 5px 5px;
  }
  div.content {
     margin-left: 210px;
     padding: 40px 50px 40px 50px;
  }
  div.staff {
    font-weight: bold;
  }
  div.lcell {
    display: table-cell;
    width: 200px;
    padding-bottom: 10px;
  }
  div.rcell {
    display: table-cell;
    padding-bottom: 10px;
  }
  a:link    {
    color: #FFF;
    text-decoration: none;
  }
  a:visited {
    color: #FFF;
    text-decoration: none;
  }
  a:hover   {
    color: #FFF;
    text-decoration: underline;
  }
  a:active  {
    color: #FFF;
    text-decoration: none;
  }
