

	/* ----------------------------------------------------------

		Green - Colors

	---------------------------------------------------------- */


	h1, h2, h3, h4, h5, h6,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #1f4c28;
	}
	p {
		color: #fff;
	}
	a {
		color: #222;
	}
	.highlight {
		color: #1f4c28 !important;
	}
	.content-box {
		background: #1f4c28 !important;
	}
	.content-box h1, .content-box h2, .content-box h3 {
		color: #fff !important;
	}
	
	li.mainNav-ACT {
		background: #30753d url(images/mainNavACT-Bottom.png) bottom repeat-x;
	}
	a.mainNav-ACT {
		background: #30753d url(images/mainNavACT.png) top repeat-x;
	}

	#subNav {
		background: transparent url(images/colored-BG.png) top repeat;
	}
	#subNav h3,
	#subNav a {
		color: #fff;
	}


	/* Background for 1-Column Layout */
	.layout-1column {
		/*background: transparent url(images/1Column-BG.png) top repeat;*/
	}		
	/* Background for 2-Column Layout */
	.layout-2columns-wrapper {
		background: transparent url(images/2Columns-BG.png) top repeat-y;
	}
	/* Background for 3-Column Layout */
	.layout-3columns-wrapper {
		background: transparent url(images/3Columns-BG.png) top repeat-y;
	}

	
	/* imitate negative margin of images by overlaying an image at the top of each column  */
	.layout-2columns-leftColumn,
	.layout-2columns-rightColumn,
	.layout-3columns-leftColumn,
	.layout-3columns-centerColumn,
	.layout-3columns-rightColumn {
		background: transparent url(images/colored-BG.png) top repeat-x;
	}
