/*--------------------------------------------------*/
/* General Setup                                    */

	html {
		background: #FFF;
		color: #000;
	}

	#pageTitle,
	#pageNavigation,
	#pageFooter {
		display: none;
	}

	#pageContent {
		width: auto;
		padding: 0;
	}

	#pageContent > .basicNavChild {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	h1.breadCrumbNav a {
		text-decoration: none;
		color: #000;
	}

	#debug_output {
		display: none;
	}
