body {
  background-color: #ffffff;
  background-image: url('../images/main_background.gif');
  background-repeat: repeat-x;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}

a {
  color: #3E3A3B;
  font-family: arial;
  font-size: 9pt;
}

a.light {
  color: #40C2F3;
  font-family: arial;
  font-size: 9pt;
}

.homeLink {
  position: absolute;
  left: 800px;
  top: 30px;

}

.content {
  position: absolute;
  left: 330px;
  top: 440px;
  width: 500px;
}

.reqField {
  color: #DD4571;
  font-family: arial;
  font-size: 9pt;
}
  
.sidenav {
  position: absolute;
  left: 80px;
  top: 520px;
  width: 500px;
}

.headingLine {
  background-image: url('images/heading_line.gif'); 
  background-repeat: repeat-x; 
  width: 500px; 
  height: 4px;
}

.midSection {
  background-image: url('../images/mid_background.gif');
  background-repeat: repeat-x;
  background-color: #ffffff;
}

.topSection {
  background-image: url('../images/banner_background.gif');
  background-repeat: repeat-x;
}

#container {
  margin: 0 auto;
  width: 886px;
  text-align: left;
  position: relative;
}

.blurbBox {
  background-image: url('../images/info_background.gif');
  left: 40px; 
  top: 250px; 
  width: 230px; 
  height:200px; 
  position: absolute;
}

.logo {
  position: relative;
  left: 35px;
  top:8px;
}

.nav {
 position: absolute; 
 left: 280px;
 top: 75px;
}

.products {
  position: absolute;
  left: 330px;
  top: 440px;
}

.quote {
  position: absolute;
  left: 580px;
  top: 440px;
}

.copy {
  font-family: arial;
  font-size: 9pt;
  color: #000000;
}

.error {
  font-family: arial;
  font-size: 9pt;
  color: red;;
}

.products {
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  line-height: 1.5;
}

.bullet {
  font-family: arial;
  font-size: 9pt;
  color: #FAB704;
}

.footer {
  font-family: arial; 
  font-size: 9pt; 
  font-weight: bold; 
  color: #7A7A7A;
}

a.spec {
  color: #94AAE9;
}

.bulletUL { 
list-style-image: url("images/bullet.gif");
}

