  { }

  body {
    margin-top:       0px;
    margin-left:      0px;
    margin-right:     0px;
    margin-bottom:    0px;
    font-family: 'BernhardModernStd Roman', 'Palatino Linotype', Georgia, 'Times New Roman', Serif;
    background-color: #7AA3C5;  /* cerulean blue */
    background-image: url('images/back_pattern_2.gif');
    font-size:        9pt;
  }

  .bg_top {
    background-image: url('images/back_pattern_1.gif');
  }

  .bg_mid {
    background-image: url('images/back_pattern_transition.gif');
  }

  .bg_low {
    background-image: url('images/back_pattern_2.gif');
  }

  .coord {
    position: relative;
    height: 0px;
    // margin-bottom: -4px;
  }

  #menu {
    position:    absolute;
    top:        -50px;
    width:       840px;
    text-align:  center;
    font-size:   18px;
    /* photoshop color indicated #C78F36 */
    color:       #CC6600;  /* gold */
  }

    #menu A {
      color:     #CC6600;  /* gold */
      text-decoration: none;
    }
  
    #menu A:hover {
      text-decoration: underline;
    }
  
  .prop_links {
    width:       270px;
    text-align:  center;
    font-size:   12px;
    /* photoshop color indicated #C78F36 */
    color:       #CC6600;  /* gold */
  }

    .prop_links A {
      color:     #CC6600;  /* gold */
      text-decoration: none;
    }
  
    .prop_links A:hover {
      text-decoration: underline;
    }

  #prop_1 {
    position:    absolute;
    top:        -357px;
    left:        20px;
  }

  #prop_2 {
    position:    absolute;
    top:        -247px;
    left:        20px;
  }

  #prop_3 {
    position:    absolute;
    top:        -137px;
    left:        20px;
  }

  #prop_4 {
    position:    absolute;
    top:        -357px;
    left:       -20px;
  }

  #prop_5 {
    position:    absolute;
    top:        -247px;
    left:       -20px;
  }

  #prop_6 {
    position:    absolute;
    top:        -137px;
    left:       -20px;
  }

  #center_box {
    position:    absolute;
    top:        -360px;
    left:        20px;
    width:       260px;
    color:       #FFFFFE;
    line-height: 15px;
  }

#center_box a {
font-family: 'BernhardModernStd Roman', 'Palatino Linotype', Georgia, 'Times New Roman', Serif;
color:#FFFFFF;
font-size:12px;
}

#center_box a:visited {
font-family: 'BernhardModernStd Roman', 'Palatino Linotype', Georgia, 'Times New Roman', Serif;
color:#FFFFFF;
font-size:12px;
}

#center_box a:hover {
font-family: 'BernhardModernStd Roman', 'Palatino Linotype', Georgia, 'Times New Roman', Serif;
color:#cddced;
font-size:12px;
}

    #center_box H2 {
      line-height: 24px;
    }
  
  #footer {
    position: absolute;
    top:     -74px;
    width:    840px;
  }

  .footer_text {
    font-family: Georgia, 'Times New Roman', Serif;
    /* photoshop color indicated #21527B */
    color:       #7AA3C5;  /* cerulean blue */
    text-align:  center;
  }

    .footer_text A {
      color:     #7AA3C5;  /* cerulean blue */
    }
  
  .copyright {
    color:       #FFFFFE;
    text-align:  center;
    font-size:   8pt;
  }