/* CSS Document */

BODY {
  margin: 0px;
  background-image: url(../images/bg.gif);
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #0771A5;
  }

TABLE.first {
  width: 1004px;
  /*height: 500px;*/
  border: 1px solid #A6C2D1;
  margin-top: 5px;
  background: #FFFFFF;
  }

TABLE.first TD.first {
  /*vertical-align: top;*/
  border: 2px solid #FFFFFF;

  }
  
TABLE.blue {
  background-color: #00426A;
  vertical-align: bottom;
  height: 110px;
  width: 1000px;
  /*padding-top: 10px;
  padding-left: 20px;*/
  }

TABLE.blue TD.logo {
  vertical-align: middle;
  padding-left: 17px;
  }

/*TABLE.blue IMG.logo {
  vertical-align: middle;
  margin-bottom: 17px;
  margin-left: 17px;
  margin-top: 16px;
  }*/

TABLE.blue TD.navbottom {
  vertical-align: bottom;
  }

TABLE.nav {
  float: right;
  width: 770px;
  height: 36px;
  margin-right: 19px;
  background-image: url(../images/bg_nav.gif);
  background-position: center;
  color: #FFFFFF;
  text-align: center;
  }

TABLE.nav A {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 19px;
  font-size: 14px;
  }

TABLE.nav A:hover {
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  }

TABLE.nav TD {
  padding-left: 15px;
  }

TABLE.banner {
  height: 250px;
  width: 1000px;
  vertical-align: top;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  }

TABLE.blueline {
  width: 1000px;
  height: 7px;
  background-image: url(../images/bg_blueline.gif);
  background-position: top;
  background-repeat: repeat-x;
  }

TABLE.blueline TD {
  padding: 0px;
  }

/*TD.main {
  height: 140px;
  }*/

TABLE.page {
  width: 1000px;
  /*height: 400px;*/
  }

TABLE.page TD {
  vertical-align: top;
  }

TABLE.page TD.content {
  width: 700px;
  padding: 25px;
  }

TABLE.page TD.content P {
  text-align: justify;
  }

TABLE.page TD.logos {
  width: 240px;
  text-align: right;
  padding: 5px;
  padding: 5px;
  background-image: url(../images/participants.gif);
  background-position: 15px 40px;
  background-repeat: no-repeat;
  }

H1 {
  color: #0771A5;
  font-size: 24px;
  border-bottom: 1px dotted #93CAD8;
  padding-bottom: 5px;
  }

H2 {
  color: #0771A5;
  font-size: 20px;
  }

H3 {
  color: #0771A5;
  font-size: 16px;
  }

P.footer, P.footer A {
  color: #0771A5;
  font-size: 9px;
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
  line-height: 15px;
  margin-bottom: 15px;
  } 

P.footer {
  margin-right: 240px;
  }

P.footer A:hover {
  color: #00426A;
  text-decoration: none;
  border-bottom: 1px dotted #00426A;
  }

TD.logos TABLE {
  width: 150px;
  }

TD.logos TABLE TD {
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding: 3px;
  }

.content P A,
.content UL A {
  color: #0771A5;
  background-color: #E6F7FC;
  text-decoration: none;
  border: 1px solid #CCE9F2;
  border-bottom: 1px solid #7DCBEA;
  padding-left: 2px;
  padding-right: 2px;
  }

.content P A:hover,
.content UL A:hover {
  color: #000033;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #CCE9F2;
  border-bottom: 1px solid #0771A5;
  padding-left: 2px;
  padding-right: 2px;
  }

SPAN.icons {
  float: right;
  }

.icons IMG.home {
  width: 25px;
  height: 24px;
  background-image: url(../images/icon_home.gif);
  }

.icons IMG.home:hover {
  background-image: url(../images/icon_home_on.gif);
  }

.icons IMG.contact {
  width: 26px;
  height: 24px;
  background-image: url(../images/icon_contact.gif);
  }

.icons IMG.contact:hover {
  background-image: url(../images/icon_contact_on.gif);
  }

.icons IMG.map {
  width: 26px;
  height: 24px;
  background-image: url(../images/icon_map.gif);
  }

.icons IMG.map:hover {
  background-image: url(../images/icon_map_on.gif);
  }

.icons IMG.print {
  width: 26px;
  height: 24px;
  background-image: url(../images/icon_print.gif);
  }

.icons IMG.print:hover {
  background-image: url(../images/icon_print_on.gif);
  }

TABLE.twocolumns {
  width: 100%;
  font-size: 12px;
  }

TABLE.twocolumns TD.left {
  width: 50%;
  padding-right: 20px;
  }

TABLE.twocolumns TD.right {
  width: 50%;
  padding-left: 20px;
  border-left: 1px dotted #93CAD8;
  }