body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #333333;
	background-color: #1C7A06;
	background-image: url('/images/layout/bg_green_leaves.gif');
	background-repeat: no-repeat;
	background-position: top center;
	}
	body: active {
		color: #ff6600;
		}
h1 {
	font-size: 125%;
	color: #333333;
	line-height: 150%;
	margin: 20px 0px -10px 0px;
	border-bottom: solid 1px #e88d39;
	}
h2 {
	font-size: 118%;
	color: #2f4f4f;
	margin: 20px 0px -10px 0px;
	border-bottom: solid 1px #657a8f;
	}
	.bodycopy {
		background-color: #ffffff;
		height: 100%;
		width: 900px;
		}
		.bodycopy a {
			color: #d2691e;
			text-decoration: none;
			}
	.main {
		width: 750px;
		padding: 25px;
		border: solid 1px #006400;
		}
	.menubar {
		background-color: #808080;
		color: #f0f8ff;
		padding: 2px 20px 2px 20px;
		text-align: right;
		}
		.menubar a {
			color: #f0f8ff;
			text-decoration: none;
			}
	.feature {
		background-color: #ff9933;
		padding: 10px;
		height: 100%;
		width: 200px;
		border: solid 1px #006400;
		background-image: url('/images/layout/bg_right.gif');
		background-repeat: repeat-x;
		background-position: top center;
		}
		.feature a {
			color: #008000;
			text-decoration: none;
			}
	.inverted {
		width: 200px;
		padding: 5px;
		border: solid 1px #8fbc8f;
		color: #2f4f4f;
		}
		.inverted a {
			color: #8fbc8f;
			text-decoration: none;
			}
	.copyright {
		color: #ccff66;
		text-align: center;
		padding: 3px;
		font-size: 90%;
		}
		.copyright a {
			color: #ccffcc;
			text-decoration: none;
			}

