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

	html,
	body {
		color: #000;
		background: #fff;
	}

	a {
		color: #000;
		text-decoration: underline;
	}

	a strong {
		font-weight: normal;
	}

	h2 {
		background: #FFF;
		color: #000;
		border-bottom: 0;
	}

	h3 {
		background: #FFF;
		color: #000;
		border-bottom: 0;
	}

/*--------------------------------------------------*/
/* Skip Links                                       */

	/*
	#styleSheetSwitcher {
		padding: 0;
		position: static;
		top: auto;
		right: auto;
	}

	#styleSheetSwitcher li {
		display: inline;
	}

	#styleSheetSwitcher a:active,
	#styleSheetSwitcher a:focus {
		position: static;
		top: auto;
		right: auto;
		border: 0;
		padding: 0;
		text-decoration: underline;
	}

	#styleSheetSwitcher span {
		display: none;
	}

	@media print {
		#styleSheetSwitcher {
			display: none;
		}
	}
	*/

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

	#header,
	#heroContainer,
	#breadcrums,
	#pageBanners,
	#footer {
		display: none;
	}

/*--------------------------------------------------*/
/* Frame						                    */

	/*--------------------------------------------------*/
	/* Content						                    */

		.content {
			background: #FFF;
		}

	/*--------------------------------------------------*/
	/* Columns					                     	*/

		.columns {
			background: #FFF;
		}

			.columnOne,
			.columnTwo,
			.columnThree {
				background: #FFF;
			}
