/*basic*/
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	background-color: white;
	font-family: Geneva, Arial, Verdana, sans-serif;
}
h5 {text-align:bottom;}
p{font size: 14pt;}
h1, h3, h2, h4{text-align:center;}
ul {list-style-type: square;
}
li {font-size:14pt;}
#navigation ul { 
        margin: 0; 
        padding: 5px; 
        list-style-type: underline; 
        text-align: center; 
        background-color: #669966; 
        } 
 
#navigation ul li {  
        display: inline;
				font-size:14pt; 
        } 
 
#navigation ul li a { 
        text-decoration: none; 
        padding: .2em 1em; 
        color: white; 
        background-color:#669966 ; 
        } 
 
#navigation ul li a:hover { 
        color: #000; 
        background-color: #ffff66; 
        } 

#header {
  margin: 20px;
  padding: 10px;
  height: 150px;
	background-color:#669966 ;
	color: White;
}
#left {
  position: absolute;
  left: 15px;
  top: 180px;
  width: 200px;
}
#center {
  top: 180;
  margin-left: 230px;
  margin-right: 230px
	
}
#right {
  position: absolute;
  right: 15px;
  top: 180px;
  width: 200px;
}
#footer{position: absolute; bottom: 0px; 
color: black;
font-size: 14px;
font-family: Geneva, Arial, Verdanasans-serif;
background-color:#669966 ;
text-align: left;
position: absolute;
bottom:0px;
left: 0px;
width: 100%;
height: 40px
}
#footer2{position: absolute; bottom: 0px; 
color: black;
font-size: 14px;
font-family: Verdana, Geneva, Arial, sans-serif;
background-color: lightblue;
text-align: left;
position: absolute;
bottom:0px;
left: 0px;
width: 100%;
height: 40px
}









