/* CSS Document */

BODY {
  background-color: #0478AC;
  margin: 0px;
  
  background-image: url(../images/bg_star.gif);
  background-position: 260px -159px;
  background-repeat: no-repeat;
  
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 14px;
  }

TABLE.green {
  width: 100%;
  height: 31px;
  background-color: #C1CC30;
  background-image: url(../images/bg_green.gif);
  background-repeat: no-repeat;
  background-position: 977px 0px;
  }

TABLE.first {
  width: 1000px;
  height: 500px;
  }

TABLE.first TD.right {
  width: 240px;
  vertical-align: top;
  padding-top: 185px;
  padding-left: 30px;
  }

TABLE.first TD.right P {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  }

TABLE.first TD.left {
  width: 760px;
  background-color: #FFFFFF;
  vertical-align: top;
  
  }

TABLE.content {
  width: 100%;
  padding:40px;
  padding-top: 20px;
  }

TABLE.content P,
TABLE.content OL,
TABLE.content UL {
  line-height: 20px;
  }

H1 {
  color: #C1CC30;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dotted #C1CC30;
  padding-bottom: 5px;
  }

H2 {
  color: #C1CC30;
  font-size: 20px;
  font-weight: bold;

  }

TABLE.content P {
  text-align: justify;
  }

#logo {
	position:absolute;
	width:241px;
	height:146px;
	z-index:1;
	margin-top: 0px;
	top: 0px;
}

TABLE.banner {
  width: 760px;
  height: 115px;
  border: 2px solid #FFFFFF;
  }

TABLE.nav {
  width: 760px;
  height: 31px;
  text-align: right;
  }

TABLE.nav A {
  color: #FFFFFF;
  margin-left: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 3px;
  font-size: 14px;
  }

TABLE.nav A:hover {
  color: #000000;
  /*border-bottom: 5px solid #FFFFFF;
  padding-bottom: 3px;*/
  }

P.footer {
  width: 760px;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
  margin-top: 5px;
  padding-bottom: 5px;
  }

P.footer A {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
  }

P.footer A:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
  }

IMG.print {
  float: right;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 44px;
  height: 14px;
  background-image: url(../images/print_green.gif);
  background-repeat: no-repeat;
  border: none;
  }

IMG.print:hover {
  background-image: url(../images/print_blue.gif);
  background-repeat: no-repeat;
  }

A IMG.print; IMG.print:hover {
  background-color: #FFFFFF;
  border: none;
  }

A.print, A.print:hover {
  background-color: #FFFFFF;
  border: none;
  }

TABLE.content A {
  color: #0478AC;
  background-color: #E8F5F9;
  text-decoration: none;
  border: 1px dotted #AED7E5;
  border-bottom: 1px solid #AED7E5;
  padding-left: 2px;
  padding-right: 2px;
  }

TABLE.content A:hover {
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px dotted #EEEFD8;
  border-bottom: 1px solid #C1CC30;
  padding-left: 2px;
  padding-right: 2px;
  }
  
TABLE.first TD.right {
  background-image: url(../images/bg_map_small.gif);
  background-repeat: no-repeat;
  background-position: 20px 5px;
  }