/* CSS Document */

BODY {
  background-color: #FFFFFF;
  margin: 0px;
  margin-top: 20px;
  background-image: url(../images/bg.gif);
  background-position: center 51px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.04em;
  }

TABLE.topnav {
  height: 28px;
  width: 988px;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
 
  }

TABLE.topnav A {
  color: #FFFFFF;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: bold;
  text-decoration: none;
  }

TABLE.topnav A:hover {
  color: #357FBC;
  }

TABLE.topnav TD.edge {
  width: 23px;
  background-color: #FFFFFF;
  }

TABLE.topnav TD.space {
  width: 203px;
  background-color: #FFFFFF;
  }

TABLE.black {
  width: 100%;
  height: 170px;
  background-color: #000000;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  }

TABLE.banner TD.banner {
  width: 785px;
  height: 170px;
  border-left: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  }

TD.banner TABLE {
  width: 785px;
  height: 170px;
  border: 1px solid #000000;
  }

/*TD.banner IMG {
  border: 1px solid #000000;
  }*/

TABLE.banner TD.logo {
  width: 203px;
  vertical-align: middle;
  }

TABLE.centering {
  width: 994px;
  height: 300px;
  }

TABLE.centering TD {
  vertical-align: top;
  }

TABLE.centering TD.leftnav {
  width: 203px;
  }
  
TABLE.content {
  width: 790px;
  height: 300px;
  background-color: #FFFFFF;
  }

TABLE.content TD.highlight {
  width: 200px;
  padding: 20px;
  }

TABLE.content TD.highlight P {
  color: #357FBC;
  font-size: 18px;
  margin-top: 22px;
  border-left: 2px dashed #357FBC;
  padding-left: 10px;
  }

TABLE.content TD.content {
  padding: 15px;
  }

TABLE.content TD.content P {
  text-align: justify;
  }

H1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #357FBC;
  margin-top: 0px;
  }

H2 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #357FBC;
  }

H3 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #357FBC;
  }

H4 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #357FBC;
  }

TABLE.footer {
  height: 28px;
  width: 988px;
  /*background-color: #000000;*/
  text-align: center;
  color: #CCCCCC;
  font-size: 12px;
  }

TABLE.footer A {
  color: #CCCCCC;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  }

TABLE.footer A:hover {
  color: #357FBC;
  }

TABLE.footer TD.edge {
  width: 23px;
  background-color: #FFFFFF;
  }

TABLE.footer TD.space {
  width: 203px;

  }

TABLE.footer TD.links {
  background-color: #000000;
  }

TABLE.contact {
  width: 100%;
  }

TABLE.contact TD {
  width: 50%;
  vertical-align: top;
  }

/*TD.leftnav {
  background-image: url(../images/bg_leftnav.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }*/

TABLE.transparent {
  width: 202px;
  height: 229px;
  margin: 0px;
  /*float: right;*/
  filter:alpha(opacity=85);
  -moz-opacity:.95;
  opacity:.85;
  /*background-color: #FFFFFF;*/
  /*border: 1px solid #000000;*/
  background-image: url(../images/bg_leftnav.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
  
TABLE.transparent TD {
  color: #357FBC;
  padding: 15px;
  text-align: left;
  font-weight:bold;
  }

TD.content A {
  color: #357FBC;
  text-decoration: none;
  border-bottom: 1px solid #99CCFF;
  }

TD.content A:hover {
  color: #99CCFF;
  border-bottom: 1px dotted #99CCFF;
  }

TD.leftnav A {
  color: #357FBC;
  text-decoration: none;
  border-bottom: 1px solid #99CCFF;
  }

TD.leftnav A:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }

SPAN.print {
  margin-left: 10px;
  margin-bottom: 0px;
  }

SPAN.print A {
  color: #357FBC;
  text-decoration: none;
  letter-spacing: 0em;
  font-size: 11px;
  vertical-align: middle;
  }

SPAN.print A:hover {
  color: #99CCFF;
  }

SPAN.print IMG {
  width: 18px;
  height: 13px;
  background-image: url(../images/print.gif);
  }

SPAN.print IMG:hover {
  width: 18px;
  height: 13px;
  background-image: url(../images/print_on.gif);
  }

DIV.photos {
  width: 500px;
  border: 1px dotted #357FBC;
  padding: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0xp;
  }

DIV.photos IMG {
  border: 1px solid #357FBC;
  /*width: 243px;*/
  margin-left: 5px;
  margin-bottom: 5px;
  
  }