body {font-family: Arial;
      font-size: 0.8em;
      background-color: white;}
/*ul   {margin: 1px;
      margin-bottom: 1px;
      list-style-image: url(bullet1.gif);
      position: relative;
      left: 20px;}
li   {list-style-image: url(bullet1.gif);}*/
h1   {
	margin: 1x;
	padding: 0px;
	font: bold 1.4em Arial;
}
p    {margin: 1px;
      margin-bottom: 12px;
      text-align: justify;
      vertical-align: bottom;}
h2   {font-size: 1.2em;
      font-family: Arial;
      margin: 1px;
      margin-top: 20px;
      padding: 0px;
      font-weight: bold;
      color: #002BAD;}
a.navlink       {font-family: Tahoma;
                 display: inline;
                 font-size: 1.2em;
                 font-weight: bold;
                 color: white;
                 background-color: #00A529;
                 padding:0px 10px 0px 10px;
                 text-decoration:none;}
a.navlink:hover {color: white;
                 background-color:#002BAD;}
.toppics img {width:69px;}
.headdiv {  width: 755px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom:0px;
            padding:2px;
            border:1px solid #29C358;
            border-width: 0px 0px 1px 0px;
            background-color: white;}
.navdiv {   width: 755px;
            margin-left: auto;
            margin-right: auto;
            margin-top:0px;
            margin-bottom:10px;
            padding:0px;
            border:2px solid #29C358;
            border-bottom: 2px solid #002BAD;
            border-width: 2px 0px 2px 0px;
            background-color: #00A529; /*#0051FA;*/ /*#29C358;*/ /* Actual colour must precede comments because of bug in IE */}
.contentdiv{width: 755px;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            padding-left:3px;
            border: 2px solid #29C358;
            border-width: 0px 0px 2px 0px;
            background-color: white;}
            
.contentdiv
.footerdiv{ width: 754px;
            min-width: 630px;
            max-width: 754px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom:0px;
            padding:2px;
            border:1px solid #29C358;
            border-width: 1px 0px 0px 0px;
            background-color: white;}

a          {font-family: Tahoma;
            margin: 0px;
            padding: 0px;
            color: #00A529;
            width: 304px;
            height: 20px;
            font-weight: bold;
            background-color: white;
            text-decoration:none;}
            
a:hover {color:#002BAD;
                  text-decoration: underline;}


.navtable      {font-size: 1.0em;
                background-color:#white;
                border:2px solid #002BAD;
                color: #002BAD;
                margin-bottom: 5px;
                width:745px;
                }

.navtabletitle {text-align: center;
                font-size: 1.3em;
                padding-bottom:5px;
                }

.navtableimgcell {padding-left: 2px;
                  padding-right: 2px;
                  background-color: white;
                  text-align:center;
                  }
/* This has a javascript ID so I guess we can just use that. */
#changer  {padding: 3px;
           border: 3px solid #002BAD;
           }

.navtableheader {font-size:1.2em;
                display:block;
                width:304px;
                text-align: center;
                margin-bottom: 3px;
                font-variant: small-caps;}

.navtabletext {border:0px solid black;
               height: 30px;
               padding-top: 10px;
               background-color:#white;
               overflow:auto;
               color: #002BAD;
               font-family: Arial, Tahoma;
               font-weight: bold;
               font-size: 16px;
               text-align: center;}

a.navlink2 {font-family: Tahoma;
            margin: 0px;
            padding: 0px;
            display: block;
            color: #00A529;
            width: 304px;
            height: 20px;
            font-weight: bold;
            background-color: white;
            text-decoration:none;}

a.navlink2:hover {color:#002BAD;
                  text-decoration: underline;}

/* I need to put in a style of div so that images and text stick where they are. This is it.*/
div.pagebreak {border: 1px solid red;
               height: 100%;}

/* Text for the Polyform seal is always a specific font*/
.polyform {font-family: Times New Roman, Times, serif;}

/* Text for the question portion of the FAQ */
.question {font-weight: bold;
           color: black;
           display: inline;}
           
/* Need to undo all the stuff that the regular hyperlinks have */
.question:hover {color: black;
                 text-decoration: none;}
                 
/* Big List of stuff! Spaced differently! */
.massivelist li {margin-top:0.5em;}
.massivelist li ul {margin-top:0.1em;}
.massivelist li ul li {margin:0.0em;}


dl   {margin-top:0px;
      margin-bottom: 0px;}
dt   {font-weight: bold;}
dd   {font-weight: normal;
      margin-top:0.3em;
      margin-bottom: 0.7em;}

