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

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

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

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

#leftSidebar {
	width:138px;
	float:left;
}

*html #leftSidebar {margin-right:-3px;}

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

#content {
	padding:16px 30px 12px 24px;
	margin:0 200px 0 160px;	 
}

/* fixes IE 5 & 6 wrapping left margin bug */

*html #content{width:480px;	w\idth:476px;}

/*  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);
	clear:both;
	}

*html #content {margin-left:0; margin-right:0;}
*html #rightSidebar {margin-left:-6px; margin-right:-2px}

/* Hides Print header */

#printHeader {display:none;}
