/* CSS Document */

BODY {
  background-color: #FFFFFF;
  margin: 0px;
  background-image: url(../images/bg_butterfly.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  }

TABLE.one {
  width: 100%;
  height: 300px;
  background-image: url(../images/bg_green.gif);
  background-position: 0px 70px;
  background-repeat: repeat-x;
  }

TABLE.one TD {
  width: 100%;
  text-align: center;
  vertical-align: top;
  }

TABLE.one TABLE.nav {
  width: 900px;
  height: 20px;
  margin-top: 48px;
  margin-bottom: 0px;
  }

TABLE.one TABLE.nav TD {
  padding-left: 175px;
  text-align: left;
  }

TABLE.nav IMG.orangeboxes {
  padding-left: 12px;
  padding-right: 12px;
  }

TABLE.nav TD A {
  color: #678F00;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  }

TABLE.nav TD A:hover {
  color: #FEC75A;
  text-decoration: none;
  }

TABLE.one TABLE.two {
  width: 900px;
  margin-top: 0px;
  }

TABLE.one TABLE.two TD.one {
  width: 173px;

  padding: 0px;
  text-align: center;
  background-image: url(../images/bg_logo.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  vertical-align: top;
  }

TABLE.one TABLE.two TD.two {
  width: 727px;
  text-align: left;
  padding: 0px;
  border: 8px solid #FFFFFF;
  border-top: none;
  border-bottom: none;
  }

IMG.logo {
  border: 1px solid #678F00;
  margin-top: 15px;
  }

TABLE.page {
  width: 727px;
  height: 300px;
  background-color: #f0fae1;
  border: 1px solid #A4D767;
  background-image: url(../images/bg_page.gif);
  background-position: top;
  background-repeat: repeat-x;
  
  }

TABLE.page TD.right {
  width: 186px;
  padding: 0px;
  padding-top: 0px;
  text-align: right;
  }

TABLE.page TD.right IMG.photo {
  text-align: right;
  margin-top: -1px;
  margin-right: -1px;
  padding: 0px;
  }

TABLE.page TD.left {
  text-align: justify;
  padding: 35px;
  padding-top: 30px;
  }

P, UL, OL {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  }

H1, H2, H3, H4, H5, H6 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #678F00;
  }
  
H1 {
  font-size: 18px;
  border-bottom: 1px dotted #A4D767;
  margin-top: 0px;
  padding-bottom: 0px;
  }

H2 {
  font-size: 14px;
  }

H3 {
  font-size: 12px;
  }

P.footer, P.footer A {
  font-size: 10px;
  color: #A4D767;
  text-decoration: none;
  text-align: center;
  }
  
P.footer {
  margin-right: 186px;
  margin-top: 5px;
  }

P.footer A {
  border-bottom: 1px solid #E5F4CE;
  }

P.footer A:hover {
  color: #000000;
  border-bottom: 1px solid #678F00;
  }

DIV.highlight {
  width: 126px;
  background-image: url(../images/bg_highlight.gif);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #FEFFFD;
  border: 1px solid #678F00;
  text-align: right;
  padding: 15px;
  padding-top: 5px;
  margin-right: 10px;
  margin-top: 30px;
  margin-left: 15px;
  }

DIV.highlight P.title {
  color: #FEFFFD;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0px;
  }

DIV.highlight P {
  color: #678F00;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 18px;
  text-align: left;
  }

IMG.print, IMG.print A {
  background-image: url(../images/printpage_off.gif);
  background-repeat: no-repeat;
  border: none;
  float: right;
  }

IMG.print:hover {
  background-image: url(../images/printpage_on.gif);
  background-repeat: no-repeat;
  border: none;
  }

TABLE.page A {
  color: #678F00;
  text-decoration: none;
  border-bottom:  1px solid #A4D767;
  }

TABLE.page A:hover {
  color: #A4D767;
  text-decoration: none;
  border-bottom: #678F00;
  }

/*TABLE.page IMG {
  margin: 10px;
  border: 1px solid #678F00;
  }
  
TABLE.page IMG.print {
  border: none;
  }*/

DIV.highlight P.credit, P.credit {
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  }
  
IMG.profile {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #678F00;
  }