body {
	background: #099D31 url(/images/bg.gif) repeat-x;

	margin: 0px;
	padding: 0px;

	font-family: Verdana;
	font-size: 12px;
	line-height: 21px;
}

#top_bar {
	height: 31px;
	background: #005611 url(/images/top_bar.gif) repeat-x;
	text-transform: uppercase;
	font-size: 10px;
	color: #C7C7C7;
}
	#top_bar #top_left {
		width: 250px;
		float: left;
		padding: 6px;
	}
	#top_bar #top_right {
		width: 350px;
		float: right;
		text-align: right;
		padding: 6px 6px 0px 0px;
	}
	#top_bar #top_right a {
		color: #979797;
		text-decoration: none;
		margin-left: 10px;
	}
	#top_bar #top_right a:hover {
		color: #ffffff;
	}

#logo {
	margin: 20px 0px 0px 20px;
}

#wrap_tabs {
	float: right;
}
	#wrap_tabs ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#wrap_tabs li  {
		background: url(/images/wrap_tab.gif) no-repeat;
		width: 97px;
		height: 30px;
		float: left;
		text-align: center;
	}
	#wrap_tabs a  {
		margin: 7px;
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		color: #14A23A;
		text-decoration: none;
	}
	#wrap_tabs a:hover  {
		color: #000000;
	}
	#wrap_tabs .sel  {
		color: #cc0000;
	}


.wrap {
	width: 791px;
}
#wrap {
	background: #ffffff url(/images/wrap.png) no-repeat;
	min-height: 200px;

	border-width: 0px 3px 3px 0px;
	border-style: solid;
	border-color: #046F21;

	overflow: hidden;
}


#content {
	padding: 15px;
}

	#signup {
	}

	#signup label, #account label, #login label, #contact label {
		font-weight: bold;
		float: left;
		width: 140px;
	}
	#signup br, #account br, #login br, #contact br {
		clear: both;
	}


#footer {
	margin: 10px 0px 10px 10px;
	font-size: 10px;
	color: #ffffff;
	line-height: 15px;
}
#footer a {
	margin: 0px 15px 0px 0px;
	color: #eeeeee;
}

/* =========================================== */

#errors {
	color: #ff0000;
	margin: 0px 0px 30px 30px;
	line-height: 22px;
}

#signup_done {
	text-align: right;
}

.input {
	padding: 5px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

h1, h2 {
	font-family: arial,verdana;
	font-weight: bold;
	font-size: 26px;
	color: #cc0000;
	margin: 0px 0px 10px 0px;
}

h2, h3 {
	font-family: Arial;
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}

a {
	color: #099D31;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small_error {
	color: #ff0000;
	font-size: 10px;
}

.red {
	color: #cc0000;
}
.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}


.line {
	height: 1px;
	background: #cccccc;
	margin: 15px 0px 15px 0px;
}




.pic {
	float: left;
	margin-right: 10px;
	width: 150px;
	padding: 2px;
	text-align: center;
}

.pic img {
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.pic a:hover img {
    border-color: #00AA2E;
}

