body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
	background-image:url(images/bg.jpg);
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
	
}
input.custom_button {
	font-weight: bold;
	color: #ffffff;
	background-color: #70ce00;
	border: 1px solid #60b100;
}
p {
	line-height: 13px;
	margin: 0px 0px 10px 0px;
}
div.page {
	position: relative;
	margin: 0 auto;
	width: 745px;
	background-color: #ececec;
}
div.page_padding {
	position: relative;
	clear: both;
	padding: 3px 3px 3px 3px;
}
div.header {
	position: relative;
	clear: both;
	background-image:url(images/header_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height: 72px;
	text-align: right;
	width: 739px;
}
div.header h1 {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	color: #000000;
	font-size:10px;
	font-weight: bold;
}
div.nav_bar {
	position: relative;
	clear: both;
	background-image:url(images/nav_bar_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #e2e2e2;
	height: 25px;
	width: 739px;
	text-align: right;
}
div.home_split {
	position: relative;
	clear: both;
	background-color: #f3f3f3;
	width: 739px;
	height: 466px;
}
div.split_left {
	position: relative;
	float: left;
	width: 179px;
	background-color: #f3f3f3;
}
div.split_right {
	position: relative;
	float: left;
	width: 560px;
	height: 466px;
	background-image: url(images/main_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.inner_padding {
	position: relative;
	clear: both;
	float: left;
	padding: 12px 35px 12px 78px;
}
div.main_padding {
	position: relative;
	clear: both;
	float: left;
	padding: 12px 12px 12px 12px;
}
div.footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 725px;
	color: #ffffff;
	padding: 20px 0px 0px 0px;
}
div.footer_left {
	position: relative;
	float: left;
	width: 225px;
	font-weight: bold;
}
div.footer_right {
	position: relative;
	float: left;
	width: 500px;
	text-align: right;
}
div.footer_right a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div.footer_right a:hover {
	color: #999999;
}
div.nav_bar a {
	display: block;
	position: relative;
	float: right;
	padding: 6px 33px 0px 0px;
	font-weight: bold;
	color: #3e3e3e;
	text-decoration: none;
}
div.nav_bar a:hover {
	color: #70ce00;
}

h2 {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	color: #70ce00;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	color: #9e9e9e;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	color: #70ce00;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	color: #9e9e9e;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	color: #70ce00;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #3e3e3e;
}