@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	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 #logo {
	background: #FFF;  /* 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. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.oneColFixCtrHdr #logo #eventBox {
	float: right;
	width: 300px;
	padding: 0px;
	margin: 20px;
	font-size: 0.9em;
}

.oneColFixCtrHdr #logo #eventBox a {
	color: #7CA142;
	text-decoration: none;
}

.oneColFixCtrHdr #logo #eventBox a:hover {
	color: #7CA142;
	text-decoration: underline;
}

.oneColFixCtrHdr #header {
	background: #7CA142;
	height: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.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;
	color: #333333;
}

.oneColFixCtrHdr #mainContent h1 {
	color: #E44B21;
	font-size: 1.5em;
	font-variant: small-caps;
}
.oneColFixCtrHdr #mainContent ul {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
.oneColFixCtrHdr #mainContent a {
	color: #7CA142;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #7CA142;
	text-decoration: underline;
}


.oneColFixCtrHdr #mainContent table.staff {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}


.oneColFixCtrHdr #footer {
	background:#7CA142;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer a:link, a:active, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #wreath {
	float: right;
	width: 400px;
	background-color: #006600;
	color: #FFFFFF;
	margin: 10px;
}
.oneColFixCtrHdr #container #mainContent #wreath p {
	color: #FFFFFF;
	text-align: center;
}

