/* CSS Document */
BODY {
	margin: 0;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #00529b;
}
a {
	text-decoration: none;
	font-weight:bold;
	color: #00529b;
}
a:hover, a:active{
	text-decoration: none;
	font-weight:normal;
	color: #00529b;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 40px;
	line-height: 18px;
	font-weight:normal;
	color: #00529b;
	line-height:38px;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #00529b;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	color: #00529b;
	font-weight: bold;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 990px;
	text-align: left;
}
#left {
	width: 454px;
	float:left;
	height: 500px;
}
.logo {
	position: absolute;
	top: 19px;
	left: 23px;
}
#bgmenu {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 454px;
}
#menu {
	position:absolute;
	top: 57px;
	left: 484px;
	width: 144px;
	height: 124px;
	z-index:2;
}
#content {
	position: absolute;
	top: 0;
	left: 628px;
	width:335px;
	padding: 79px 0 0 27px;
	float:left;
}
#main {
	border-left: 1px solid #00529b;
	padding:41px 0 0 10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#language {
	position: absolute;
	top: 30px;
	left: 665px;
}


