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

	#styleSheetSwitcher {
		position: static;
		list-style: none;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #000;
	}

	#styleSheetSwitcher a,
	#styleSheetSwitcher a:active,
	#styleSheetSwitcher a:focus {
		position: static;
		color: #000;
		background: #FFF;
		border: 0;
		padding: 0;
	}

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

/*--------------------------------------------------*/
/* Page Wrapper                                     */

	#pageWrapper {
		width: auto;
		padding: 0 8px 0 5px;
	}

/*--------------------------------------------------*/
/* Page Title                                       */

	#pageTitle,
	#pageTitle p {
		background: none;
	}

	#pageTitle div img {
		display: block;
	}

/*--------------------------------------------------*/
/* Page Navigation                                  */

	#pageNavigation {
		display: none;
	}

/*--------------------------------------------------*/
/* Page Content (standard)                          */

	/*--------------------------------------------------*/
	/* Wrapper                                          */

		#pageContent {
			margin-top: 10px;
		}

	/*--------------------------------------------------*/
	/* Side Bar                                         */

		#pageContent #sideBar {
			color: #000;
			background: #FFF;
		}

		#pageContent #sideBar ul li a {
			display: none;
		}

	/*--------------------------------------------------*/
	/* Main Body                                        */

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

			#pageContent #mainBody h1 {
				background: #FFF;
				color: #000;
				margin-bottom: 0;
			}

			#pageContent #mainBody p a {
				color: #000;
				background: #FFF;
				text-decoration: underline;
			}

		/*--------------------------------------------------*/
		/* Banner                                           */

			#pageContent #mainBody #banner {
				background: #FFF;
				color: #000;
			}

			#pageContent #mainBody #banner h3 {
				float: right;
				width: 200px;
				background: #FFF;
				color: #000;
				padding: 10px 0 5px 0;
			}

			#pageContent #mainBody #banner p {
				background: #FFF;
				color: #000;
				float: right;
				width: 200px;
				clear: right;
				padding: 0 0 10px 0;
			}

		/*--------------------------------------------------*/
		/* Next Link                                        */

			#pageContent #mainBody p.nextLink a {
				color: #000;
				background: #FFF;
				text-decoration: underline;
				padding-right: 0;
			}

		/*--------------------------------------------------*/
		/* Date List                                        */

			#pageContent #mainBody ul.dateList {
				color: #000;
				background: #FFF;
			}

			#pageContent #mainBody ul.dateList strong {
				font-weight: bold;
				color: #000;
				background: #FFF;
			}

			#pageContent #mainBody ul.dateList a {
				text-decoration: underline;
				color: #000;
				background: #FFF;
			}

/*--------------------------------------------------*/
/* Page Footer                                      */

	#pageFooter {
		border-top: 1px solid #000;
	}

	#pageFooter ul {
		display: none;
	}

	#pageFooter span {
		background: #FFF;
		color: #000;
	}

/*--------------------------------------------------*/
/* Link List                                        */

	ul.linkList li a {
		background: #FFF;
		color: #000;
		text-decoration: underline;
	}

