@charset "utf-8";
body {
	font: 100% Times "Times New Roman", Times, 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0000CC;
	background-color: #03C;
	background-position: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #letter {
}
.oneColFixCtr #threesteps {
	}
.oneColFixCtr #footer {
	text-align: center;
	padding: 10px;
}
.oneColFixCtr #container #mainContent table tr td h3 {
	text-align: center;
}
.ebl_table {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #309;
	background-color: #DFE8FF;
	text-align: left;
	vertical-align: top;
	padding: 1px;
	margin: -2px;
	white-space: normal;
	border: thin solid #309;
}
.oneColFixCtr #container #mainContent table tr .ebl_table table tr td p {

}
