@charset "iso-8859-1";

/*******************************************************************************
*  print.css, based on the skidoo_too_print.css : 2004.11.26 template
*  from RuthsarianLayouts: http://webhost.bridgew.edu/etribou/layouts/index.html
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#leftColumn, #rightColumn, #contentColumn, #SOWrap, #map, #sidebar {
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}

html>body #SOWrap {
	width: auto;	/* help Opera out */
}


#rightColumn, #leftColumn, .hnav, .printHide, #banner, .found-statement p.right,
#sidebar, #loaddiv, .pagenavbar, #masthead #searchform, #utility, .toc {
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}

.pagenavbar .printShow {
	display:inline;
}

strong {
	display:inline;
	font-weight:bold;
}

#outerColumnContainer, #innerColumnContainer, #pageWrapper, #map, #sidebar {
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}

#masthead, #footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}

#masthead {
	margin-bottom: .25in;
}

* html #footer {
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}

a, a:link, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}

html, body {
	background-color: #fff !important;
}

body * {
	background-color: #fff !important;
	color: #000 !important;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}

h3.mapHeader {
	page-break-before:always;
}


#map {
	/*
	page-break-before:always !important;
	 width: 552px;  necessary for Firefox to print map 
	width: 5in; 
	height:4.475in;
	*/
}

/******************************************************************************/
