body {
	margin: 0;
	font-family: verdana, "sans serif";
	font-size: 12px;
}

img { border: 0 }

.hidden { display: none; }

/* LAYOUT */

#main {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#hdr {
	position: relative;
	width: 970px;
	height: 140px;
	border-right: 10px solid #FED09D;
}

#logo {
	cursor: pointer;
	width: 250px;
	height: 140px;
}

/* LANG */

#lang {
	position: absolute;
	top: 55px;
	left: 859px;
	padding: 5px 15px;
	font-size: 11px;
}

#lang p { margin: 1px 0; }
#lang a, #lang a:visited { color: black; }

/* MENU 1*/

#menu1_container {
	position: relative;
	width: 920px;
	height: 30px;
	padding-left: 40px;
	border-left: 10px solid #FED09D;
}

.menu1 {
	height: 30px;
	background: #EEF5EE;
}

.menu1 ul {
	margin: 0;
	padding: 0;
}

.menu1 li { 
	list-style-type: none;
	display: block;
	float: left;
	font-weight: bold;
}

.menu1 .l0 { 
	line-height: 30px;
	padding: 0 10px;
	border-left: 1px solid white;
	color: white;
	background: #FF7E0C;
}

.menu1 .l0sel {
	line-height: 30px;
	padding: 0 10px;
	border-left: 1px solid white;
	color: black;
	background: #FED09D;
}

.menu1 .l0 a, .menu1 .l0 a:visited { color: white; text-decoration: none; }
.menu1 .l0sel a, .menu1 .l0sel a:visited { color: black; text-decoration: none; }
.menu1 a:hover { text-decoration: underline !important; }

/* MENU2 */

#menu2 {
	position: relative;
	width: 920px;
	height: 20px;
	padding-left: 50px;
	margin-bottom: 10px;
}

.menu2 ul {
	margin: 0;
	padding: 0;
}

.menu2 li { 
	list-style-type: none;
	display: block;
	float: left;
}

.menu2 .l0 { 
	line-height: 20px;
	padding: 0 10px;
	color: black;
}

.menu2 .l0sel {
	line-height: 20px;
	padding: 0 10px;
	color: #FF7E0C;
	font-weight: bold;
}

.menu2 .l0 a, .menu2 .l0 a:visited { color: black; text-decoration: none; }
.menu2 .l0sel a, .menu2 .l0sel a:visited { color: #FF7E0C; text-decoration: none; font-weight: bold; }
.menu2 a:hover { text-decoration: underline !important; }

/* CONTENT */

#content {
	float: left;
	width: 855px;
	padding-right: 20px;
}

#content a { color: #FF7E0C; }
#content a:visited { color: #FFAC0C }

#content h2 {
	height: 20px;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px;
	background: #FED09D;
	color: #0C2565;
}

/* PARTNERS */

#partners {
	float: left;
	width: 95px;
	text-align: center;
}

#partners p { margin: 0 0 10px 0; }

/* FOOTER */

#footer {
	clear: both;
	margin-top: 40px;
	width: 920px;
	height: 40px;
	border-left: 10px solid #FED09D;
	padding-left: 40px;
	font-size: 11px;
	color: #7D8DA9;
}

.footer_inner {
	position: relative;
	height: 35px;
	background: #EEF5EE;
	padding: 5px 0 0 10px;
}

#footer p { margin: 1px; }
#footer a, #footer a:visited { color: #7D8DA9 }



/******************************************************************************/

@media print {

#main 				{ width: 100%; border: none; }
#hdr 					{ display: none; }
#menu1_container	{ display: none; }
#menu2				{ display: none; }
#partners			{ display: none; }
#content				{ float: none; width: 100%; }
#footer				{ display: none; }
#content h2			{ background-color: transparent; color: black; padding: 0; }
}
