H1 
    {
      font-family:  "Arial", "Helvetica", sans serif;
      font-size: 15pt;
      color: #330066;
      font-weight: bold;
      }
H2
    {
     font-family:  "Arial", "Helvetica", sans serif;
     font-size: 10pt; 
     color: #330066;
      font-weight: bold;
    }
H3
     {
     font-family:  "Arial", "Helvetica", sans serif;
     font-size: 8pt; 
     color: #330066;
      font-weight: bold;
    }
H4
     {
     font-family:  "Arial", "Helvetica", sans serif;
    font-size: 8pt;
      font-weight: lighter;
    }
body
					{
     background-color:#FFFFFF;
     font-family: "Arial", "Helvetica", sans serif;
     color: #333333;
     font-size: 8pt;    
      }

/*This determines the logo, heading and defn for each major subpage */
#logo {
      position: absolute;
     top: 0px;
      left: 20px;
      height: 105px;
      width:172px;  
     }   
#navibar {
      position: absolute;
      top: 0px;
      left: 185px;
     } 
#heading {
      position: absolute;
     left: 200px;
     top: 55px;
     width: 450;
      }
#defn {
     font-size: 8pt;
     position: absolute;
					left: 200px;
     top: 85px;
   width:500px;
     }

/*This determines the placement for each heading on majorheads pages */
#box1 {
    position: absolute;
    left: 40px;
    top: 175px
     }
#box2 {
   position: absolute;
   left: 40px;
   top: 275px;
      }
#uniquelink {
   position: absolute;
   left: 40px;
   top: 360px;
    width: 500px;
      }
#box3 {
     position: absolute;
   left: 402px;
   top: 175px;
     }
#box4 {
     position: absolute;
   left: 402px;
   top: 275px;
     }

/*This determines placement for the subhead info under the headings, majorheads pages */

#box1subheads{
     position: absolute;
     left: 50px;
     top: 190px;
    }
#box2subheads{
     position: absolute;
     left: 50px;
    top: 290px;
     }
#box3subheads{
     position: absolute;
     left: 412px;
    top: 190px;
    width: 350px;
     }
#box4subheads{
     position: absolute;
     left: 412px;
    top: 290px;
    width: 350px;
     }

