body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: none;
	background-color: #ffffff;
}
#wrapper { text-align: left;}

#content { float: none; text-align: left; width: auto !important;}



/* Hide items when printing */

.hide, #accessibility, #header, #sidebar, #navbar, #search-box, #share, #footer, #footer-css { display: none  !important;}


/* ---------------------- Adjust fix column widths to fluid-based (%) for improved printing ---------------------- */

/* THREE COLUMN LAYOUT (#threeColLayout) */

#threeColLayout #primaryContent {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
}

#secondaryContent { /* This column is used only in the Three Column Layout */
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
}

#sideContent {
	float: right;
	width: 33%;
	padding: 0;	
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}


/* TWO COLUMN LAYOUT (#twoColLayout) */

#twoColLayout #primaryContent {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: visible;
}

#twoColLayout #sideContent {
	float: left;
	width: 45%;;
	padding: 0;
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}

#twoColLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* DEFAULT LAYOUT (#defaultLayout) */

#defaultLayout #primaryContent {
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: visible;
}

#defaultLayout #sideContent {
	float: right;
	width: 30%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #999999;
	background: none;
}

#defaultLayout #sideContent .gutter {
	padding: 0 30px 5px 10px;
}

#defaultLayout #sideContent h2, #defaultLayout #sideContent h3 {
	margin-top: 10px;
}

#defaultLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* ONE COLUMN LAYOUT (#oneColLayout) */

#oneColLayout #primaryContent {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: visible;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
	margin: 0;
	padding: 0;
}

