 /* ----------------------------------------- 
 ---------- Print CSS
----------------------------------------- */

html {
		height: auto;
}
body {
	line-height: 1.5em;
	font-size: 14px;
	height: auto;
	background: none;
}

.noprint {
	display: none !important;
}

a, a:visited {
	color: #0A0A0A !important;
	text-decoration: none !important;
}
body,
body #wrapper,
body #wrapper * {
	background: none !important;
	color: #0A0A0A !important;
	border: 0 !important;
}
	
	
	/* Headings ----------------------------------------- */

#wrapper {
	background: none;
	padding: 10px;
}
#toolbar {
	display: none;
}
#container {
	height: auto;
	padding: 0;
	width: 100%;
	background: none;
}
body #wrapper #mainContent {
	clear: both;
	float: none;
	display: block;
	width: 100%;
	padding: 0 !important;
	margin: 0;
	border-left: 0 !important;
	background: none;
}
body #wrapper #sidebar {
	padding: 0 !important;
	border-left: 0 !important;
}
#push {
	display: none;
}
#sidebar {
	display: none;
}
#header {
	width: auto;
	float: none;
	display: block;
}
.section-home #header {
	margin: 0 0 36px;
}
#logo {
	display: none;
}
#logoPrint {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 0 36px;
}
#logoPrint img {
	width: 150px;
}
#logoPrint2 {
	float: right;
	display: inline;
}
#logoPrint2 img {
	width: 100px;
}

body #wrapper h1 {
	text-indent: 0 !important;
	height: auto !important;
	margin: 0 0 25px;
}

.dates, .subtitle, .subheading,
#records ul li .dates {
	color: #777;
}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#breadcrumb, #toolbar {
	display: none;
}
#heading {
	margin: 0  0 30px 0;
	display: none;
}

#content {
	float: left;
	display: inline;
	width: auto;
}

#panel1 {
	padding: 0;
	background: none;
	min-height: 0;
	height: auto;
}

#footer {
	padding: 0;
}

#footerInfo {
	margin: 0;
	width: auto;
}
#footer #logos1 {
	width: auto;
}

.module {
	display: none;
}
.box.module {
	display: block;
}

.link a,
ul.linkList li a {
	padding: 0;
}

.link,
#subNav,
.link,
#splashImage,
.mainButton,
.button {
	display: none !important;
}


