@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #CCCCCC;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 15px 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. */
	background-color: #942923;
}
.oneColFixCtrHdr #logo {
	padding: 0px;
}

.oneColFixCtrHdr #logo #eventBox {
	float: right;
	width: 300px;
	padding: 0px;
	margin: 25px;
	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 {
	height: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #591919;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	color: #000000;
	background-color: #942923;
	margin: 0px;
	display:inline-block;
	width:100%;
	min-height:540px;
	position: relative;
}
.oneColFixCtrHdr #mainContent #leftCol{
	float:left;
	width:40%;
	padding-bottom:10px;
	position:relative;
}
.oneColFixCtrHdr #mainContent #rightCol{
	float:right;
	width:60%;
	padding-bottom:10px;
	position:relative;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #F7F0DE;
	font-size: 1.5em;
	margin-left:25px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #F7F0DE;
	font-size: 1.1em;
	margin-left:25px;
}
.oneColFixCtrHdr #mainContent ul {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #CCCCCC;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin: 15px 25px 0px;
}
.oneColFixCtrHdr #mainContent a {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent img {
	margin: 0px 25px 20px 0px;
	padding: 0px;
	float: left;
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #7CA142;
	text-decoration: none;
}


.oneColFixCtrHdr #mainContent table.staff, td, table {
	font-size: 0.8em;
	vertical-align:top;
	color: #FFFFFF;
	padding-top:10px;
	border:none;
}

.oneColFixCtrHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	background-color: #591919;
}
.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: #CCCCCC;
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer a:link, a:active, a:visited {
	color: #7CA142;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #7CA142;
	text-decoration: underline;
}
.oddRow {
	background-color: #CCCCCC;
}
.evenRow {
	background-color: #999999;
}


.hoverRow {
	background-color: #EFE6D5;
}
.oneColFixCtrHdr #container .content {
	margin-right: 35px;
	margin-left: 35px;
}
.oneColFixCtrHdr #container #oneColumnContent {
	padding-right: 35px;
	padding-left: 35px;
}

.oneColFixCtrHdr #container #mainContent #rightCol div2 {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #rightCol h3 {
	color: #97BF10;
	padding-left: 25px;
}
#footer .adminLogins {
	float: left;
	font-size: 0.7em;
	padding-top: 3px;
	line-height: 1.75em;
	padding-left: 15px;
}

