body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	background-color: #D6D7D9;
	margin: 8px;
}

a {
	color: #AA272D;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 6px 0;
}

label {
	cursor: pointer;
}

#container {
	margin: 0 auto;
	width: 941px;
	border: 8px solid #FFFFFF;
	background-color: #FFFFFF;
}

#languages {
	margin: 0 auto;
	padding-bottom: 4px;
	width: 941px;
	text-align: right;
}

#header {
	height: 173px;
	background-image: url(/images/bg_header_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header .logoContainer {
	width: 212px;
	float: left;
}

#header .logo {
	float: left;
	width: 212px;
	height: 91px;
}

#header .associations {
	float: left;
	width: 190px;
	height: 44px;
	background-color: #ECECEC;
	padding: 11px;
}

#header .associations a {
	display: block;
	color: #6C9604;
	font-style: italic;
	font-size: 10px;
	line-height: 5px;
}

#header .image {
	float: left;
	width: 325px;
	height: 157px;
	margin: 0 3px;
	background-image: url(/images/bg_header_jigsaw.jpg);
	background-repeat: no-repeat;
}

#header .info {
	float: left;
	width: 362px;
	height: 129px;
	background-image: url(/images/bg_header_info.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 14px 18px;
}

#header .info h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#header .info ul {
	margin: 8px 0 0 4px;
	padding: 0;
	list-style: none;
}

#header .info li {
	padding: 4px 0 0 16px;
	background-image: url(/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#header .info a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
#header .info a:hover {
	text-decoration: none;
}

#topNavigation {
	height: 26px;
	line-height: 16px;
	text-align: center;
	border-bottom: 6px solid #ECECEC;
	margin-bottom: 10px;
}

#topNavigation a {
	font-weight: bold;
	color: #4F4F4F;
	padding: 2px 18px;
	text-decoration: none;
	border-left: 1px solid #B2B3B3;
}
#topNavigation a:hover, #topNavigation a strong {
	color: #CD392F;
}

#topNavigation a.first {
	border-left: none;
}

#topNavigation span {
	display: none;
}

#footer {
	background-color: #ECECEC;
	color: #090909;
	font-size: 10px;
	padding: 8px 16px;
	height: 12px;
}

#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;
}
