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;
	}

#header {
	width: 750px;
	margin-top: 25px;
	margin-left: 15px;
}

#wrap {
	width: 750px;
	text-align: left;
	background: #ffffff url(/images/wrap.png) repeat-x;

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

#main {
	padding: 25px;
}

#footer {
	margin: 15px 0px 15px 10px;
	color: #fafafa;
	font-size: 10px;
}
#footer a {
	color: #fafafa;
}

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

img {
	border: 0px;
}

h1, h2 {
	font-family: Arial;
	font-size: 20px;
	color: #00AA2E;
}
h2 {
	font-size: 18px;
}

#header_title {
	padding: 25px;
}
	#header_title h1 {
		font-family: arial;
		font-weight: normal;
		font-size: 30px;
	}
	#header_title a {
		color: #00AA2E;
	}
	#header_title a:hover {
		color: #666666;
		text-decoration: none;
	}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
