/*

0: 5b9400
1: adca80
2: 94b959
3: f6fbed
4: dfeace

*/

body {
	background: #f6fbed; /* 3 */
}

h1, h2, h3, h4, h5, h6 {
	color: #5b9400; /* 0 */
}

.subtle {
	color: #94b959; /* 2 */
}

.subtlebg {
	background-color: #dfeace; /* 4 */
}

.intbg {
	background-color: #adca80; /* 1 */
}

.darkbg {
	background-color: #5b9400; /* 0 */
}


a.menubutton:link, a.menubutton:visited, a.menubutton:hover, a.menubutton:active  {
	color: #5b9400; /* 0 */

	border-color: #adca80; /* 1 */
	background: #f6fbed; /* 3 */
}

a.menubutton:hover, a.menubutton:active  {
	color: white;
	
	background: #5b9400; /* 0 */
	border-color: #5b9400; /* 0 */
}

div.header, div.header_l, div.header_r {
	background-image: url('/images/header_green.gif');
}

div.copy {
	border-color: #adca80; /* 1 */
	color: #94b959; /* 2 */
}

div.mainpart {
	border-color: #5b9400; /* 0 */
}

div.leftcolumn {
	border-color: #adca80; /* 1 */ 
}
