 #headerFont {
    font-family: Verdana; 
    font-size: 14px; 
    color: black;
 }
 
 #headerPart1 {
    padding-left: 8px; 
    margin-right: 3px; 
    font-size: 28px; 
    font-weight: bold; 
    color: rgb(245, 248, 252);
 }
 
 #headerPart2 {
    font-size: 32px; 
    font-weight: bold; 
    color: rgb(102, 102, 102);
 }
 
 #headerText {
    text-align: right;
    font-size: 12px;
 }
 
 #sidenav {
    z-index: 3;
    max-height: 465px;
    width: 250px;
 }

 #sidenav-small {
    z-index: 3;
    max-height: 465px;
    width: 250px;  
    max-height: 270px;
 }
  
 #sidenavLine1-1 {
    width: 80%;
    font-weight: bold; 
    float: left;
 }
   
 #sidenavLine1-2 {
    width: 20%; 
    font-weight: bold; 
    float: right;
 }
   
 #mainLink {
    font-weight: normal;
    text-decoration: underline;
 }
 
 #linkList {
    list-style-type: none;  
    text-decoration: underline;
 }
 
 #subList {
    list-style-type: none;  
 }
 
 #activeLink {
    color: green; 
    font-weight: bold;
 }

 #activeSubItem {
    height: 20px; 
    margin-left: 5px;
    color: green; 
    font-weight: bold;
    text-decoration: none;
}

 #subItem {
    height: 20px; 
    margin-left: 5px;
    font-weight: normal; 
    text-decoration: underline;
 }
 
 #mainBox {
    margin-left: 250px;
    min-height: 480px;
 }

 #textBox {
    margin-top: 30px; 
    margin-right: 15%; 
    margin-bottom: 30px;
 }
 
 #innerTextBox {
    margin: 8px 8px 0 8px;
 }
 
 #textFont {
    font-size: 14px;
 }
 
 #footerFont {
    font-family: Verdane, sans-serif;
 }
