<style type="text/css">
<!--
body {
  background: #ffffff;
  text-align: center;
}

#insurance {
  background: #d8e6d5;
  margin: 0px auto;
  width: 1000px;
  height: 780px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  font-size: 15px;
  font-family: arial, serif;
}

#head {
  position: relative;
  background: #000000 url('../images/header.jpg');
  overflow: hidden;
  width: 1000px;
  height: 100px;
}

#nav {
  position: relative;
  clear: left;
  float: left;
  width: 1000px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
}


#content {
  position: relative;
  float: left;
  left: 20px;
  width: 960px;
  top: 0px;
  z-index: 0;
}


#input {
  margin-left: 230px;
  margin-top: -17px;
}

#input2 {
  margin-left: 122px;
  margin-top: -17px;
}

#H1{
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #4d5345;
  font-family: arial, serif;
  text-align: center;
}


#content a {
  text-decoration: none;
}

#content a:link{
  color:#003366;
}
#content a:hover{
  color:#0066CC;
}
#content a:active{
  color:#003366;
}
#content a:visited{
  color:#003366;
}


#footer { 
  clear: left;
  text-align: center;
  width: 960px;
  bottom: 0px;
  right: 0px;
  font-family: arial, serif;
  font-size: 9px;
  color: #333333;
  text-decoration: none;
}
#foot { 
  clear: left;
  text-align: right;
  width: 960px;
  bottom: 0px;
  right: 0px;
  font-family: arial, serif;
  font-size: 9px;
  color: #333333;
  text-decoration: none;
}

-->
</style>