/*Fitness Center print style sheet*/

#body {
	margin:0 !important;
	padding: 0 !important;
	width: auto !important;
	}

#containall {
	width: auto !important;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	}

#header {
	display: none;
	}
	
#mainnav_container {
	display: none;
	}
	
#leftsidebar {
	display: none;
	float: none !important;
	}
	
.sidebaritem, #subnavcontainer {
	display: none;
	}
	
#maincontent {
	width: auto !important;
	float: none !important;
	color: black;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
#body {
	background: white;
	font-size: 10pt;
	}
	
h1, h2, h3 {
	font-size: 12pt;
	color: #000000;
	}
	
a:link, a:visited {
	color: #CC0000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#maincontent a:link:after, #maincontent a:visited:after {
	maincontent: " (" attr(href) ") ";
	font-size: 90%
	}
	
#footer {
	float: none !important;
	border: 0;
	width: auto;
	}
