body {
     background: #FFFFCC;
     font-family: Arial, sans-serif; 
     

}

a:link {color: #0000ff}
a:visited {color: #FF00FF}
a:hover {color: #FF0FFF}
a:active {color: #FF0000}

H1	{font-weight: bold;
		 text-align: center;
		 color: #000000;
		 
		 font-family: 'Gill Sans', Arial, sans-serif}
H2	{font-weight: bold;
		 text-align: left;
		 color: #000000;
		 
		 font-family: 'Gill Sans', Arial, sans-serif}
H3	{font-weight: bold;
		 text-align: left;
		 color: #000000;
		 
		 font-family: 'Gill Sans', Arial, sans-serif}
H4	{font-weight: bold;
		 text-align: left;
		 color: #000000;
		
		 font-family: 'Gill Sans', Arial, sans-serif}
H5	{font-weight: bold;
		 text-align: left;
		 color: #000000;
		 
		 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
		 font-style: italic}



#navheader {
        float:top;
      
      }
#navleftsidebar {
       float:left;
        width: 10em;
        left:0;
        top: 40;
        
      }
#navmain {
        margin-left: 12em;
       
      }
#navfooter {
        	clear: both;
      } 
