@charset "utf-8";
body {
	background: #ffffff;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #716239;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BEAD81;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 135px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.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;
	background-image: url(images/headerInner1.jpg);
	background-repeat: no-repeat;
	height: 135px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	text-transform: uppercase;
	color: #8C7948;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEAD81;
	font-size: 20px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	text-transform: uppercase;
	color: #8C7948;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEAD81;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent .emphasis {
	background-color: #EFEAE2;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border: 1px solid #BEAD81;
}
.oneColFixCtrHdr #container #mainContent .sidebar1 {
	width: 300px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #mainContent .sidebar2 {
	float: right;
	width: 400px;
}




.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #footer p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 51px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #8C7948;
}
.oneColFixCtrHdr #container #footer a {
	font-size: 12px;
	color: #FFFFFF;
}

.onecolFixCtrHdr #footer a {
	color: #FFFFFF;
}

.oneColFixCtrHdr #container #mainContent  img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #BFA87F;
	padding: 2px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* 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 */
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #A91000;
	background-color: #E6DED0;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E2007;
	border-bottom-color: #9E2007;
}
.oneColFixCtrHdr #container #mainContent td {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.button:link,a.button:visited {
	color: #A4092D;
	background-color: #E6DED0;
	padding: 4px;
	border: 2px solid #8C7948;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	margin-left: 25px;
	list-style-image: url(images/bulletLi.png);
	font-weight: bold;
}
