BODY {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #00604B;
  margin-left: 0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;

  background-image: url("/images/backLeaves.gif");
  background-repeat: no-repeat;
  background-position: 120px 100px;
  /* The image bg isn't quite white and I can't be bothered to fix it. */
  background-color: #FEFEFE;
}

.wholePage {
  width: 100%;
  height: 100%;
}

.menu {
  background: #008568;
  font-size: 11px;
  line-height : Normal;
  color: #9ABBB0;
  font-weight : bold;
  font-family: Arial, sans-serif;
}

.menucontent {
 vertical-align:text-top;
 position: absolute;
 top: 80px;
 left: 10px
}

.head {
  background: none;
  font-size: 14px;
  font-family : Arial, sans-serif;
  line-height : 20px;
  text-transform:uppercase;
  font-weight : bold;
  color : #9ABBB0;
}

A {
  font-size: 11px;
  line-height : Normal;
  text-decoration:none;
  color: #008568;
  font-weight : bold;
  line-height : 14px;
  border: none;
}

A:HOVER { 
      
  text-decoration: none; 
  font-style: normal;
  font-weight : bold;
  font-size: 12px;
}

.block {
  font-size: 12px;
  font-family : Arial, sans-serif;
  line-height : 20px;
  color : #00604B;
  vertical-align: top;
  padding-top: 8px;
  padding-left: 15px;  
  /*This will mess up the positioning of the footer bar - not entirely sure why it was initially set.*/
  /*position: absolute;*
  top: 80px;*
  left: 200px;*/
}

.currentPage {
  font-size: 10px;
  line-height : Normal;
  text-decoration:none;
  color: #CF2E4F;
  font-weight : bold;
  line-height : 11px;
}

.topBar {
  background: #008568;
  color: white;
  font-family : Arial, sans-serif;
  font-size: 12px;
}

.logoBar {
  background: #00604B;
  color: white;
  font-family : Arial, sans-serif;
  font-size: 12px;
}

.white {
  color: white;
}

.redBullet {
  color: #00604B;
  line-height : 22px;
}

.thanks {
  color: #00604B;
  font-size: 20px;
  font-family : Arial, sans-serif;
  line-height : 20px;
  font-weight : bold;
}


.menucolumn {
  height: 100%;
  margin-left: 0px;
  margin-top:0px;
  margin-bottom: 1px;
  bottom: 0;
}

.footerContainer {
  position:relative;
}

#footerDiv {
  position:absolute;
  background-color:#00604B;
  height:20px;
  width:100%;
  bottom:0;
}

.mail {
  font-size: 12px;
  font-family : Arial, sans-serif;
  line-height : 20px;
  color : #00604B;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 0px;
}

.contact {
  font-size: 12px;
  font-family : Arial, sans-serif;
  line-height : 14px;
  color : #00604B;
}

.floatRight {
  margin-left: 1px;
  margin-bottom: 1px;
  float: right;
  clear: right;
  position: relative;
}

.imageContainer {
  position: relative;
  clear: right;
  margin-bottom: 10px;
  padding-top: 10px;
}
