@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(Images/background.gif) repeat;
	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: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(Images/2parchment.gif) repeat;
	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. */
	background: url(Images/top.gif) no-repeat;
	height: 176px;
	position: relative;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 10 20 0 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: 47px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 375px;
	text-align: left;
	float: right;
	color: #005623;
	font-size: 30px;
	line-height: 45px;
	height: auto;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	color: #42332D;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background: url(Images/bottom.gif) no-repeat bottom;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	clear: both;
}
.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 */
}
#header h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
#navbar
{
	background: #42332d;
	padding: 4px 0px 2px 2px;
	margin: 0px;
	position: relative;
	overflow: visible;
}
.textcontainer
{
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
.textcontainer h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #005623;
}
.bolditalic
{
	font-style: italic;
	font-weight: bold;
}
.textcontainer h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #005623;
}
.textcontainer h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.bodltext
{
	font-weight: bold;
}
.alignright
{
	text-align: right;
}
.centertext
{
	text-align: center;
}
.floatrt
{
	float: right;
	margin: 10px 10px 10px 20px;
	text-align: center;
}
a:link {
	color: #42332d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #42332d;
}
a:hover {
	text-decoration: none;
	color: #005623;
	font-weight: bold;
}
#right
{
	float: right;
	padding: 0px;
	margin-left: 20px;
}
.clearfloat
{
	clear: both;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
}
#left
{
	position: relative;
}
.smalltext
{
	font-size: 75%;
}
HR {
	height:2px;
	width:100%;
	background:#005623;
	margin: 0px;
	padding: 0px;
	color: #005623;
    }
.floatleft
{
	float: left;
	width: 300px;
}
.floatrightnopad
{
	float: right;
	width: 375px;
}
.italictext
{
	font-style: italic;
}
.georgiatext
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
