@charset "utf-8";
/* CSS Document - Controls layout for a 2 column Content Page */

#contentWrapper {
	width: 880px;
	background-image:url(/images/pageParts/2_column_contentWrapperBG5.jpg);
	background-repeat:repeat-y;
	background-position:top;
	margin:0;
	padding:0;
	border-bottom: 1px solid #847150;
}

#contentSection {
	width:880px;
	margin:0;
}

#leftSidebar {
	display:none;
	width:0px;
}

/*  IMPORTANT -- width of content cell plus any padding, margin, or borders must NOT EXCEED 680px */

#content {
	padding:2px 42px 12px 42px;
	margin:0 200px 0 0;
	z-index: 0;

}

#content.noCrumbs {padding-top: 16px;}

/*  IMPORTANT -- width of rightSidebar cell plus any padding, margin, or borders must NOT EXCEED 200px */

#rightSidebar {
	width:200px;
	float:right;
}

#addressBar {
	height:41px;
	background-image:url(/images/pageParts/bottomRidgeBG.gif);
}

/* to keep ie6 from dropping box */

*html #content {margin-left:0;}
*html #rightSidebar {margin-right:-3px; display:inline;}

/* Hides Print header */

#printHeader {display:none;}
