HTML { overflow-y: scroll; }

BODY, TABLE, DIV, A, UL, LI, SPAN {
	margin: 0;
	padding: 0;
}

BODY {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #006666;
	background-image: url("images/bg_body.png");
	background-repeat:	repeat-x;
	background-position: top;
}

IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

INPUT {	margin: 2px 0; }

TABLE {
	border-collapse: collapse;
	border: 0;
}

TD, TH { padding: 5px 4px; vertical-align: top; }

A:link, A:visited { color: #006666;}
A:hover, A:active { color: #76B1B1;}

H1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #006666;
	text-transform: uppercase;
}

H2 { font-size: 14px; margin: 0; padding: 0;}

H3 { font-size: 12px; margin: 10px 0; }

P {
	text-align: justify;
	margin: 1em 0;
	padding: 0;
}

UL {
	margin: 1em 0;
}

LI {
	padding: 3px 0;
	list-style-image: url('images/bullet.gif');
}

#page {
	width: 776px;
	margin: 57px auto;
	background: #FFF url('images/bg_page.gif') no-repeat top left;
}

#header {
	height: 132px;
	background: url('images/bg_header.jpg') no-repeat top left;
}

#logohead {
	margin: 0 27px;
	padding: 23px 0;
}

.langselect {
	position: relative;
	top: -396px;
	float: right;
	z-index: 200;
	padding: 0 33px 0 0;
}

.langselect A {
	text-decoration: none;
}

#leftcol {
	clear: both;
	float: left;
	width: 192px;
	height: 334px;
}

#menu {
	width: 100%;
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 27px 0 0 27px;
}

.menuitem { margin: 0.3em 0; }

.clear { clear: both; }

#menu A:link, #menu A:visited { color: #006666; text-decoration: none; }
#menu A:hover, #menu A:active { color: #76B1B1; text-decoration: none; }

#main {
	float: right;
	width: 584px;
	height: 314px;
	padding: 15px 0 0 0;
}

.title {
	position: relative;
	float: left;
	top: -56px;
	font-size: 18px;
	color: #FFF;
	z-index: 100;
	padding: 0 0 0 28px;
}

#content {
	clear: both;
	position: absolute;
	float: left;
	width: 524px;
	padding: 0 33px 0 27px;
	margin: 0;
	z-index: 90;
}

#content TABLE { margin: 0; }

#contact TABLE { width: 100%; }

#contact TD {
	padding: 1px 4px;
}

#partners {
	padding: 90px 0 0 27px;
}

#partners DIV { margin: 3px 0;}

#footer {
	clear: both;
	height: 43px;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0 0 0;
	background: #006666 url('images/bg_footer.gif') no-repeat top left;
	font-size: 11px;
	color: #FFF;
}

#footer A:link, #footer A:visited {
	color: #76B1B1;
}
#footer A:hover, #footer A:active {
	color: #FFF;
}
