/*--------------------------------------------------

PRINT CSS

Usually, there is no need for browser specific print
styles, so they can all go in here.

Be weary of width, floats, and light coloured text.

--------------------------------------------------*/
#page,
#header,
#body,
#breadcrumb,
#content,
#footer,
#TB_window {
	width: 650px;		
}

/*ol#breadcrumb {
	padding: 10px;
	width: 600px;
	margin-top: -0px;
}*/

#header p#logo {margin: 0;}


#utility-nav,
#mini-newsletter,
#mini-search,
#header-bottom,
#whitepaper-nav,
#body-banner,
#sub-nav,
#right-content,
#footer-content-left,
#footer-nav,
#terms-nav,
ol#breadcrumb {
	display: none;
}
#footer {
	height: auto;
}
#footer-content-right {
	margin-left: 70px;
	float:left;
	text-align: center;
}
#footer-content-right p#tel {
	background: none;
	width: auto;
	height: auto;
	padding: auto;
	margin-left: 150px;
}
#footer-content-right p#colophon {
	text-align: center;
	float: left;
	margin-left: 180px;
}
