@charset "utf-8";
/* CSS Document */

body {
	background: #81C44C;
	}
	
H1, H3 {
	color: #81C44C;
	}
	
/* logo header */
	
/* left side navigation */
	
#left {
	border-top: 3px solid #81C44C;
	}
	
A, A:visited {
	}
	
A:hover {
	color: #81C44C;
	}
	
A:active {
	color: #81C44C;
	}
	
.left_NavItem:hover, .left_NavItem:active, #activelink {
	background:url(../images/arrow_green.gif) no-repeat top left;
	}

#activelink A {
	color: #81C44C;
	}
	
#footer A:hover {
	color: #81C44C;
	}
	
.stayAtBottom strong, .stayAtBottom A, .stayAtBottom:active, .stayAtBottom:visited {
	color: #81C44C;
	}
	
#main strong, #main A, #main A:active, #main A:visited {
	color: #81C44C;
	font-weight: bolder;
	}

