/* Generic Selectors */ 
body { 
font-family: Arial, Helvetica, sans-serif ; 
font-size: medium; 
color: #000000; 
background-color: #FFFFE8; 
} 
p { 
width: 100%
} 



h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold; 
	color: #000000;
	text-decoration: underline ; 
    align="center"
	} 
h2 { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: large; 
font-weight: bold; 
color: #000000; 
} 

 ul {
padding: 0;
margin: 0;
list-style-type: none;
}
li { padding-top: 20px; 

} 


/**************** Pseudo classes ****************/ 

:link { 
color: #336633; 
text-decoration: underline; 
font-weight: bold; 
} 
li :link { 
color: #336633; 
text-decoration: underline; 
font-weight: bold; 
} 
:visited { 
color: #669966; 
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #669966; 
text-decoration: underline; 
font-weight: bold; 
} 
:hover { 
color: #99B799; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: blink; 
} 
li :hover { 
display: block; 
color: #99B799; 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #336633; 
} 
:active { 
color: #99B799; 
text-decoration: none;
font-weight: bold; 
} 
/************************* ID's *************************/ 
#container {
	width: 100%; margin: auto; border: 1px; line-height: 150%;
}
#navigation {
	position: fixed;
	margin-right: 15px;
  

padding-right: 15px;
	font-weight: normal;
	float: left;
border-right: 1px solid #336633
line-height: 150%
text-color: #669966; 
text-decoration: underline; 

width: 23%;	
} 
#centerDoc {
	position: absolute;
	margin-top: 50px;
margin-left: 250px;
width: 75%;
	
}
#page-wrap {
  width: 600px;
  margin: 15px auto;
  position: relative;
}

