#mainFrame {
	background: url("images/bg-mainFrame-green.png") repeat-y;
}

#bodyLeft {
	background: #2C642C url("images/bg-leftMenu-green.png") repeat-y;
}

#bodyMain {
	border-top: 2px solid #2C642C;
}

h1, h3 {
 color: #2C642C;
}

#bodyMain a {
	color: #2C642C;
}

#bodyMain a:hover {
	color: #143B73;
}

#bodyLeft ul {
	background: url("images/bg-leftUl-green.png") repeat-y;
}

#bodyLeft ul a {
	color: white;
	background: url("images/bg-leftLi-green.png") no-repeat;
}

#bodyLeft ul a:hover {
	color: #2C642C;
	background: url("images/bg-leftAhover-green.png") no-repeat;
}

#copyright a:hover {
	color: #FFC080;
}