html {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	background: #137104;
}
p {
	margin: 0;
}
h1 {
	margin: 0 0 auto;
	font-size: 1.3em;
}
h4 {
	margin: 0 0 auto;
	font-size: 1.3em;
}
ul {
	margin: 10px 0 0;
}

hr { border: 1px solid #336600}

#outer {
	width: 940px;
	margin: auto;
	background: #233e10;
	background-image: url(/_images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
}
#outerBottom {
	width: 980px;
	margin: auto;
	background: url(/_images/outer_bottom.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 200px;
	position: relative;
}
.col_1 {
	width: 670px;
	float: left;
	margin: 0 20px 0 0;
}
.leftTop {
	height: 11px;
	background-image: url(/_images/left_top.jpg);
	background-repeat: no-repeat;
}
.leftContent {
	background: #fff;
	border-left: #233e10 solid 2px;
	border-right: #233e10 solid 2px;
	padding: 0 10px;
	position: relative;
}
.leftBottom {
	height: 11px;
	background-image: url(/_images/left_bottom.jpg);
	background-repeat: no-repeat;
}
.col_2 {
	width: 250px;
	float: left;
}
.rightTop {
	height: 11px;
	background-image: url(/_images/right_top.jpg);
	background-repeat: no-repeat;
}
.rightContent {
	background: #306d05;
	border-left: #050800 solid 2px;
	border-right: #050800 solid 2px;
	background-image: url(/_images/right_grad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 10px;
}
.rightBottom {
	height: 10px;
	background-image: url(/_images/right_bottom.jpg);
	background-repeat: no-repeat;
}
#menuContainer,
#menuContainerAdmin {
	background-image: url(/_images/menu.png);
	width: 670px;
	padding: 4px 0;
	position: absolute;
	bottom: 30px;
}
#menuContainer a,
#menuContainerAdmin a {
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
}
#menuContainer a:hover,
#menuContainerAdmin a:hover {
	text-decoration: underline;
}
#menuContainerAdmin {
	bottom: 60px;
}
#signUpForm {
	width: 230px;
	bottom: 0;
	color: #FFFFFF;
}
#signUpForm a {
	color: #FFFFFF;
}
.signUpTop {
	height: 15px;
	background-image: url(/_images/signUp_top.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0;
}
.signUpMain {
	background: #167108;
	border-left: #a9df53 solid 1px;
	border-right: #a9df53 solid 1px;
	padding: 0 10px;
}
.signUpBottom {
	height: 11px;
	background-image: url(/_images/signUp_bottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 980px;
	margin: auto;
	font-size: 0.9em;
	color: #fff;
}
#footer a {
	color:#fff;
	text-decoration: none;
}

.clear {
	clear: both;
}
#headerText {
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	top: 0px;
	font-weight: bold;
}
form {
	margin: 0;
}
table {
	margin: 0;
}