a {
  color: #005167;
  text-decoration: none;
}

a:hover {
  color: #005167;
  text-decoration: underline;
}

a.foot {
  color: white;
  text-decoration: none;
}

a:hover.foot {
  color: white;
  text-decoration: underline;
}

body {
  font-family: Verdana;
  font-size: 12px;
  background-color: #005167;
  background-image: url('img/bg.png');
  background-repeat: repeat-x;
  margin: auto;
  width: 918px;
}
h3
{
  color: #005167;
}
h1
{
 color: #005167;
}

#header {
  background-image: url('img/header.png');
  background-repeat: no-repeat;
  height: 148px;
  margin-bottom: 15px;
}

#left {
  float: left;
  width: 210px;
}

#right {
  float: right;
  width: 676px;
}

#scap {
  font-weight: bold;
  font-size: 13px;
  color: #005167;
  background-image: url('img/scap.png');
  background-repeat: no-repeat;
  height: 25px;
}
 
#scapcont {
  background-color: white;
  padding: 4px;
}

#scapend {
  background-image: url('img/scapbott.png');
  background-repeat: no-repeat;
  height: 7px;
}

#cap {
  font-weight: bold;
  font-size: 13px;
  color: #005167;
  background-image: url('img/cap.png');
  background-repeat: no-repeat;
  height: 25px;
}
 
#capcont {
  background-color: white;
  padding: 4px;
}

#capend {
  background-image: url('img/capbott.png');
  background-repeat: no-repeat;
  height: 7px;
}

.text {
  padding: 6px 4px 4px 27px;
}

.clear {
  clear: both;
}

#footer {
  font-size: 10px;
  color: white;
  text-align: right;
  margin-top: 5px;
}

.banner {
  padding: 41px 5px 5px 422px;
}