@charset "UTF-8";
/* CSS Document */

*,html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset  
{
	margin:0px;
	padding:0;
	border:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9E8D85;
	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;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg_flower.gif) no-repeat center 165px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	text-align: center;
}
#header img {
	padding-top: 50px;
	margin-bottom: 20px;
}
#homenav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B32017;
	border-bottom-color: #B32017;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 35px;
}
#homenav  ul {
	margin: 0px;
	padding: 0px 80px 0px 80px;
	list-style-type: none;
}
#homenav  ul  li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B32017;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	display: block;
}
#homenav .last {
	border-right-style: none;
}
#homenav li a, #homenav li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #B32017;
}
#homenav li a:hover, #homenav li a:active {
	color: #896E64;
}
#homenav li a.current {
	color: #896E64;
	cursor: default;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(none) no-repeat center center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 1350px;
	clear: left;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #896E64;
	text-align: left;
	padding-right: 200px;
	padding-left: 200px;
	line-height: 18px;
}
#mainContent ul   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #896E64;
	text-align: left;
	padding-right: 200px;
	padding-left: 200px;
	line-height: 18px;
}
#mainContent img {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}
#mainContent #pam {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B32017;
	font-weight: bold;
}
br {
	clear: both;
}
#mainContent  h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B32017;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-left: 200px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.jpg) no-repeat center;
}
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
