

.printbody{
background-color: white !important;	
}
.print{
display:none;
}

table
{
	width: 100%;
	background-color: #8F4807;
	display: inline-block;
	overflow:visible !important;
	z-index:-200;
}

#wrapper
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	display:inline-block;
	width:auto;			/* width of whole page  */
	overflow:visible;		/* This chops off any overhanging divs  */
	z-index:-100;
}

.top
{
	float: left;
	width: 100%;
}
	/*need to look at this*/
.container
{
	
	display: inline;
	border-top-style:solid;
	width:100%;
	margin:2px 0 2px 2px;
	
	z-index:0;
}

.left
{
	clear: left;
	float: left;
	width: 45%;
	padding: 20px 0;
	margin: 0 0 0 3%;
	display: inline;
	background: #fff;
	z-index:50;
	
}

.right
{
	float: right;
	width: 45%;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: inline;
	background: #fff;
	z-index:50;
}
	
.center
{
	margin: 3% 3% 3% 3%;	
	float:none !important;
	display:inline;
	overflow:visible;
	z-index:50;
}

.bottom
{
	
	float: none !important;
	display:inline;
	width: 100%;
	margin: 3% 0 0 3%;
	background: #fff;
	z-index:50;
}
	

.childHeader
{
	width:100%;padding-left:30px;
	z-index:50;
}

.childHeader p
{
	float:left;
	width:17%;
	font-weight:900;
	z-index:75;
	
	
}

.child p
{
	float:left;
	width:17%;
}
.child
{
	margin: 0% 3% 0% 0%;	
}
	
	
.controlsHeader
{
	width:100%;
	display:inline;
}

.controlsHeader p
{
	float:left;
	width:28%;
	margin: 0% 4% 0% 0%;
	font-weight:900;
		
}

.qualityControl p
{
	float:left;
	width:28%;
	margin: 3% 4% 0% 0%;
	
}

.qualityControl
{
	display:inline-block;
	float:none !important;
	width:100%;			/* width of page */
	
	margin: 2% 2% 2% 2%;
	
}

#qualityStatementsWrapper
{
	float:none !important;
	display:inline-;
	overflow:visible;
	z-index:50;
}

#qualityControls
{
	border-top-style:solid;
	float:none !important;
	display:inline;
	overflow:visible;
	z-index:50;
}

#notesDiv
{
	display:none;	
}




