body {
  background-color: #C8DBDB;
  color: #273D3D;
  font-family: Gill Sans MT, Arial, Verdana, Tahoma, Times New Roman;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
}
img {
  border: 0px none;
}
a {
  text-decoration: underline;
  color: #273D3D;
}
a:hover {
  text-decoration: underline;
}
#outer_wrapper {
  text-align: center;
  position: relative;
}
.inner_wrapper {
  text-align: left;
  position: relative;
  margin: auto;
  width: 900px;
}
.content {
  margin-top: 20px;
}
#header {
  background-image: url(/images/header.png);
  height: 107px;
  background-repeat: x-repeat;
}
#header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: Arial;
  font-weight: bold;
  display: block;
}
#header ul.top {
  background-color: #627F80;
  height: 20px;
  padding: 3px;
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-right: 20px;
}
#header ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#header ul.bottom {
  position: relative;
  left: 30px;
}
#header ul.bottom li a {
  font-size: 14px;
} 
#header ul li {
  float: left;
  margin-left: 10px;
}
#logo {
  background-image: url(/images/Arrows.png);
  background-repeat: no-repeat;
  background-position: center;
}
#leftcolumn {
  float: left;
  margin-left: 31px;
  width: 530px;
}
#rightcolumn {
  margin-top: 50px;
  float: right;
  margin-right: 50px;
  width: 250px;
  background-color: #98B0B1;
}
h1.titles {
  display: block;
  background-image: url(/images/titles.png);
  width: 490px;
  margin: 0px;
  padding: 5px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
strong.right {
  display: block;
  width: 242px;
  background-color: #426566;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-align: right;
  padding: 4px;
}
#rightcolumn strong a {
  text-decoration: none;
}
b.line {
  display: block;
  width: 240px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
  margin-top: 4px;
}
.right {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 230px;
  padding: 10px;
  text-align: right;
  line-height: 16px;
}
strong.right a {
  color: #fff;
}
.right label, .comments label {
  display: block;
  float: none;
  position: relative;
  font-weight: bold;
  line-height: 18px;
}
.right .text, .comments .text {
  width: 215px;
  border: 0px none;
  background-color: #fff;
  padding: 5px;
}
.right select, .comments select {
  width: 226px;
}
.right textarea, .comments textarea {
  width: 215px;
  border: 0px none;
  background-color: #fff;
  padding: 5px;
  height: 102px;
}
.right input.submit {
  background-image: url(/images/send.png);
  height: 33px;
  width: 114px;
  border: 0px none;
  position: relative;
  right: -7px;
  top: 4px;
}
#footer {
  background-color: #426566;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  text-align: center;
}
#fader {
  background-image: url(/images/fader.png);
  height: 55px;
}
div.footercolumn {
  float: left;
  position: relative;
  margin-left: 22px;
  width: 160px;
  padding-bottom: 70px;
  text-align: left;
}
div.claim {
  float: right;
  position: relative;
  width: 200px;
  text-align: right;
  margin-right: 40px;
}
#quicklinks {
  position: relative;
}