body {
    color: black;
    background-color: #e7d4a9;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: "Bookman Old Style";
    /*width: 800px;*/
}

div.main {
    padding: 0 0 0 0;
    background-color: transparent;
    /*width: 800px;*/
}

#header {
    background-color: #e7d4a9;
    border: 0;
    padding: 0;
    margin: 0;
   
}



div.text {
    text-align:left;    
    padding: 2em;
    font-size: 14pt 
}

div.ctext {
    text-align: center;    
    padding: 2em;
    font-size: 14pt 
}


h3 {
   font-size: 16pt
}

p {
  text-indent:5%;
  }
  
img {
    border: 0;
}


span.link {
    font-size: 14pt;
}


div.disclaimer {
    float: left;
    font-size: 10pt;
}


#border {
   padding: 0.5em 100px; 
    margin: -3em 0 0 0;
}


span.underline {
    text-decoration: underline;
}

ul ul {
margin-left: 0px;
padding: .5em 0 1.5em 20px;
}
li {
margin-left: 10px;
list-style: none;
padding-left: 20px;
background: transparent url('cssimages/level1.png') 0 .15em no-repeat;
}
li li {
background: transparent url('cssimages/level2.png') 0 .15em no-repeat;
}
li li li {
background: transparent url('cssimages/level3.png') 0 .15em no-repeat;
font-size: .85em;
}
li a {
font-weight: bold;
}
li li a {
font-weight: normal;
}

