body  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font size: 12px;
	line-height: 1.0;
	background-color: #FFFCED;
	margin-left: 10px;
	margin-right: 10px; }

 /*The above means that unless otherwise specified, all body text will be 12px, 
 and will have no spacing between lines, will occur on a white background, and will 
 be indented on either side just a smidge*/ 

  

    /*/*/a{}
    body {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }
      html>body {
         font-size: small;
      }
      /* */

.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
    line-height: 1.2;
	vertical-align: text-top;
    text-indent: -2em;
	margin-left : 2em;
	margin-right : 12px;  }


    /*/*/a{}
    .citation {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }
      html>.citation {
         font-size: small;
      }
      /* */   

/*The citation class means more indention on both sides of the text, and less space 
between lines.*/
      
      
div#navbar1 {
    height: 100px;
    width: 100%;
    background-color: #FFFCED;
}

div#navbar1 ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #003366;
    line-height: 12px;
    }

div#navbar1 li {
    list-style-type: none;
    }

div#navbar1 li a {
    text-decoration: none;
    padding: 7px;
    color: #003366;
}

div#navbar1 li a:link {
    color: #003366:
}
div#navbar1 li a:visited {
    color: #990000;
}
div#navbar1 li a:hover {
    font-weight: bold;
    color: #003366;
   }

div#navbar1 #current {
   list-style-type: none;
    
    }
div#navbar1 #current a {
    text-decoration: none;
    font-weight: bold;
    padding: 7px 10px;
    color: #003366;
    }

div#navbar2 {
    height: 20px;
    width: 100%;
    border-top: solid #003366 2px;
    border-bottom: solid #003366 2px;
    background-color: #003366;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #990000;
}

div#navbar2 #current {
   list-style-type: none;
    display: inline;
    }
div#navbar2 #current a {
    text-decoration: none;
    background-color: #ffffff;
    padding: 7px 10px;
    color: #003366;
    }

div#license {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #003366;
   font size: 10px;
   line-height: 1.0;
   background-color: #FFFCED;
   margin-left: 150px;
   margin-right: 150px;
}

H1 {font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #1F4366; font-weight : normal; text-align: center}

H2 {font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #1F4366; font-weight : normal; text-align: left }

H3 {font: 14pt verdana, arial, helvetica, sans-serif; color: #990000; font-weight : bold; text-indent: 10px; }

H4 {font: 12pt verdana, arial, helvetica, sans-serif; color: #003366; font-weight : bold; text-indent: 10px; }

H5 {font: 10pt verdana, arial, helvetica, sans-serif; color: #003366; font-weight : bold; line-height: 12px; }

H6 {font: 9pt verdana, arial, helvetica, sans-serif; color: #990000; }



