body { 
  background-image:url('/images/grad.gif');
  background-repeat:repeat;
  padding:0px;
  font: 100% verdana, arial, sans-serif;
  margin:10px 0px 0px 0px;
}

a {
    font-family:Verdana, arial, sans-serif;
    color:#000000;
}

#container {
  margin-left:auto;
  margin-right:auto;
  width:765px;
}

#header {
  width:768px;
  background-color:transparent;
  clear:both; 
}
#headerImage {
  background-image:url('/images/banner.gif');
  width:768px;
  height:178px;
  float:left;
}
#menuBar {
  height:20px;
  padding:10px 0px 0px 0px;
  background-image:rgb(204,99,60);
  background-repeat:repeat;
  width:760px;
  clear:both;
  
}
#contentArea {
  border-top:1px solid black;
  width:720px;
  overflow:hidden;
  clear:both;
  border-left:1px solid black;
  border-right:1px solid black;
  padding: 20px 20px 20px 20px;
  background-color:white;
  background-repeat:repeat;
}
#infoBox {
  border:1px solid black;
  display:inline;
  float:left;
  margin:0px 0px 10px 0px;
  padding:5px 5px 5px 5px;
  width:500px;
  font-size:13px;
  background-color:#eeeeee;
}
#linkBox {
  display:inline;
  float:right;
  margin:0px 0px 10px 0px;
  padding:5px 5px 5px 5px;
  width:175px;
  font-size:13px;
  background-color:#cee1f4;
}
#links {
  display:inline;
  float:right;
  margin:0px 0px 0px 0px;
  padding:15px 5px 5px 5px;
  font-size:13px; 
}
#footer {
  text-align:center;
  padding-top:7px;
  width:760px;
  height:50px;
  border-left:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  font-size:12px;
  clear:both;
  background-color:#CCC;
  border-top:1px solid black;
  background-color:#cee1f4;
}
.option {
  float:left;
  height:100%;
  margin:0px 40px 0px 0px;
  font-size:16px;
  font-weight:bold;
  display:inline;
}

/* begin css tabs */

ul#tabnav { /* general settings */
  text-align: left; /* set to left, right or center */
  margin: 0px 0px 0px 0px; /* set margins as desired */
  font: bold 13px verdana, arial, sans-serif; /* set font as desired */
  border-bottom: 1px solid #000; /* set border COLOR as desired */
  list-style-type: none;
  padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
  display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
  border-bottom: 1px solid #FFF; /* set border color to page background color */
  background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab5 a, body#tab4 li.tab5 a { /* settings for selected tab link */
  background-color: #CCC; /* set selected tab background color as desired */
  color: #000; /* set selected tab link color as desired */
  position: relative;
  top: 1px;
  padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
  padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-color: #CCC; /* set unselected tab background color as desired */
  color: #000; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}

ul#tabnav li a.selected { /* settings for hover effect */
  background-color: #FFF; /* set desired hover color */
}

ul#tabnav a:hover { /* settings for hover effect */
  background: #FFF; /* set desired hover color */
}

/* end css tabs */

/* endorsements */
ul#endorsements {
  font-size:14px;
  color:#000;
}

/* end endorsements */
span.titlesFor {
  margin-left:50px;
  font-size:10px;
}

span.smallFont {
  font-size:10px;
  text-align:center;
}
span.ital {
  font-style:italic;
  font-size:13px;
}

span.questionText {
  margin-top:13px;
  display:block;
  font-size:14px;
  font-weight:bold;
}

span.answerText {
  margin-top:5px;
  margin-left:20px;
  display:block;
  font-size:12px;
}

span.headerText {
  text-align:center;
  display:block;
  font-weight:bold;
}
span.underline {
  text-decoration:underline;
}
div.centered {
  text-align:center;
  font-size:15px;
}
div.bold {
  font-weight:bold;
}









