﻿body {
  margin:0;
  background-image: url("/images/bkgrnd.jpg");
  background-repeat: repeat-x;
  background-color: #B4F4B0;
}

.logo {
  text-align:center;
  height: 218px;
}
.whiteHeader {
  background:white;
  height: 41px;
}
.blueHeader {
 /* background: rgb(33,91,138);*/
  height: 53px;
 /* border-bottom: 2px solid black;*/
}
.whiteHeader2 {
  background:white;
  height: 85px;
  /*border-bottom: 2px solid black;*/
  }
.greenHeader {
  background: #41b24d;
  height: 29px;
  /* border-bottom: 1px solid black;*/
}
.img_logo {
  float:left;
}

.top_info_bottom {
  text-align: right;
  padding-right: 10px;
}

#footer {
  margin-top:20px;
  text-align:center;
}

h2 { color: #464a4a;}