 body, html {
   padding: 0; margin: 0;
   background: #d6dfce;
   font-family:   Times New Roman;
 }

 body {
   min-width: 950px;
 }


a, a:link {
  color: #000099;
  text-decoration: none;
  font-size: .9em;
}

a:hover{
  color: #3366cc;
}

  #wrap {
    width: 950px;
    text-align: left;
    margin: 0 auto;
    background: #FFF;
  }

    #header {
      font-family:  Trebuchet MS, sans-serif;
      font-size: 26px;
      vertical-align: middle;
      line-height: 60px;
      width: 100%;
      margin: 0; padding-top: 10px;
      background-color: #FFF;
    }



#nav {
  float: left;
  width: 100%;
  list-style: none;
  background: #41acd2;
  padding: 0;
  border: solid #eda;
  border-width: 1px ;
}

#descriptions {
  clear: both;
  margin: 30px;
  width: 90%;

}


  #footer  {
    clear: both;
    background: #03abea;
    text-align: center;
    font-family: Trebuchet MS; Times New Roman, sans-serif;
  }

#footer a {
  font-family: Trebuchet MS;
  font-size: 1em;
  color: #000;
  }

  #footer a:hover {
    color: #eda;
  }



#content {
    float: left;
    text-align: left;
    width: 768px;
    /*     overflow: auto; */

  }


  #content p, #content h3 {
    padding: 0 5px;
  }

  #sidebar {
    background: #FFF;
    float: right;
    width: 180px;
    margin-top: 5px;
    overflow: auto;
    font-family:  Trebuchet MS, sans-serif;
    font-size: 13px;
  }

  #sidebar h3, #sidebar p {
    padding:0 5px;
  }

  #sidebar h3 {
    font-size: 14px;
  }

    #sidebar li {
      margin-left: 0px;
    }

    #sidebar a {
      font-size: 1em;
    }

#overview li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#overview a {display: block;}

@media screen {
  #map_print {
    display: none;
  }
}
@media print {
  #overview {
    display: none;
    height: 100%;
  }
  #sidebar {
    display: none;
  }
  #nav,  #footer {
      display: none;
  }
  #descriptions {
    margin: 10px;
    width: 750px;


  }
}



     #dhtmlgoodies_tooltip{
          background-color:#ccf;
          border:1px solid #000;
          position:absolute;
          display:none;
          z-index:20000;
          padding:1px;
          font-size:0.7em;
          -moz-border-radius:6px;  /* Rounded edges in Firefox */
          font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;

     }
     #dhtmlgoodies_tooltipShadow{
          position:absolute;
          background-color:#555;
          display:none;
          z-index:10000;
          opacity:0.7;
          filter:alpha(opacity=70);
          -khtml-opacity: 0.7;
          -moz-opacity: 0.7;
          -moz-border-radius:6px;  /* Rounded edges in Firefox */
     }



