html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #000000;
}
.pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 15px;  
   padding-right: 15px;
   font-size: 12px;
   font-weight: normal;
}

h1 {
   font-size: 28px;
   text-align: left;
   padding-top: 10px;
   padding-right: 150px;
   color: #000066;
}
h2 {
   font-size: 20px;
   text-align: left;
   margin-bottom: 0px;
   color: #000066;
   border-bottom: #CC6703 dashed 1px;

}
h3 {
   font-size: 16px;
   text-align: left;
   margin-bottom: 0px;
   color: #000066;
   border-bottom: #CC6703 dashed 1px;

}
h4 {
   font-size: 25px;
   text-align: center;
}
h5 {
   font-size: 20px;
   text-align: center;
}
h6 {
   font-size: 15px;
   text-align: center;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}
.header {
  /*background: #000066;*/
}
.heading {
  text-align: left;
  padding-left: 20px;
  height: 120px;
}

.logo {
 text-align: center;
 width: 130px;
}

.leftCol {
 padding-top: 60px;
 padding-bottom: 20px;
 width: 220px;
}

/* EOF Default page styles*/

/******************************
** Link styles
******************************/
a {color: blue; text-decoration: underline}
a:visited {color: #1E90FF; text-decoration: underline}
a:hover {color: blue; text-decoration: none}

/* EOF Link styles*/

/******************************
** Heading styles
******************************/
.subHeading {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.subHeading2 {
  font-weight: bold;
  font-size: 18px;
}
/* EOF Heading styles*/

/******************************
** Footer styles
******************************/
.footerCopy {
   background: #CC6703;
   color: white;
   text-align: center;
   padding: 5px;
   padding-right: 15px;
}
a.footerLink {color: white; text-decoration: underline;}
a.footerLink:visited {color: white; text-decoration: underline;}
a.footerLink:hover {color: white; text-decoration: none;}

.emptyfooter {
  height: 10px;
  background: #000066;
}
/* EOF Footer styles */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}

.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

.headerTabs {
  padding: 0px;
}
.mainTab {
  padding-left: 10px;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 4px;
}
.mainTabEmpty {
  height: 10px;
  background: #000066;
}
.mainTabB {
  background: #CC6703 url(/image/tabCorner.gif) bottom right no-repeat;
  border-top: 1px solid white;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 3px;
  padding-right: 15px;
  margin-right: 1px;
}
.mainTabBActive {
  border-top: 1px solid #000066;
  background: #000066 url(/image/tabCorner.gif) bottom right no-repeat;
}

a.mainTabA {
  text-decoration: none;
  color: white;
}
a.mainTabA:visited {
  text-decoration: none;
  color: white;
}
a.mainTabA:hover {
  text-decoration: underline;
}

.subMenu {
  width: 200px;
  border-left: 4px double #000066;
  border-bottom: 4px double #000066;
  text-align: left;
  padding: 2px;
}
.subMenuItem {
  border-bottom: 1px dotted #AAAAAA;
  padding: 4px;
  padding-left: 5px;
  font-weight: bold;
}
.subMenuItem2 {
  padding: 2px;
  padding-left: 15px;
  font-weight: normal;
}
.subMenuItemLast {
  padding: 4px;
  padding-left: 5px;
  font-weight: bold;
}
a.subMenuLink {
  text-decoration: none;
  color: black;
}
a.subMenuLink:visited {
  text-decoration: none;
  color: black;
}
a.subMenuLink:hover {
  text-decoration: underline;
  color: #CC6703;
}
.tellAFriend {
  text-align: left;
}
.cpa {
  position: absolute;
  top: 30px;
  right: 5px;
}
.count {
  position: absolute;
  top: 64px;
  right: 5px;
}
.testimonialText {
  text-align: left;
  padding-left: 10px;
  color: #000066;
  font-size: 11px;
  font-style: italic;
}
.testimonialName {
  text-align: right;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
}
.ps {
  font-weight: bold;
}
.mission {
  font-style: italic;
}
.subNavSquare {
  color: #000066;
}
.picBorder {
  border: 1px solid black;
}
.registerHeader {
    background-color: #000066;
    color: white;
    font-weight: bold;
    text-align: center;
}
.registerBox {
    border: 1px solid #000066;
    background-color: #CC6703;
}
.registerInfo {
    text-align: center;
    font-size: 9px;
}
.registerButton {
    background: #000066;
    color: white;
    font-weight: bold;
}