body {
	background-color: #6CAB2E;
}

div.lhs p a, div.lhs p.here	{
	background-image: url(../images/clouds/green.gif);
	background-color:white;
}
div.lhs p a:hover	{
	background-color: #D0ECB4;
}
div.lhs p.here	{
	font-weight:bold;
	color: #6CAB2E;
}

div.rhs p {
	font-family:Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

div.rhs a:link {
		color: White;
		text-decoration: none;
}

div.rhs a:visited {
		text-decoration: none;
		color:#C0FFC0;
	}
	
div.rhs a:hover {
		text-decoration: underline;
		color: #80FF80;
}


div.main	{
	margin: 0px 5px;
	background-color: #F6FCF0;
}

h1 {
	color: #6CAB2E;
}

hr {
	color: #6CAB2E;
	background-color: #6CAB2E;
	height: 3px;
	margin: 10px 20px;
}

div.break {
	color: #6CAB2E;
}

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

a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #507E22;
	}
	
a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #8CCF4B;
}
