@charset "iso-8859-2";
body {
	background-color: #dcf4ff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/bg.gif);
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	background-color: #fff;
	width: 862px;
	padding: 7px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	position: relative;
	left: 50%;
	margin-left: -431px;
}
#top {
	width: 100%;
	height: 130px;
}
#top_img {
	float: left;
	width: 107px;
	height: 130px;
	background-image:url(img/top1.jpg);
}
#logo {
	float: left;
	width: 600px;
	height: 130px;
	margin-left: 20px;
	background-image: url(img/logo2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#lang {
	float: right;
	height: 130px;
}
#blue_bg {
	margin-top: 7px;
	background-color: #165a99;
	width: 100%;
	float: left;
}
#white_col {
	background-color: #fff;
	width: 659px;
	float: right;
}
#menu_container {
	float: left;
	width: 203px;
}
#menu_container ul {
	padding: 0;
	margin: 0;
}
#menu_container li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu_container li a:hover {
	background-color: #0c4982;
	cursor:pointer;
}	
#menu_container li a {
	padding-top: 8px;
	padding-left: 22px;
	width: 181px;
	padding-bottom: 8px;
	border-bottom: solid 1px #4d81b1;
	border-top: solid 1px #124885;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image:url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#menu_container #address {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
#footer {
	width: 862px;
	height: 20px;
	padding: 7px;
	color: #59869a;
	position: relative;
	left: 50%;
	margin-left: -431px;
}
#footer #footer_left {
	float: left;
}
#footer #footer_right {
	float: right;
}
#footer a {
	color: #59869a;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
#content {
	float: right;
	width: 610px;
	border: solid 1px #b1d3f2;
	padding: 20px;
	background-color: #fff;
	line-height: 1.4em;
}
#content h1 {
	font-size: 18px;
	color: #666666;
	margin: 0;
	padding: 0;
}
#content img.img_left {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	border: solid 1px #b1d3f2;
	padding: 3px;
}
#content img.img_right {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
	border: solid 1px #b1d3f2;
	padding: 3px;
}
#content a {
	color: #165A99;
	text-decoration: underline;
}
#content a:hover {
	color: #59869a;
	text-decoration: none;
}
