@charset "UTF-8";

/*body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/background.jpg) repeat-y scroll top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}*/
body, html {
	height: 100%;
	background: url(../images/background.jpg) repeat-y scroll top center;
	margin: 0;
	padding: 0;
	text-align: center;	
}
.oneColFixCtrHdr #container {
	height: 100%;
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E1E0CE;
	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 #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 20px 30px 30px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #E1E0CE;
}
.maincopy {
	padding: 20px 65px 40px 65px;
	text-align: justify;
}

.maincopy p {
	padding: 0px 0px 0px 0px;
}