/* Stylesheet for printing.  Implemented by Joel Davis (jdavis@yellow-button.com) */
@page {
  size: 8.5in 11in;  /* width height */
}
*
{
padding:2pt ! important;
/*page-break-inside:avoid ! important;*/
}
#container {
  width: auto;
  border: 0;
}

#logoHeader  {
	background-image:none;
	background-color: transparent;
	width: auto;
	height: auto;
}

#utilityNav {
	display: none;
}

#mainNavbar {
        display: none;
}

#headerImage {
        display: none;
}

#leftColumn {
        display: none;
}

#content {
	margin: 0;
	padding: 0;
	border:0;
}

#footer {
        display: none;
}

#logoHeader .no {
	display: inline;
}

#logoHeader h1 {
	width: auto;
	height: auto;
	margin: .25in 0 .25in 0;
}

#logoHeader h1 a {
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #000000;
}
#content a:link, #content a:visited, #content a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: none;
}

.hidePrint {
	display:none;
}
