body {
	font-family: arial;
	font-size: 12px;
}

a {
	color: #16b002;
	text-decoration: none;
}

a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

div.outer_div {
	text-align:-moz-center;
	#text-align:center;
	margin: auto;
}

div.inner_div {
	width: 1000px;
}

#logo {
	float: left;
	width: 267px;
}

#top_nav {
	padding-top: 19px;
}

#main_nav {
	background: url('/images/main_nav_bg.jpg') repeat-x;
	height: 40px;
	width: 733px;
	float: right;
}

.main_nav_txt {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 14px;
}

.main_nav_txt_right {
	width: 74px;
	height: 40px;
	padding-top: 14px;
	background: url('/images/main_nav_right_bg.jpg') repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

#top_banner_left {
	float: left;
	width: 262px;
}

#top_banner_right {
	float: right;
	width: 728px;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

#main {
	float: left;
	width: 840px;
	text-align: left;
}

#rightcol {
	float: right;
	width: 160px;
}

#nav {
	min-height: 42px;
	color: #cecece;
}

#main_nav a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#main_nav a:hover {
	color: #16b002;
	text-decoration: underline;
}

#sub_nav {
	padding-top: 4px;
	padding-left: 20px;
}

#sub_nav a {
	color: #cecece;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #16b002;
	text-decoration: underline;
}

#content {
	min-height: 557px;
	background-color: #fff;
}

#page_title {
	float: left;
}

#breadcrumbs {
	float: right;
	color: #4d4d4d;
	margin: 10px;
}

h1 {
	display: inline;
}

#main_nav .link_on {
	color: #16b002;
}

#sub_nav .link_on {
	color: #16b002;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

div.main_content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.form_title {
	width: 150px;
	float: left;
	margin-bottom: 4px;
	font-weight: bold;
}

.form_field {
	float: left;
	margin-bottom: 4px;
}

.form_field input {
	width: 270px;
}

.main_content_left {
	float: left;
	width: 450px;
}

.main_content_right {
	float: right;
	width: 300px;
}

.profile_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: 240px;
}

.profile_text_right {
	float: left;
}

.profile_title {
	float: left;
	margin-bottom: 4px;
	font-weight: bold;
	width: 60px;
}

.profile_txt {
	float: left;
	margin-bottom: 4px;
}

#footer {
	text-align: left;
	color: #bebebe;
}

.homepage_box {
	float: left;
	width: 270px;
	height: 168px;
	font-family: verdana;
	margin-bottom: 10px;
}

div.homepage_box span {
	font-size: 24px;
	margin-left: 6px;
	color: #fff;
}

div.homepage_box div {
	margin-left: 6px;
	margin-top: 6px;
	color: #4d4d4d;
}

.spec_bar {
	background-color: #666;
	padding: 4px;
	margin-right: 2px;
	font-weight: bold;
	color: #fff;
}

.spec_bar a {
	color: #ccc;
}

.url_prev {
	float: left;
}

.url_next {
	float: right;
}