body {
  text-align: center;
  background-image: url(../images/gradient.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-attachment: fixed;
; background-color: #1d478f
}

#frame {
  width: 750px;
  padding: 0px 0px;
  margin: 0px auto;
  text-align: left;
  background-color: #FFFFFF;
  border: thin #003399 solid;
  height: auto;
}

#contentheader {
  height: 110px;
  background-color: #dfdfdf;
  width: 100%;
  padding-bottom: 5px;
}

#contentheader h1 {
  font-size: 14px;
  padding: 10px;
  margin: 0px;
}

.hrline2 {
  width: 740px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 5px;
  float: left;
  color: #FFFFFF;
}

.contentheader-left {
  background-color: #dfdfdf;
  float: left;
  height: 140px;
  width: 373px;
}

.contentheader-right {
  background-color: #dfdfdf;
  float: left;
  height: 140px;
  clear: right;
  margin-top: 5px;
  width: 373px;
}

#contentbottom {
  border-top: 1px solid #999999;
  padding: 5px 0px 0px;
  float: left;
  width: 100%;
  margin: 0px 0px;
  text-align: left;
  height: auto;
  left: 2px;
}

.contentbtm-left {
  float: left;
  height: auto;
  width: 190px;
  left: 10px;
  top: 10px;
}

.contentbtm-right {
  float: left;
  height: auto;
  width: 135px;
  clear: right;
}

.contentbtm-ctr {
  float: left;
  height: auto;
  width: 415px;
  left: 10px;
  top: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.leftside {
  float: left;
  width: 200px;
  margin-left: 75px;
}