@charset "utf-8";
body {
	background: #666666;
	background-image: url(images/backdrop.jpg);
	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: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container {
	width: 884px;  /* 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 #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-color: #DDDDDD;
	background-image: url(images/header2.jpg);
	height: 214px;
	width: 854px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #menutop {
	background-color: #53331a;
	height: 12px;
	width: 854px;
	background-image: url(images/menutop.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #menu {
	background-color: #53331a;
	height: 40px;
	width: 854px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #menubottom {
	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-color: #53331a;
	height: 12px;
	width: 854px;
	background-image: url(images/menubottom.jpg);
	background-repeat: no-repeat;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #aec591;
}
.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 */
}

a img {
 border: none;
}

/* Global Styles */



body {

	margin:0px;

	}

	

td {

	font:11px Arial, Helvetica, sans-serif;

	color:#666666;

	}

	

a {

	color: #993300;

	}

	

a:hover {

	color: #5C743D;

	}



/* ID Styles */



#navigation td {

	border-bottom: 1px solid #F4FFE4;

	}

	

#navigation a {

	font: bold 11px Arial, Helvetica, sans-serif;

	color: #D5EDB3;

	line-height:16px;

	letter-spacing:.1em;

	text-decoration: none;

	display:block;

	padding:8px 6px 10px 20px;

	}

	

#navigation a:hover {

	background: #99CC66;

	color:#993300;

	}

	

#logo 	{

	font:24px Arial, Helvetica, sans-serif;

	color: #5C743D;

	letter-spacing:.2em;

	line-height:30px;

	}



#tagline 	{	

	font:11px Arial, Helvetica, sans-serif;

	color: #993300;

	letter-spacing:.4em;

	line-height:18px;

	}



#monthformat {

	border-bottom: 1px dashed #5C743D;

	}

		

#dateformat {

	font:11px Arial, Helvetica, sans-serif;

	color: #993300;

	letter-spacing:.2em;

	}

	

#dateformat a {

	font:11px Arial, Helvetica, sans-serif;

	color: #993300;

	font-weight:bold;

	letter-spacing:.1em;

	text-decoration:none;

	}

	

#dateformat a:hover {

	color: #F4FFE4;

	letter-spacing:.1em;

	}

	

/* Class Styles */

	

.bodyText {

	font:14px Arial, Helvetica, sans-serif;

	color:#53341b;

	line-height:20px;

	margin-top:0px;

	}

	

.pageName{

	font: 18px Arial, Helvetica, sans-serif;

	color: #495f19;

	line-height:26px;

	letter-spacing:.2em;

	}

	

.subHeader {

	font:bold 14px Arial, Helvetica, sans-serif;

	color: #72171d;

	line-height:22px;

	letter-spacing:.1em;

	}



.quote {

	font:bold 14px Arial, Helvetica, sans-serif;

	color: #799F2B;

	line-height:30px;

	}

	

.smallText {

	font: 10px Arial, Helvetica, sans-serif;

	color: #666666;

	line-height: 22px;

	}

	

.navText {

	font: 11px Arial, Helvetica, sans-serif;

	color: #003366;

	line-height:16px;

	letter-spacing:.1em;

	text-decoration: none;

	}
	