@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;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #993300;
	background-image: url(../../images/background.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;
	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. */
	background-color: #680E0E;
}
.oneColFixCtrHdr #header {

}
#tab  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left: 37px;
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 60px 20px 60px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #68979F;
	background-image: url(../images/footer%20background.jpg);
	background-position: center top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 15px 15px 15px 15px;
	font-size: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #form {
	background-color: #CCCCCC;
	text-align: left;
	width: 560px;
	float: none;
	border: 1px dotted #990100;
	padding-left: 85px;
}

