@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: #EBE6C8;
	margin-top: 15px;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/splash3.jpg);
	padding: 10px;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #FFFFFF;
}
.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 #container #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 158px;
}
.oneColFixCtr #container #indexCopy {
	margin-right: 100px;
	margin-left: 320px;
	margin-top: 70px;
}
.oneColFixCtr #container #Footer1 {
	bottom: 10px;
	position: relative;
}
.oneColFixCtr #container #mainContent h4 {
	margin: 0px;
	padding: 0px;
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 16px;
	color: #C8B66F;
}
h1 {
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 20px;
	color: #855913;
	margin: 0px;
}
.oneColFixCtr #container #indexCopy p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.oneColFixCtr #Footer {
	margin-top: -35px;
}
.oneColFixCtr #Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C8B66F;
	margin: 0px;
}
.oneColFixCtr #footer2 {
	margin: 50px;
}
.oneColFixCtr #footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #855915;
	line-height: 18px;
}
.navPad {
	padding-left: 40px;
}
.oneColFixCtr #container #mainContent a:link {
	color: #C8B66F;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:visited {
	color: #C8B66F;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
