* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	background-color: #808080;
	background-image: none;
}

body, td, th {
	font-size: 9pt;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #010066;
}

p {
	margin-bottom: 10px;	
}

a, a:link {
	color: #010066;	
	text-decoration: none;
}

a:hover {
	color: #003300;
	text-decoration: underline;
}

a:active {
	color: #003300;
	text-decoration: underline;
}

img {
	border: 0;
}

#homelink {
	position: absolute;
	width: 185px;
	height: 50px;
	top: 20px;
	left: 20px;
}

#container, #navigation, #header, #content, #separator_top, #separator_bottom, #disclaimer {
	position:absolute;
	left: 120px;
	width: 770px;
}

#container {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-495px;
	margin-top:-315px;
	width:990px;
	height:630px;
	background-image: url(background.jpg);
}

#languages {
	position: absolute;
	top: 60px;
	right: 100px;
	width: 200px;
	height: 20px;
	text-align: right;
}

#languages ul {
	padding-left: 0px;
	margin-top: 0px;
}

#languages li {
	list-style-type: none;
	display: inline;
}

#navigation {
	position: absolute;
	top: 100px;
	height: 20px;
	width: 760px;
	padding-left: 10px;
	line-height: 16pt;
	background-color: #ddd;
}

#navigation a, #navigation a:link {
	color: #000;
}

#navigation a.active, #navigation a:link.active {
	color: #000;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation ul {
	padding-left: 0px;
	margin-top: 0px;
}

#navigation li {
	list-style-type: none;
	float: left;	
}

.separator {
	margin-left: 2px;
	margin-right: 2px;
}

#header {
	top: 125px;
	height: 165px;
}

#separator_top {
	top: 295px;
	height: 2px;
	background-color: #d6d6d6;
}

#content {
	top: 335px; /* 305px */
	height: 265px;
}

#content p {
    margin-top: 5px;
}

#separator_top, #separator_bottom {
	height: 2px;
	background-color: #d6d6d6;
	line-height: 2px;
}

#separator_top {
	top: 295px;
}

#separator_bottom {
	top: 575px;
}

#disclaimer {
	top: 580px;
	height: 20px;
	text-align: right;
}

#partnerbox {
	display: inline-block;
	background-color: #d6d6d6;
	margin-top: 10px;
}

#partnerbox a {
	margin-left: 20px;
	margin-right: 20px;
}

#partnerbox img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_right {
	position: relative;
    float: right;
	border: 1px solid #d6d6d6;
    margin-left: 20px;
	color: #FFF;
	font-size: 8pt;
//    margin-top: 30px;
}

#box_right h1 {
	margin-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 0px;
}

#box_right h2 {
	font-size: 8pt;
	font-weight: bold;
}

#box_right .inside_blue {
	width: 300px;
	background-color: #05296a; /* #44617f; #4e7092; */
	margin: 10px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 8pt;
}

#box_right .inside_blue ul {
	padding-top: 5px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#box_right .pm {
	background-color: #013302;
	margin: 10px;
	overflow: auto;
}	

#box_right .pm_list {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
	width: 175px;
	margin-bottom: 10px;
}

#box_right .pm_list h2 {
	
}

#box_right .pm_list ul {
	margin-top: 10px;
	padding-left: 15px;
}

#box_right .pm_list li {
	margin-right: 5px;
}

#contact_box_left, #contact_box_right {
	position: absolute;
	border: 1px solid #d6d6d6;
	color: #FFF;
	font-size: 9pt;
	width: 320px;
    margin-top: -30px;
    line-height: 9pt;
}

#contact_box_left {
    top: 0px;
    left: 50px;
}

#contact_box_right {
	top: 0px;
    right: 50px;
}

#contact_box_left .inside {
	margin: 10px;
	padding: 10px;
	background-color: #05296a;
}

#contact_box_right .inside {
	margin: 10px;
	padding: 10px;
	background-color: #013302;
}

.disclaimer {
	margin-top: -20px;
    font-size: 8pt;	
}
