@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(imgs/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom: 2px solid #248ead;
	border-left: 2px solid #248ead;
	border-right: 2px solid #248ead;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
}
.oneColFixCtr #mainContent {
	padding-top: 255px;
	margin-left: 300px;
	margin-right: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	
}
.oneColFixCtr #mainContentTerms {
	position:absolute;
	top: 255px;
	margin-left: 300px;
	margin-right: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:scroll;
	max-height: 380px;
	height: 380px;
	width: 580px;
}
.theFormText {
	font-size: 7pt;
}
.oneColFixCtr #container #clicktoView {
	
	position: absolute;
	margin-left: 347px;
	margin-top: 131px;
	width: 403px;
	height: 82px;
	cursor: pointer;
	z-index:9999;
	
}

