   body {
     background-image: url(images/bodyBack.gif);
     background-repeat: repeat-x;
     margin-top: 33px;
     background-color: #DBE6EF;
     font-family: arial, sans-serif;
     font-size: 10pt;
     color: #505050;
   }

   #mainPanel {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    background-color: #F8F8F8;
   }

   #topPanel {
     height: 271px;
   }

   #navPanel {
    float: left;
    width: 250px;
    text-align: left;
  }

  #navLinks {
    margin-top: 20px;
    list-style-type: none;
    color: #404040;
    padding: 0px;
    margin-left: 10px;
  }

  #navLinks a {
    color: #404040;
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
  }

  #navLinks a:hover {
    color: #0B6A8A;
  }


  .navHead {
    color: white;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 9pt;
    background-color: #75AAE6;
    padding: 4px;
  }

   .navLink {
    margin-bottom: 12px;
    margin-left: 10px;
   }




  #contentPanel {
    width: 670px;
    background-repeat: repeat-x;
    background-color: white;
    padding: 20px 30px 20px 20px;
    min-height: 600px;
    float: right;
  }


  #bottomPanel {
    background-image: url(images/bottomBack.gif);
    height: 18px;
  }

  h2 {
    font-size: 12pt;
    font-weight: normal;
    color: black;
  }

  h1 {
    font-size: 16pt;
    font-weight: normal;
    color: #599AE1;
  }

  td {
    vertical-align: top;
  }

img {
  border: none;
}

.mainImage {
  padding: 6px;
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
}

.clearPanel {
  height: 1px;
  clear: both;
}


.infoTable1 {
  background-color: #FFFDE6;
  border: 1px solid #FBF397;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 670px;
}

.infoTable1 th {
 background-color: #FBF397;
 padding: 2px;
 color: black;
 text-align: left;
}

.infoTable1 td {
  padding: 2px;
}


a {
  color: #599AE1;
  font-weight: bold;
  text-decoration: none;
}

.imageLicense
{
  font-size: 8pt;
}

hr {
  height: 1px;
  border: none;
  background-color: #ECE3CE;
}


#contactForm table td {
  vertical-align: top;
}

li {
  margin-bottom: 5px;
}

p {
  text-align: justify;
}













