/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

body {
	font: 12px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #333;
	background: #063e09 url(../img/interface/background.gif) repeat-y center;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #99703c;
}

a:hover {
	text-decoration: none;
	color: #79592f;
}

/* @group Header */

#header {
	width: 800px;
	text-align: left;
	display: block;
	clear: both;
}

#header_navigation {
	background: url(../img/interface/navigation_background.jpg) no-repeat 0 0;
	width: 490px;
	height: 37px;
	float: right;
	display: block;
	padding-left: 30px;
	padding-top: 68px;
	padding-right: 30px;
	color: #fff;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-align: right;
}

.header_link:link, .header_link:active, .header_link:visited, .header_link:hover {
	text-decoration: none;
	color: #fff;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#sub_area_links {
	float: right;
	width: 330px;
	height: 26px;
}



/* @end */

/* @group Footer */

#footer {
	width: 740px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
	padding-top: 11px;
}

.footer_link, .footer_link:link, .footer_link:active, .footer_link:visited, .footer_link:hover {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer_logo {
	float: right;
	display: block;
	width: 105px;
	height: 64px;
}

 {
	
}



/* @end */

/* @group Content */

#content {
	background: #fff url(../img/interface/header_fade_out.jpg) no-repeat;
	text-align: left;
	width: 740px;
	display: block;
	clear: both;
	padding: 35px 30px 25px;
}

.page_header {
	display: block;
	color: #033d07;
	text-decoration: none;
	font: bold 19px/19px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-bottom: 50px;
}

.sub_title {
	color: #08590c;
	text-decoration: none;
	font: bold 14px/16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

ul li {
	list-style-type: disc;
	list-style-image: url(../img/interface/list_arrow.gif);
	margin-left: 35px;
	margin-top: 5px;
}

ul {
	padding-top: 10px;
}

img.content_image {
	border: 1px solid #033d07;
}

a.other_links, a.other_links:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	padding-left: 15px;
	background: url(../img/interface/plus_icon.gif) no-repeat left top;
	width: 350px;
}

#home_text {
	text-align: center;
	width: 600px;
	display: block;
	color: #08590c;
	line-height: 17px;
	font-size: 12px;
}

/* @group Form */

.form_group {
	color: #08590c;
	text-decoration: none;
	font: bold 16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	display: block;
	margin-bottom: 10px;
}

.form_item {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
}

.form_label {
	color: #666;
	font: normal 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}

.form_input {
	color: #000;
	text-decoration: none;
	font: normal normal 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.form_select {
	color: #000;
	text-decoration: none;
	font: normal normal 11px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.form_textarea {
	color: #000;
	text-decoration: none;
	font: normal normal 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	width: 350px;
	height: 100px;
}

.submit_button {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.form_required {
	color: #ff3333;
	text-decoration: none;
	font: normal normal 9px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}



/* @end */



/* @end */



/* @end */
