@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../layout/vert_bg_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#row4 h1 {
	color: #B3643B;
	text-align: left;
	padding-left: 70px;
	padding-right: 0px;
	font-size: xx-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#row4 p {
	font-size: small;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 70px;
}
#row4 h2 {
	color: #990000;
	text-align: left;
	padding-right: 20px;
	padding-left: 70px;
}
#row5 p {
	font-size: small;
	color: #694427;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#row5 a {
	color: #583921;
	text-decoration: none;
}
#row5 a:hover {
	color: #3399FF;
	text-decoration: none;
}
#row6 p {
	color: #666666;
	font-size: small;
	text-align: center;
	padding-bottom: 5px;
}
#row6 a {
	color: #006699;
	text-decoration: none;
}
#row6 a:hover {
	color: #FF6600;
	text-decoration: none;
}

.style1 { font-size:x-small;}

.stylesmallfont {
	font-size:small;
	text-align:left;
	padding-left: 70px;
	padding-right: 20px;
}

#row4 #contactform {
	font-size: small;
	color: #663300;
	text-align: left;
	padding-right: 0px;
	padding-left: 10px;
	width: 410px;
}
#row4 a {
	text-decoration: none;
	color: #0066CC;
}

#row4 a:hover {
	text-decoration: none;
	color: #666600;
}
#row4 #table1 {
	text-align: left;
	padding-left: 70px;
	font-size: small;
	color: #000000;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
	}
.oneColFixCtr #newcontainer #row4 #twocolumnpage #contactform #GroundThawing2 {
	margin-left: 20px;
}
.oneColFixCtr #newcontainer #row4 #twocolumnpage #contactform #GroundThawing4 {
	margin-left: 20px;
}
.oneColFixCtr #newcontainer #row4 #twocolumnpage #contactform #GroundThawing5 {
	margin-left: 20px;
}
.oneColFixCtr #newcontainer #row4 #twocolumnpage #contactform #GroundThawing3 {
	margin-left: 20px;
}
