html, body {
  color: #4D4D4D;
  font-family: arial, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #4D4D4D url('/v2/images/body_bg.gif') top center repeat-x;
}
html {
  height: 100.1%;
}

h1.page_title {
  color: #22483F;
  text-transform: uppercase;
  font-size: 12pt;
  font-family: arial, sans-serif;
  padding: 0;
  margin: 0 0 7px 0;
}

#top_container {
  width: 100%;
  background: url('/v2/images/gui_01.gif') top center repeat-x;
}
	#header {
	  margin: 0 auto;
	  width: 739px;
	  height: 337px;
	  background: url('/v2/images/gui_02.gif') top left no-repeat;
	}
	#header object {
		position: relative;
		left: -1px;
	}
#middle_container {
  width: 100%;
  background: url('/v2/images/shadow.gif') repeat-y center top; /* image makes main column bg color white */
}
	#content_bg {
	  background: url('/v2/images/content-shadow.gif') no-repeat; /* image makes main column bg color white */
	  height: 600px; /* height of bg image */
	  margin: 0 auto;
	  width: 739px;
	}
	
		#content {
		  margin-left: 18px;
		  margin-right: 20px;
		  width: 701px;
		}
			#left {
			  float: left;
			  display: inline; /* prevents "IE doubled float-margin bug" http://positioniseverything.net/explorer/doubled-margin.html */
			  width: 192px;
			}
				#nav {
				  background-color: #FFFFFF;
				  text-align: left;
				}
				
			#right {
			  background: #FFFFFF url('/v2/images/right-head.gif') repeat-x;
			  min-height: 200px;
			  float: right;
			  display: inline; /* prevents "IE doubled float-margin bug" http://positioniseverything.net/explorer/doubled-margin.html */
			  width: 488px;
			  text-align: left;
			  font-size: 10pt;
			  font-family: arial, sans-serif;
			  color: #363637;
			}
			* html #right {
			  height: 200px;
			}
				#right div.inner {
				  margin: 0 10px;
				  color: #000000;
				}
#bottom_container {
  clear: both;
  width: 100%;
  height: 33px;
  background: url('/v2/images/gui_07.gif');
}
	#footer_bg {
	  margin: 0 auto;
	  background: url('/v2/images/gui_08.gif') no-repeat;
	  width: 739px;
	  height: 33px;
	}
	
		#footer {
		  width: 701px;
		  margin: 0 20px 0 18px;
		  padding: 2px 0 0 0;
		  color: #ffffff;
		  font-size: 11px;
		  font-weight: bold;
		  font-family: arial, sans-serif;
		}
/* .general009 img,
.general00X img {
  border: 1px #000000 solid;
}*/
img.gravelspacer {
  border: 0px;
}

h2.general00X {
	font-size: 12px;
	margin-bottom: 3px;
	padding:0;
}

#content a, #content a:hover {
	color: #365B53;
}

#content a:visited, #content a:visited:hover {
	color: #5A4741;
}
div.inner {
        padding: 6px;
        width: 465px;
}
div.inner table.gravelSpecialFunction {
        padding: 6px;
}
div.inner table {
        padding: 20px;
 
}
.emailForm {
        padding: 0px;
        margin-left: 0px;
}
.emailFormDescription,
.emailFormField {
  padding: 4px;
}
.gravelSpecialFunction {
  width: 100%;
}
