
* {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

body {
	background-color: #8c8c8c;
	padding-top: 50px;
}

#main_menu {
	width: 870px;
	height: 30px;
	margin: 0 auto;
	padding-right: 30px;
	right: 0px;
}

#main_menu a {
	font-size: 17px;
	/*letter-spacing: -0.05px;*/
	text-decoration: none;
	height: 30px;

}

#main_menu a:hover {
	color: #d5dac9;
}

#main_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

#main_menu li {
	float: left;
	padding: 0px;
	/*padding-bottom: 8px;*/
	margin-right: 20px;
	height: 30px;
}

.main_menu_ a {
	color: #354728;
}

.main_menu_selected {
	background-image: url(../images/main_menu_track.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.main_menu_selected a {
	color: #d5dac9;
}

#page_header {
	position: relative;
	width: 900px;
	height: 300px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/header_background.gif);
}

#language {
	position: absolute;
	color: #71a875;
	top: 18px;
	text-align: right;
	width: 100%;
	padding-right: 30px;
}

#language a:hover {
	color: #b4d2b6;
}

.language_ {
	color: #71a875;
	text-decoration: none;
}

.language_selected {
	color: #b4d2b6;
	text-decoration: none;
}

#page_header_content_spacer {
	height: 18px;
}

#page_content {
	position: relative;
	width: 870px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 15px;
}

#left_menu {
	width: 120px;
	background-image: url(../images/left_menu_back.gif);
	height: 420px;
	float: left;
	font-size: 12px;
	color: #00451f;
}

#left_menu a {
	text-decoration: none;
	color: #00451f;
	font-size: 12px;
	padding-left: 25px;
}

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

.left_menu_selected {
	background-image: url(../images/left_menu_track.gif);
	background-repeat: no-repeat;
}

.left_menu_a_selected {
	text-decoration: underline;
}

#content {
	top: 0px;
	float: right;
	width: 710px;
	padding: 10px;
	color: #62643d;
	font-size: 12px;
}

#content p {
	font-size: 12px;
	text-indent: 10px;
	text-align: justify;
}

#content hr {
	color: #8ecea9;
	background-color: #8ecea9;
	height: 2px;
	margin-top: 35px;
	margin-bottom: 20px;
	border: 0px;
}

#content a {
	font-size: 12px;
	color: #62643d;
}

#content td {
	text-align: center;
}

#title {
	color: #848e6c;
	font-size: 26px;
	height: 40px;
	letter-spacing: -0.9px;
	text-align: right;
	background-image: url(../images/title_track.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 0px;
	right: 25px;
	padding-top: 5px;
}

#footer_pre {
	margin-top: 7px;
}

#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

#feedback {
	width: 400px;
	margin-left: 250px;
}

#feedback div {
	margin-bottom: 10px;
}

#feedback span {
	font-weight: bold;
}

#feedback input, textarea {
	border: 1px solid #8ecea9;
	padding: 1px;
	width: 200px;
}

#feedback textarea {
	height: 70px;
}

#feedback input[type=submit], input.submit {
	color: white;
	width: 200px;
	background-color: #62643d;
	border: 1px solid #62643d;
	font-weight: bold;
}

.content_img {
	border: 1px solid #8c8c8c;
}
