/* =============================================================================
  Style sheet for print layout, viewable by all browsers
============================================================================= */

#header
{
	display: none;
}

#printHeader
{
	width: 100%;
	display: block;
}

#sideColumn
{
	display: none;
}

#footer
{
	width: 100%;
	border: none;
	font-size: 11px;
}

#footer a
{
	display: none;
}

#footerTagLine
{
	display: none;
}

#footerLinks
{
	display: none;
}

#bodyContainer
{
	width: 100%;
	border-left: none;
	border-right: none;
}

#bodyContent
{
	padding-left: 0;
	padding-right: 0;
}

.titleBar
{
	background: none;
	height: 22px;
}

.titleBar .titleTab
{
	background: none;
	padding-left: 0;
	color: #363;
	font-size: 15px;
}

.titleBar img /* right side of tab */
{
	display: none;
}

.subTitleBar
{
	color: #363;
	border-bottom: solid 1px #363;
}

.subTitleBar a, .subTitleBar .csiLink
{
	color: #363;
}

.rootProductLineHeader
{
	color: #363;
}

.newsArchiveNav
{
	display: none;
}

#productLinesIntro
{
	width: auto;
}

#bottomSection /* home page */
{
	clear: left;
	margin-top: 1px;
}