/* DEQ Print Style Sheet--created March 1, 2010--by Frank Stehno

Global styles below: Body is used to set page font and size, margin, and BG color */


/* Remove unwanted elements */



body  {
	background: #ffffff;
	background-color: white;
	background-image: none;
	font: 100% Arial, Helvetica, sans-serif;	
}




.onecolumn #container {
	width: auto;
	background: #FFFFFF;
	text-align: left; 
	border: none;	
}

.onecolumn #header {
	display: none;
}

.onecolumn #header h1 {
	display: none; 
}

.onecolumn #mainContent {
	background: #FFFFFF;
	text-align: left;
}

.onecolumn #footer {
	display: none;
}

.onecolumn #footer p {
	display: none;
}

.twocolumn #container {
	width: auto;
	background: #FFFFFF;
	text-align: left; 
	border: none;	
} 

.twocolumn #header {
	display: none;
} 

.twocolumn #header h1 {
	display: none;
}

.twocolumn #sidebar1 {
	display: none;
}

.twocolumn #mainContent {
	float: none;
	width: auto;
	background: #FFFFFF;
	text-align: left;
	margin-left: 0px;
} 

.twocolumn #footer {
	display: none;
} 

.twocolumn #footer p {
	display: none;
}

.threecolumn #container {
	width: auto;
	background: #FFFFFF;
	text-align: left; 
	border: none;	
}
 
.threecolumn #header {
	display: none;
} 

.threecolumn #header h1 {
	display: none;
}

.threecolumn #sidebar1 {
	display: none;
}

.threecolumn #sidebar2 {
	display: none;
}

.threecolumn #mainContent {
	float: none;
	width: auto;
	background: #FFFFFF;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
} 

.threecolumn #footer {
	display: none;
} 

.threecolumn #footer p {
	display: none;
}

.UtahStateHeader {display: none;}

.breadcrumb {
	display: none;
}

.headmenu {
	display: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





h1 {
	font-size: 24px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}






.top {
	display: none;
}

.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
}

.pagemenu {
	display: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.sidebar {
	display: none;
}









/* Div for Utah State Header JS include, disabled for printing */

#UtahStateHeader {display: none;}

/* DEQ Header below, disabled for printing */
#DEQHeader {
	display: none;
}

#header_image {
	display: none;
}

