
 body  { 
	font-family: Verdana, sans-serif;
	color: #000000;
	font size: 12px;
	line-height: 1.0;
	background-color: white;
	vertical-align: text-top;
	margin-left: 10px;
	margin-right: 10 px; }

 /*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;
      }
      /* */

/*The funny bit of code above tells different types of browsers to allow scaling of 
text, for accessibility.  For more info - http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html*/

a {
	font-family:Arial;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color:#3C75AE;
}



div#navbar2 {
    height: 24px;
    width: 740px;
    background-color: #ffffff;
    }
div#navbar2 ul {
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    align: left;
}

div#navbar2 li {
    list-style-type: none;
    display: inline;


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





P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	padding-left : 24px;
	padding-right: 24px;  }

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

      html>body p {
         font-size: small;
      }

     /* */

/*All paragraphs, by default will indent 6px from both sides, will be justified, 
and will have a little more than single spacing.*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	A: 10px; 
 }

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding-left : 60px;
	padding-right: 60px;
 	A: 10px; 
 }

.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	text-align: left;
	padding-left : 36px;
	padding-right: 36px; 
 }

UL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3; }
    
    /*/*/a{}

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

/*All unordered lists will be double-spaced.*/




H1 {font: 16pt Verdana; color: #000000; font-weight : bold; text-align: left; line-height: 22px; text-indent: 10px;}

H2 {font: 12pt Verdana; color: #000000; font-weight : normal; text-align: left text-indent: 10px; }

H3 {font: 14pt verdana; color: #ffffff; font-weight : normal;}

H4 {font: 12pt verdana; color: #3C75AE; font-weight : bold; text-indent: 10px; }

H5 {font: 10pt verdana; color: #5F4532; font-weight : bold; line-height: 12px; }

H6 {font: 9pt verdana; color: #990000; }

