      body {
        margin: 0;
        padding: 0;
        background-color: #444444;
        color: white;
        font-family: arial, sans serif;
        font-size: 12px;
      }
      #page {
        position: relative;
        width: 860px;
        left: 50%;
        margin-left: -430px;
        background-color: black;
      }
      #content {
        padding: 0 20px 0 20px;
        background-image: url(/images/gmma-watermark.jpg);
        background-position: top left;
        background-repeat: no-repeat;
      }
      #footer {
        background-image: url(/images/silver_bar.jpg);
        background-position: top left;
        background-repeat: repeat-x;
        padding-top: 10px;
        text-align: center;
        color: #666666;
        padding-bottom: 5px;
        margin-top: 20px;
      }
      #nav {
        text-align: center;
      }

      a img {
        border-width: 0;
      }

     

  .calendar {
    border: solid 3px black;
    font-family: arial, sans serif;
    background-color: white;
    color: black;
  }
  
  .calendar .daynum { 
    border: solid 1px silver; 
    padding: 2px; 
    margin-right: 0.5em;
    float: left;
    width: 2em;
    text-align: center;
    background-color: #F8F8F8;
    font-style: italic;
  }
  
  .calendar th {
    text-align: center;
    font-weight: bold;
    width: 14.29%;
    border-bottom: double 3px black;
    background-color: #E0E0E0;
  }
  
  .calendar td {
    height: 7em;
    font-size: 12px;
  }
  
  .calendar .event {
    display: block;
    padding-bottom: 0.75em;
    font-size: x-small;
    text-align: left;
  }
  
  .calendar .noday {
    background-color: #F0F0F0;
  }
  
  .calendar .title {
    height: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  
  #content {
    padding: 10px;
    margin: 0;
  }
  
  a, a:link {
    color: blue;
    text-decoration: underline;
  }

  .printonly { 
    display: none; 
  }
  
  .thumbnails {
    text-align: center;
  }
  
  .thumbnails img {
    border: solid 4px white;
    margin: 4px;
  }