@charset "UTF-8";
/* CSS Document */

body {
	margin:15px;
}
div.wrapper {
	margin:0;
	background-color:#FFF;
	width:100%;
	min-width:0;
}
div.printLogo {
	display:block;
	padding:0 0 3em;
}
div.header {
	display:none;
}
div.body {
	border: 0 none;
}
	div.body div.leftNav {
		display:none;
	}
	div.threeCol div.body div.content {
		padding:0;
		width:100%;
	}
		div.body div.content div.text div.breadcrumb {
			display:none;
		}
		div.body div.content div.text div.SocBar {
			display:none;
		}
	div.body div.content div.text div.downloads, div.body div.content div.text div.extLinks {
		display:block;
		margin-bottom:0;
	}
	#post {
		display:none;
	}
	div.body div.content div.text div.commentsFooter {
		display:none;
	}
	div.body div.rightNav {
		display:none;
	}
div.threeCol div.footer {
border:0 none;
}
	div.threeCol div.footer div.bottomNav {
		display:none;
	}
	div.threeCol div.footer div.contactCopy {
	background-color:#FFF;
	margin:0 auto;
	width:100%;
	padding:4em 0;
	}
		div.footer div.contactCopy p {
			color:#000;
		}
			div.footer div.contactCopy p a{
				color:#000;
			}
	
