@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-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
}
.oneColFixCtrHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 28px;
	padding-left: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#copy {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 100px;
	margin-right: 25px;
}
#copy2 {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 25px;
}
#copy2 h1 {
	font-size: x-large;
	font-weight: lighter;
}
#copy2 h2 {
	font-size: large;
	font-weight: lighter;
}
#copy2 h3 {
	font-size: small;
	font-weight: lighter;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#copy2 a {
	color: #399;
}
#copy2 a:hover {
	color: #333;
}
#nextBtn {
	float: right;
	margin-top: 75px;
	margin-right: 25px;
}
#nextBtn a {
	color: #399;
}
#nextBtn a:hover {
	color: #333;
}
.small {
	font-size: x-small;
}
