body
  {background-color: #716F6E;
   font-family: Arial, Georgia, Times New Roman, serif;
   color: #ffffff;
   font-size: small;
   font-variant: normal;
   line-height: 150%;
  }

a:link
  {color: white;
   text-decoration: underline;
  }

a:visited
  {color: white;
   text-decoration: underline;
  }
  
a:hover
  {color: #00AEA1;
   /*font-weight:bold;*/
   text-decoration: none;
  }

#logoDiv
  {background-color:#00AEA1;
   position:absolute;
   top: 0px;
   left: 0px;
   height: 115px;
   width: 100%;
  }
  
#logo
  {position: absolute;
   /*center logo*/
   top: 50%;
   margin-top: -50px; /*half of height from the logo*/
   left: 50%;
   margin-left: -73px; /*half of height from the logo*/
   hig
  }
  
.middleDiv
 {/*background-color:#555454;*/
  vertical-align:middle;
  margin-top: 12px;
  }
  
.redFont
  {color: #FF0000;
  }
  
.greenFont
  {color: #00FF00;
  }
  
/* contactform */
.redborder
  {border: 3px solid red; 
  }
  
.greenBorder
  {border: 3px solid #00AEA1;
  }

#bury
  {display: none;
  }

