body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #205017;
	margin: 12px 8px;
}

a {
	color: #D93F00;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 6px 0;
}

label {
	cursor: pointer;
}

ul {
	margin: 0 0 0 2px;
	padding: 0 0 8px 0;
	list-style: none;
}

ul ul {
	padding: 0;
}

ul li {
	background-image: url(/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 2px 0 0 0;
	padding: 0 0 0 8px;
}

ul li li {
	margin-left: 8px;
}

#container {
	margin: 0 auto;
	width: 748px;
	border: 6px solid #FFFFFF;
	background-color: #FFFFFF;
}

#languages {
	margin: 0 auto;
	padding: 0 12px 4px 0;
	width: 760px;
	text-align: right;
	color: #7DA028;
}

#languages a {
	color: #000000;
}

#header {
	height: 170px;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header .logo {
	padding: 14px 0 0 18px;
}

#header .logo h4 {
	margin: -8px 0 18px 80px;
	color: #9F0501;
	font-weight: normal;
	font-size: 11px;
}

#header .image {
	height: 187px;
	width: 436px;
	position: absolute;
/*	top: 48px;*/
	top: 31px;
	margin: 0 0 0 310px;
	background-image: url(/images/bg_header_picture.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#topNavigation {
	height: 27px;
	line-height: 16px;
	text-align: center;
	padding-top: 36px;
	margin-bottom: 16px;
	background-color: #D2DEC8;
}

#topNavigation a {
	color: #9F0501;
	padding: 4px 18px;
	background-image: url(/images/bg_top_nav_separator.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topNavigation a:hover {
	text-decoration: none;
}

#topNavigation a.first {
	background-image: none;
}

#topNavigation span {
	display: none;
}

#footer {
	background-color: #D2DEC8;
	color: #000000;
	font-size: 10px;
	padding: 8px 16px;
	height: 12px;
	margin-top: 16px;
}

#footer .copyright, #footer .creator {
	float: left;
	width: 50%;
}
#footer .creator {
	text-align: right;
	color: #7DA028;
}

#footer .creator a {
	color: #7DA028;
}

#partner {
	margin-top: 10px;
}
#partner a {
	color: #4F4F4F;
}
