@charset "UTF-8";
body {
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background-top.gif);
	height: auto;
	background-position: top;
	background-color: #4582ab;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/headerbg.gif);
	height: 140px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 175px;
	background-repeat: no-repeat;
	color: 006095;
	width: 890px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
	background-color: BED3E2;
	font-style: normal;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: 006095;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: BED3E2;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-style: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/middle.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	background-repeat: repeat-y;
	background-color: #78A2C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	padding-top: 10;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	color: #000;
	vertical-align: top;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
step {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #5C9641;
}
.step {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#030;
	
}
