@charset "UTF-8";
/* CSS Document */

/* Eric Meyers Reset CSS rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.4;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
body {
	background: #DFF2DE url(../images/background.jpg) no-repeat right top;
	font-family: Tahoma, Geneva, sans-serif;
	height:100%;
	font-size: 16px;
}
html {
	height:100%;
}
.clear_footer {
	clear:both;
	height: 341px;
}
#height_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -341px;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	position:relative
}
.main_content {
	margin-top:15px;
}
.column {
	float:left;
}
.one {
	width: 530px;
	margin-left:76px;
	margin-top:25px
}
.two {
	width: 232px;
	margin-left:90px;
}
.login_button {
	text-align:center;
	background:url(../images/login_bkgd.gif) no-repeat right top;
	float: right;
	width: 82px;
	height: 28px;
	line-height:1;
}
.login_button a {
	text-decoration:none;
	color:#FFF;
	font-size:70%;
}
.signup_form {
	margin-top:113px;
	font-size: 13px;
}
.signup_form p, tr, th, td {
	font-size: 13px;
	padding: 5px 0;
}
.form_field {
	margin:5px 0 0;
	width:212px;
	height:24px;
	padding:3px 0 0 3px;
	background-color:#FFF;
	border:1px #009A01 solid;
	color:#009A01;
	font-size: 80%;
	text-align:left;
	background-image: url(../images/field_bkgd.gif);
	background-repeat: repeat-x;
}
.form_button {
	text-align:center;
	background:url(../images/button_bkgd.gif) no-repeat right top;
	margin-top:5px;
	padding-top: 0px;
	width: 212px;
	height: 31px;
	line-height:1;
	border: 0;
	color:#FFF;
	font-size:100%;
}
.privacy_link {
	width:212px;
	text-align:right;
	margin:0;
	padding:0;
}
.privacy_link a {
	color: #009A01;
	text-decoration:none;
	line-height: 1;
	font-size:9px;
}
.footer {
	position: relative;
	height: 341px;
	clear: left;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/footer_bkgd.gif) repeat-x bottom;
}
.footer .footer-link {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	width:290px;
	padding: 260px 0 7px 76px;
	font-size:80%;
	z-index:2;
}
.footer .copyright {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	padding: 341px 0 7px 76px;
	background: url(../images/footer.gif) no-repeat right bottom;
	color: #fff;
	line-height: 1;
	font-size:9px;
}
p {
	padding: 8px 0;
}
h1 {
	font-size:200%;
	line-height:1.4;
	font-weight:lighter;
}
h2 {
	font-size:140%;
	color: #009A01;
	line-height:1.2;
	font-weight:lighter;
}
h3 {
	font-size:160%;
	line-height:1.2;
	font-weight:lighter;
}
h4 {
	font-size:140%;
	line-height:1.2;
	font-weight:lighter;
}
h5 {
	font-size:120%;
	line-height:1.2;
	font-weight:lighter;
}
h6 {
	font-size:110%;
	line-height:1.2;
	font-weight:lighter;
}
a {
	color: #009A01;
}