/* --------------------------------------------------------------
 PRINT ONLY STYLES *********************************************
-------------------------------------------------------------- */
BODY {
	font-size: 9pt;
}

.DisplayOnlyOnScreen {
	display: none !important;
}
.DisplayOnlyOnPrint {
	display: block !important;
}


A:link, A:visited, A:hover {
	text-decoration: underline !important;
	color: #235697 !important;
}

/*
.content A:link:after, .content A:visited:after {
	content: " (" attr(href) ")";
	font-size: 75%;
	font-weight: normal;
}
.content A[href^="/"]:after {
	content: " (http://www.tha.org" attr(href) ") ";
}
*/



HTML,
BODY,
.page,
.contentHolder,
.innerContentHolder {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	min-height: inherit;
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
	border: none;
}

.content{
	float: left !important;
	clear: none !important;
	margin: 2em 0 !important;
	padding: 0 !important;
	width: 75% !important;
	background: #FFFFFF;
}
.content * {
	max-width: 100% !important;
}
.rightSidebar {
	float: right !important;
	clear: none !important;
	margin: 2em 0 !important;
	padding: 0 0 0 1% !important;
	width: 22% !important;
	border-left: 2px solid gray;
	background: #FFFFFF;
}

H1 {
	margin-top: 0;
	color: #000000;
}

TABLE * {
	white-space: normal;
}
.content TABLE {
	width: 5.2in !important;
}
.noRightSidebar 
.content TABLE {
	width: 8in !important;
}

.contentHeaderLanding {
	padding: 10px;
	margin: 1em 0;
	height: auto !important;
	border-top: 4px double gray;
	border-bottom: 4px double gray;
	background: #F1F1F1 !important;
	color: #000000 !important;
}
.contentHeaderLanding .contentHeaderPhoto {
	display: none;
}
.contentHeaderLanding H1 {
	margin: auto 0 !important;
	padding: auto 0 !important;
	background: #F1F1F1 !important;
	color: #000000 !important;
}



.pageHeader,
.leftSidebar,
.nav,
.footerButtons {
	display: none;
}



.pageFooter  {
	float: none;
	clear: both;
	margin: 2em 0 !important;
	padding: 1em 0 !important;
	width: 100% !important;
	border-top: 1pt dotted gray;
	background: #FFFFFF;
	page-break-after: avoid;
	font-size: 7pt;
	color: #666666;
}
.pageFooter * {
	font-size: 7pt;
	color: #666666;
}

.logosHolder {
	clear: both;
	float: none;
	width: 100%;
	margin: 20px 0;
	border-top: 1pt dotted gray;
}
.logosHolder .logos {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.logosHolder .logos P {
	float: left;
	margin: 0 10px;
	padding: 1em 0;
}
.legislativeAdCopy {
	clear: both;
	float: none;
}



/* Education Calendar */
.page_EducationCalendar #EventFilterNav {
	display: none;
}










.printButton {
	position: absolute;
	top: 0px;
	right: 20px;
}


@media print {
	.pageOptionBar {
		display: none !important;
	}
}



