body {
  font-family: verdana;
  font-weight: 500;
  color: rgb(108,111,112);
  }

p {margin: 0;}

h1 {
  font-size: 15px;
  display: inline;
  }

input {border: 2px solid rgb(108,111,112);}
  
input.loginBoxes {
  position: relative;
  width: 100px;
  height: 13px;
  font-size: 10px;
  border: 1px solid rgb(108,111,112);
  }
  
select {
  width: 97px; 
  height: 18px; 
  border: 1px solid rgb(108,111,112); 
  font-size: 9px;
  }

a.home:link    {font-size: 13px; color: white;  font-weight: 700;}
a.home:hover   {font-size: 13px; color:#E78300; font-weight: 700;}
a.home:visited {font-size: 13px; color: white;  font-weight: 700;}

a.footer:link    {font-size: 9px; color: white;   font-weight: 400;}
a.footer:visited {font-size: 9px; color: white;   font-weight: 400;}
a.footer:hover   {font-size: 9px; color: #E78300; font-weight: 400;}

div.footer {
  position: absolute;
  top: 760px;
  left: 0px;
  width: 866px;
  height: 66px;     
  text-align: center;       
  color: white;
  line-height: 14px;
  font-size: 9px;
  padding-top: 6px;
  font-weight: 400;
  }

div.background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0px;
  height: 830px;
  width: 1031px;
  z-index: 1;
  }
     
#codeLookupSection {
  position: absolute;
  top: 105px;
  left: 818px;
  width: 188px;
  height: 100px;
  font-size: 11px;
  text-align: left;
  line-height: 13px;
  vertical-align: text-top;
  z-index: 1;               
  }

#providerLoginSection {
  position: absolute;
  top: 220px;
  left: 818px;
  width: 359px;
  height: 16px;
  color: rgb(108,111,112);
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  }

#contactSection {
  position: absolute;
  top: 313px;
  left: 818px;
  height: 125px;
  width: 188px;
  font-size: 11px;
  line-height: 18px;
  vertical-align: middle; 
  }

#aboutSection {
  position: absolute;
  top: 402px;
  left: 818px; 
  width: 188px;
  height: 100px;
  font-size: 11px;
  line-height: 19px;
  vertical-align: middle; 
  }

#advertiseSection {
  position: absolute;
  top: 496px;
  font-size: 11px;
  height: 100px;
  left: 818px;
  line-height: 22px;
  width: 188px;
  vertical-align: middle; 
  }

#aaxsysSection {
  position: absolute;
  top: 559px;
  left: 818px;
  width: 188px;
  font-size: 11px;
  height: 100px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle; 
  }

#homeLinkDiv {
   position: absolute;
   top: 11px;
   left: 826px;
   }
