@charset "utf-8";
body {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(images/page.jpg) no-repeat top center fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: none;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 0px 0;
	border: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 4px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
.oneColFixCtrHdr #footer {
	margin: 0; /* 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: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
}
.Brown {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: .03cm;
	font-weight: normal;
	color: #250D01;
	text-align: left;
	border: none;
}
.BrownCenter {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: .03cm;
	font-weight: normal;
	color: #250D01;
	text-align: center;
	border: none;
}
.BrownItalics {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 1.5px;
	font-weight: 200;
	color: #250D01;
	left: auto;
	border: none;
}
.BrownRight {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: .03cm;
	font-weight: normal;
	color: #250D01;
	text-align: right;
	border: none;
}
.SmallBrown {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #250D01;
	text-align: center;
	border: none;
}
.aRed {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: .03cm;
	font-weight: normal;
	color: #bd2d06;
	text-align: left;
	border: none;
}
.RedRight {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: .02cm;
	font-weight: normal;
	color: #bd2d06;
	text-align: right;
	border: none;
}
.LargerTextCenter {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	border: none;
}
.LargerItalicsTextCenter {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	border: none;
}
.zPic {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 4px;
	font-style: normal;
	line-height: 4px;
	font-weight: normal;
	text-align: center;
	border: none;
}
.Tiny {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 8px;
	font-style: normal;
	line-height: 4px;
	font-weight: normal;
	color: #250D01;
	text-align: center;
	border: none;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
    -webkit-background-size:2245px;
}
