/*
CSS for index site*/

body {
       font-family:verdana,helvetica,arial, sans-serif;
       background-color:888888;
       line-height: 125%;
       border: 4px cccccc;
       padding:10;
       margin: 0px;
       

}  

#header {
         border-top: 10px ;
         width: 100%
           

}




  

li {
     font-size: x-small;
     color: black
     list-style-type: none;
              
}

ul {
       margin-top: 15px;
}



p {
   font-size: x-small;
    font-weight: normal;
   color: black;
     




}





#navigation {
           width: 150px;
             font-size: 50% ;
                             font-weight: normal;
            background-color: ;
}



h1, h2,  {
            font-family:"Trebuchet MS", helvetica, arial, sans-serif;
                  padding: 20px;  
           color: white;

h1 {
    font-size: x-small;
         background-color: ;
         color: solid navy;
         padding-top: .5em;
         padding-bottom: .2em;
        padding-left: .4em;
       margin: 0;
}

h2 {
              font-family: Broadway;
         font-size: 190%;
         font-weight:;
           color: black;
           padding-top: 15px
}


h3 {
     
         font-size: 130%;
         font-weight: normal;
           color: solid navy;
           padding-top: 15px
        font-family:


}

a {
       font-weight:bold;
    
}

a:link {
      
       color: black;
}


a:visited {
      
       color: black;
}

a:hover {
          text-decoration: none;
          color: white;
          background-color;;
}


a:active {
      
       color: red;
       background-color:yellow;
}



#navigation, #bodycontent, #header {
       position: absolute
               
}

#navigation, #bodycontent {
         top: 150px;
          left: 10px;   
}



#bodycontent {
       left: 250px;
         top: 160px;
      
                
}
