@media print {
	* {
		color: #000000;
		background: #FFFFFF;
		text-indent: 0;
		width: auto;
		height: auto;
	}
	#containter * div {
		width: auto;
		height: auto;
		text-indent: 0;
	}
	#containter div * {
		width: auto;
		height: auto;
		text-indent: 0;
	}
	div {
		width: auto;
		height: 0;
		text-indent: 0;
		display: inline;
	}
	div * {
		width: auto;
		height: auto;
		text-indent: 0;
	}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		width: auto;
		height: auto;
		text-indent: 0;
		margin: 10px 0 0 0;
		padding: 0; 
	}
	div#flashContentB, div#flashContentBWide,  div#mainNavigation, #topAuxNav,  #topAuxNav ul li a, #masthead h2 a, #sidebar {
		display: none;
	}
    #breadCrumbs li {
    	display: inline; 
		/* float: left; */
		padding: 0 10px 0 0;
		margin: 0;
		font-size: .8em;
    }
	#masthead h1 {
		font-size: 1.4em;
	}
	a {
		color: #B5985A;
	}
	#title {
		display: block;
		clear: both; 
	}
	iframe {
		width: 550px;
		height: 400px;
	}
}
