/* GREEN PAGE */

html, body {
	background: url(/images/page-bg-green.gif) top center repeat-x #231f20;
}

#footer {
	background: #231f20 url(/images/footer-green.gif) bottom left no-repeat;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #9ecb3b;
}

a.sidebox-link:hover {
	color:#9ecb3b;
}

a.sidebox-base-link {
	color: #9ecb3b;
}
a.sidebox-base-link:hover {
	color:#9ecb3b;
}

hr {border-top: 1px solid #9ecb3b;}
#content-text img {border: 4px solid #9ecb3b;}
h2 { color:#9ecb3b; }
h1 {font-size: 32px; font-weight: bold; color: #9ecb3b; line-height: 32px; letter-spacing: -0.10em;}
a:link {color: #9ecb3b; text-decoration: none;}
a:visited {color: #9ecb3b; text-decoration: none;}
a:hover {color: #9ecb3b; text-decoration: underline;}
a:active {color: #9ecb3b; text-decoration: underline;}

#header {background: #231f20 url(/images/header-green.gif) top left no-repeat;}

