@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #063b60;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #063b60;
}

a:hover {
	color: #cce422;
}

div#distance { 
	margin-top: 40px;
	width: 1px;           
	float: left;          
}

div#content {
	position: relative;
	text-align: left;
	width: 600px;
	margin: 0 auto;
	clear: left;
}

div#menu {
	width: 100px;
	height: 100%;
	text-align: right;
	float: left;
	padding-right: 30px;
}

div#menu img {
	padding-top:6px;
	padding-bottom:6px;
}

div#textContent {
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
	color: #063b60;
	width: 394px;
	margin-bottom: 20px;
}

td#text{
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	padding-right: 38px;
	padding-top: 10px;
	padding-left: 38px;
	padding-bottom: 11px;
}

td#footer {
	font-size: 10px;
	color: #ebebeb;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 13px;
	padding-right: 32px;
	padding-left: 40px;
}

td#footer a, a:visited {
	text-decoration: none;
	color: #a4a4a4;
}

td#footer a:hover {
	color: #cce422;
}

div#languageMenu {
	font-size: 10px;
	color: #ebebeb;
	float: right;
}

div#languageMenu img {
	margin-bottom: -2px;
	margin-left: 2px;
	margin-right: 2px;
}

ul#ullist {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

li {
	padding-bottom: 15px;
	padding-left: 23px;
	background-image: url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: 0 0em;	
}
