body {
  background-color: #002160;
  font-family: verdana;
  font-size: 1em;
}

h1 {
  color: #002160;
}

.block {
  padding: 12px 12px 0px 12px;
}

#container {
  background-color: #fff;
  width: 907px;
  margin: 0 auto;
}

#topcontainer {
  height: 101px;
}

#contentcontainer {
  height: 374px;
}

#leftimages {
  width: 243px;
}

#rightimages {
  float: right;
  width: 628px;
  height: 258px;
}

#rightimages img {
  float: right;
}

#content {
  background-color: #D5CEB1;
  width: 628px;
  height: 364px;
  float: right;
  font-size: 0.7em;
}

#content .text {
  padding: 10px;
  overflow: auto;
  height: 344px;
}

#bottomimages img {
  padding-top: 11px;
  float: left;
}

#leftimage {
  width: 243px;
  height: 258px;
}

#logo {
  width: 243px;
  height: 101px;
}

#logo a img {
  border: none;
}

#menu {
  background-color: #B2A78C;
  float: right;
  display: block;
  width: 628px;
  height: 101px;
}

#links {
  margin-top: 50px;
  margin-left: 20px;
}

#menu a {
  font-size: 0.7em;
  text-decoration: none;
  color: #002160;
}

#cornertext {
  font-family: 'lucida calligraphy';
  margin-top: 10px;
  background-color: #727F8F;
  text-align: center;
  height: 135px;
  padding-top: 40px;
  color: white;
}

#ratestable {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

#ratestable td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.text {
  text-align: justify;
}

#contactForm {
  float: left;
  border-right: 1px solid #aaa;
  padding-right: 12px;
}

.righttext {
  float: right;
  padding: 14px;
}

input[type=submit] {
  background-color: #fff;
  border: 1px solid #B2A78C;
  font-size: 1.1em;
  padding: 2px 8px 2px 8px;
}