body {
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #69AF66;
    font: 10pt/12pt "Trebuchet MS", sans-serif;
    text-align: left;
  }
  #holder {
    background-color: #ffffff;
        border: 2px solid #FFFFCC;
    width: 760px;
  }
  #header {
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    height: 230px;
  }
  #menu {
        font: 12pt/13pt "Trebuchet MS", sans-serif;
        padding: 1px;
  }
  #menu ul {
        background-color: #4B9FAA;
        height: 19px;
        margin: 0;
        padding: 1px;
  }
  #menu li {
        display: inline;
        list-style: none;
        margin:0;
        padding: 1px 5px;
  }
  #menu a, #menu a:link, #menu a:visited {
        color: #ffffff;
        text-decoration: none;
  }
  #menu a:active, #menu a:hover {
        text-decoration: none;
  }
  #content {
        font: 10pt/12pt "Trebuchet MS", sans-serif;
        padding: 0 5px;
        text-align: left;
  }
  #content a, #content a:link, #content a:visited {
        color: #63A6DC;
        font-weight: bold;
        text-decoration: underline;
  }
  #content a:active, #content a:hover {
        color: #8C2419;
        text-decoration: none;
  }
  #content h1 {
        font: 20pt/20pt "Trebuchet MS", sans-serif;
        font-weight: bold;
        text-align: center;
  }
  #content h2 {
        font: 18pt/20pt "Trebuchet MS", sans-serif;
        text-align: center;
  }
  #content h3 {
        font: 16pt/18pt "Trebuchet MS", sans-serif;
  }
  #content h4 {
        font: 14pt/16pt "Trebuchet MS", sans-serif;
  }
  #content h5 {
        font: 12pt/13pt "Trebuchet MS", sans-serif;
  }
  #content h6 {
        font: 8pt/9pt "Trebuchet MS", sans-serif;
  }
  .pad {
    padding: 3px;
  }
  #footer {
        font: 9pt/9pt "Trebuchet MS", sans-serif;
        font-weight: bold;
        padding: 3px;
        width: 100%;
  }
