/* General css settings */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* Center content for IE */
	background-color: #FFFFFF;
}

body, td, li, p {
	color: #6C5634;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}

div, span {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	outline: 0;
}

a:link {
	color: #F08231;
}

a:visited {
	color: #F08231;
}

a:active {
	color: #F08231;
}

a:hover {
	color: #6C5634;
}

h1 {
	color: #F08231;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

h2 {
	color: #F08231;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #F08231;
}

h3 {
	color: #F08231;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

h4 {
	color: #6C5634;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
}

h5 {
	color: #F08231;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	color: #6C5634;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

/* Main boxes */
.container {
	width: 820px;
	margin-left: auto; /* Center content standard */
	margin-right: auto; /* Center content standard */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /* Content left again (@see body) */
}

.logo {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 60px 0px;
}

.language {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
}

.language a {
	color: #6C5634;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	outline: 0;
}

.language a:link {
	color: #6C5634;
}

.language a:visited {
	color: #6C5634;
}

.language a:active {
	color: #6C5634;
}

.language a:hover {
	color: #666666;
}

.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
}

.navigation a {
	color: #6C5634;
	font-family: Lucida Sans Unicode, Lucida Grande, Georgia, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	outline: 0;
}

.navigation a:link {
	color: #6C5634;
}

.navigation a:visited {
	color: #6C5634;
}

.navigation a:active {
	color: #6C5634;
}

.navigation a:hover {
	color: #F08231;
}

.navigation_item {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 6px 0px;
}

.navigation_item_last {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 11px 6px 0px;
}

.content {
	clear: both;
	width: 760px;
	margin: 0px 0px 20px 0px;
	padding: 30px 20px 30px 20px;
	border: 10px solid #efede6;
	text-align: left;
}

.tooltip {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
	background-color: #ffffff;
	border: 2px solid #efede6;
	text-align: left;
}
