@charset "UTF-8";
body {
	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: #2A1F00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	/*background-color: #9DA3FF;*/
	background-color: #F7F9FF;
}
.oneColFixCtrHdr #container {
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center;
	margin: 0px auto;
	padding-left: 50px;
	padding-right: 50px;
	overflow:hidden;
}

.oneColFixCtrHdr #container2 {
	width: 780px;  /* 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: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	height: 540px;
	overflow:hidden;
}

.oneColFixCtrHdr #container3 {
	width: 780px;  /* 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: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	height: 300px;
	overflow:hidden;
}
.oneColFixCtrHdr #header {
	padding: 0px,0px,0px,0px;
	width: 780px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 5px 0px 5px 0px;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #d4a3ce;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 10px;	
}

.oneColFixCtrHdr #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #d4a3ce;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	margin: 0 auto;
	clear: both;
}

.oneColFixCtrHdr #boxcontainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #boxcontainer2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.testbox1 {
	width:245px;
	height:120px;
	float: left;
	margin: 10px 23px 10px 0px;
}

.testbox2 {
	width:245px;
	height:120px;
	float: left;
	margin: 10px 0px 10px 22px;
}

.testboxcenter {
	width:245px;
	height:120px;
	float: left;
	margin: 10px 0px 10px 0px;
}
.box_center {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 680px;
	clear: both;
	float: none;
	padding: 10px 50px 10px 50px;
	margin: 0 auto;
	text-align: left;
}
.webindent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 4px;
	text-align: left;
	text-indent: 24px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #2F4195;
	height: 24px;
	width: 660px;
	text-align: left;
	margin-top: 36px;
}

