body {
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9pt;
	text-align: center;
	background: white;
	margin: 0;
	padding: 0;
	color: #333;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

a {
	text-decoration: underline;
	color: #546fb6;
	font-weight: bold;
}

#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
}

#head {
	position: relative;
	height: 130px;
	background: url('images/top.jpg');
}

#logo {
	position: absolute;
	background: url('images/logo.jpg');
	left: 10px;
	top: 0;
	width: 170px;
	height: 60px;
	color: #4b71b2;
	text-align: right;
	padding: 60px 20px 0 75px;
	font-weight: bold;
	font-size: 10pt;
}

#logo a.home {
	position: absolute;
	display: block;
	text-align: left;
	text-indent: -3000px;
	left: 22px;
	top: 25px;
	width: 225px;
	height: 30px;
}

#lang {
	position: absolute;
	text-align: left;
	left: 8px;
	top: 93px;
	width: 100px;
	height: 20px;
}

#left {
	float: left;
	padding: 0;
	margin: 0;
	width: 245px;
}

#menu {
	width: 245px;
	height: 114px;
	background: url('images/menu_bg.gif');
	padding: 20px 0 0 0;
	text-align: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 14pt;
	font-weight: normal;
	color: white;
	height: 28px;
	padding: 2px 20px 0 30px;
	margin: 0 0 5px 0;
}

#menu a:hover, #menu a.active {
	background: url('images/menu_active.png') top right no-repeat;
	text-align: right;
}

#slideshow {
	position: relative;
	background: url('images/slideshow_bg.gif');
	width: 245px;
	height: 282px;
}

#slideshow img {
	position: absolute;
	top: 17px;
	left: 14px;
}

#content {
	float: left;
	margin: 5px 0 0 7px;
	padding: 15px 0 0 0;
	width: 527px;
	padding: 15px 0 0 0;
	background: url('images/main_bg.jpg') no-repeat;
}

#maincontent {
	background: url('images/main_bg.gif');
	text-align: left;
	padding: 0 10px 10px 15px;
}

#maincontent h1 {
	color: #546fb6;
	font-size: 14pt;
	padding-left: 20px;
}

#maincontent h2 {
	color: #546fb6;
	font-size: 10pt;
	margin: 30px 0 5px 0;
}

#content .footer {
	height: 12px;
	background: url('images/main_footer.gif');
}

#copyright {
	font-size: 8pt;
	color: #777;
	padding: 8px;
	text-align: center;
}

table.lst {
	background: #EEE;
}

table.lst th {
	background: white;
	text-align: center;
	padding-left: 10px;
	color: #bb0423;
}

table.lst td {
	background: white;
	padding-left: 10px;
	text-align: center;
	color: #444;
}

.note {
	padding: 8px 0 0 20px;
	color: #bb0423;
}

p {
	margin: 5px 0 5px 0;
}