body {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	background-color: #e1cccc;
}

p {
	width: 90%;
}

li { 

	list-style-type: none; 

	line-height: 150%; 
}

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #339933;
	border-bottom: 1px solid #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#navigation {
	position: absolute;
	width: 190px;
	height: 600px;
	margin-top: 0px;
	border-right: 1px solid #000000;
	font-weight: normal;
	background-color: #BF9393;
}

#centerDoc {
	position: absolute;	
	
	padding: 0 0 20px 220px; /*top right bottom left*/
	margin-top: 30px;		
}

a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
color: #006600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #00CC66;
padding-bottom: 5px;
font-weight: bold;
text-decoration: none;

}  
a:active { 
color: #006600;
font-weight: bold; 
text-decoration: none;
} 
