/* print styles */
body {
	background: #FFF;
	color: #000;
	font-size: 11pt;
	line-height: auto;
	padding: 0;
	text-align: left;
	}

a {
	color: #000 !important;
	text-decoration: none !important;
	}


/* =Layout ---------------------*/

#page {
	background: none;
	width: auto;
	}
#main {
	overflow: visible;
	width: auto;
	}
.withMenu #main {
	background: none;
	}

#visual, #util, #menu, #sectionMenu, #sidebar, .back, .more {
	display: none;
	}

#header {
	padding: 0;
	width: auto;
	}

#logo {
	background: none !important;
	}
#logo a {
	display: block;
	text-indent: 0;
	}

#tagline {
	background: none;
	color: #666;
	font-size: 1.3em;
	text-align: right;
	text-indent: 0;
	position: absolute;
	top: 0; right: 0;
	height: auto;
	width: auto;
	}

#content {
	overflow: visible;
	}
.withMenu #content {
	float: none;
	width: auto;
	}

#textWrap {
	padding: 0;
	}

.withSidebar #text {
	float: none;
	width: auto;
	}
.withMenu .withSidebar #text {
	width: auto;
	}

#footer, .withMenu #footer {
	background: none;
	color: #333;
	}
#footer .footlinks {
	display: none;
	}

.col2 {
	clear: both;
	float: none;
	margin: 1em 0 0 !important;
	padding: 0 !important;
	width: auto !important;
	}

