/* Adjust these styles to your colour scheme */
	#globalheadcontent {
	background-color:#CCCCCC;
	color:#CCCCCC;
		}
	#pagehead {
		background-color:#fff;
		}
	#pagehead h2 {
		background-color:#e5e5cc;
		}
	#pagecontent {
		background-color:#fff;
		}
	#sidebarcontent {
		color:#223;
		}
	#sidebarcontent .alt {
		background-color:#DC9699;
		}

/* Headings */	
	#pagehead h2 {
		color:#036;
		}
	#sidebarcontent h3, #sidebarcontent h4 {
		color:#036;
		}

	#pagecontent a:link, #pagecontent a:visited {
		color:#000000;
		}
	#pagecontent a:hover, #pagecontent a:active {
		background-color:#FEDEE0;
		color:#E10915;
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#069;
		}
	#containerfootcontent a:hover, #containerfootcontent a:active {
		background-color:#def;
		color:#069;
		}

	#sidebarcontent a:link, #sidebarcontent a:visited {
		color:#036;
		}
	#sidebarcontent a:hover, #sidebarcontent a:active {
		background-color:#61AFDD;
		color:#036;
		}

/* Page Design Graphics */
	#container {
		background-image:url(../page_background.gif);
		background-repeat:repeat-y;		
		}
	#sidebar {
		background-image:url(../sidebar_head.gif);
		background-repeat:no-repeat;
		}
	#containerfoot {
		background-image:url(../page_foot.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}
	#pagehead h2 {
		background-image:url(../page_head.gif);
		background-repeat:repeat-x;
		}
	#sidebarcontent .alt {
		background-image:url(../sidebar_alt.gif);
		background-repeat:repeat-y;
		}
#globalheadcontent a {
	color:#FFFFFF;
	text-decoration: none;
}
