body {
  margin: 0px;
  padding: 0px;
  background-image: url(img/background.gif);
}

td#topbanner {
  background-image: url(img/2x1.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 131px;
  padding-left: 1px;
  padding-right: 1px;
}

td#bodycontents {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1px;
  padding-right: 10px;
  
  height: 100%;
  background-image: url(img/bodyback.gif);
  background-repeat: repeat-y;
}

td#bottom {
  background-image: url(img/bottom.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 19px;
}

.button {
  border: 1px solid #2D669E;
  background-color: #2D669E;
  color: #FFFFFF;
  font-weight: bold;  
}

