body {
                  background-color: #FFFFEE;
                  color: #000000;
                  margin-left: 1%;
                  margin-right: 1%;
                  font-style: normal;
                  font-family: "Verdana", Arial, sans-serif;
                  font-size: 80%;
                  line-height: 150%;                             
                  }

h1, h2, h3        {
                  font-style: normal;
                  
                  color: #000000;
                  text-align: left;
                  font-weight: normal;
                  font-family: "Verdana", Arial, sans-serif;
                  margin-top: 4;
                  margin-bottom: 8;
                  }
h4 {
                  font-style: normal;

                  color: #000000;
                  font-size:95%;
                  text-align: left;
                  font-weight: bold;
                  margin-top: 4;
                  margin-bottom: 6;
                  font-family: "Verdana", Arial, sans-serif;
                  }         

h5, h6 {
                  font-style: normal;

                  color: #000000;
                  font-size:60%;
                  text-align: right;
                  font-weight: normal;
                  margin-top: 0; 
                  margin-bottom: 0;                  
                  font-family: "Verdana", Arial, sans-serif;
                  }

ul, dl {
               
                  color: #000000;
                  font-style: normal;
                  font-family: "Verdana", Arial, sans-serif;
                  line-height: 120%;
                  font-size: 145%;
                  
                                    
                  }

td, li, dt, dd {

                  color: #000000;
                  font-style: normal;
                  line-height: 150%;
                  font-size: 80%;
                  }


ul li {
                  list-style: disc;
                  }

ol li {
                  list-style: lower-alpha;
                  }

a:link, a:visited {
                  
                  color: #000099;
                  }
a:hover, a:active {
                  
                  color: #DD0008;
                  }

hr {
                  color: #000000;
                  width: 700px
                  margin: 0px 700px
                  height: 2px;
                  }

pre, tt {
                  
                  color: #660000;
                  font-family: courier, monospace;
                  font-style: normal;
                  }

.header  {
         color: #BF111B;
                  font-weight: bold;
                  font-family: "Verdana", Arial, Helvetica, sans-serif;
                  font-size:110%;
                  line-height: 160%;
                  vertical-align:center;
                  width: 100%;
                  padding-top:5px;
                  padding-bottom:5px;
         }

.inset  {
        
        color: #000000;
        font-style: normal;
        line-height: 120%;
        font-size: 75%;
        margin-left: 5%
        }

.rightcol {


                  color: #000000;
                 
                  font-style: normal;
                  font-family: "verdana", Arial, Helvetica, sans-serif;
                  font-size:80%;
                  line-height: 140%;
                  vertical-align:top;
                  padding: 20px;
                  border-left: thin dotted #010000;
}

.leftcol {


                  color: #444444;

                  font-style: normal;
                  font-family: "verdana", Arial, Helvetica, sans-serif;
                  font-size:80%;
                  line-height: 140%;
                  vertical-align:top;
                  width: 220px
                  min-width: 220px;
                  padding: 10px;
}

.navbar {

                  color: #BF111B;
                  background-color: #FFFFD6;
                  font-weight: bold;
                  font-family: "verdana", Arial, Helvetica, sans-serif;
                  font-size:60%;
                  line-height: 120%;
                  vertical-align:center;
                  width: 100%;
                  margin-right: 30px;
                  padding-top:5px;
                  padding-bottom:5px;
                  
                  border-bottom: thin solid #BF111B;
                 
}


.navbar a:link {color: #BF111B;}
.navbar a:visited {color: #BF111B;}
.navbar a:hover {color: blue;}
.navbar a:active {color: blue;}




