@charset "utf-8";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; 
}

h1.print {font-size:185%;
		color: #000000;
		}
		
.thrColHybHdr #header {
display: none;
} 


.thrColHybHdr #sidebar1 {
	display: none;
	
}
.thrColHybHdr #sidebar2 {
	display: none;
}
.thrColHybHdr #sidebar2 blockquote {
	display: none;
}


.thrColHybHdr #mainContent {
	margin: 10px; /* padding here creates white space "inside the box." */
	background-color: #FFFFFF;
	
} 
.mainContentItem {
	padding: 1px 1em 1em 1em;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
}
.thrColHybHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #000000;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.thrColHybHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-weight: lighter;
	border-bottom: 1px solid #000000;
	text-indent: 0.5em;
	height: 2em;
	line-height: 2em;
}
.thrColHybHdr #container #mainContent h2.headline  {
	height: 1.5em;
	width: 100%;
	
	border-bottom: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.5em;
}

.thrColHybHdr #container #mainContent .mainContentItem h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 145%;
	font-weight: lighter;
	margin-left: 1px;
	margin-right: 10px;
}



#footer p.small {
	font-size: 85%;
}	
	
.small {
	font-size: 70%;
}
.thrColHybHdr #container #mainContent .mainContentItem table {
	font-size: 80%;
}
.thrColHybHdr #container #mainContent .mainContentItem a:link, .thrColHybHdr #container #mainContent .mainContentItem a:visited {
	color: #000000;
	text-decoration: underline;
}

.thrColHybHdr #container #mainContent .mainContentItem a:hover, .thrColHybHdr #container #mainContent .mainContentItem a:active {
	color: #000000;
	text-decoration: underline;
}
#logo {
	display: none;
}
.thrColHybHdr #container #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	color: #000000;
}
.thrColHybHdr #container #header h1 {
	
	font-size: 200%;

}

.thrColHybHdr #footer .footermenu {
	display:none;

}

