body { 
	background-color: #ffffff; 
	padding: 0; 
	margin: 0; 
	#color: #005224; 
	#color: #004214;
	color: #003010;
	#color: #002000;
    font: 13px tahoma;
}

#content { 
	position: absolute; 
    font: 13px tahoma;
	top: 0px; 
	left: 260px; 
	height: 100%;
	border-left: 1px solid black; 
	padding: 20px;  
	
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

#header {
        background-color: #158741;
        font: bold 12px tahoma;
        color: #ffffff;
        text-decoration: none;
}

/* style, color and size links and headings to suit */
#menu a {
	background-color: #158741;
	font: bold 12px tahoma;
	color: #ffffff;
	display: block;
	border: 1px solid white;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

#menu a:hover {
    background-color: #39b349;
    text-decoration: none;
}

a {
	color: #000077;
}

h3 {
	font: bold 18px tahoma;
	color: #000077;	
}

h4 {
	font: bold 12px tahoma;
	margin: 40px 0px 0px 0px;
	color: #000077;	
}

