/* CSS Document */

a:link, a:visited {
	color: #018BC1;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
body {
	line-height: 20px;
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	background: url(images/bckg.jpg) top repeat-x #0A8FDE;
	margin-left: 0;
}
h1 {
	margin: 0;
	padding: 0;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
iframe {
	border: 1px solid #666666;
}
img {
	border-width: 0;
}


.content {
	border: 1px solid #666666;
	margin: 0 auto 0 auto;
	width: 1000px;
}
.header {
	background: #000000 url(images/header_bckg.jpg) no-repeat top right;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 100%;
}
.header p.language a {
	float: right;
	margin-right: 10px;
	margin-top: 0;
	color: #CCCCCC;
	text-decoration: none;
}
.footer {
	background: url(images/footer_bckg.jpg) #424E4F;
	height: 100px;
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
}
.left_footer {
	float: left;
	padding: 40px 0 0 30px;
	color: #FFFFFF;
	font-size: 12px;
}
.left_footer a {
	color: #FFFFFF;
}
.left_footer a:hover {
	text-decoration: none;
}
.right_footer {
	float: right;
	padding: 40px 30px 0 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}
.right_footer a {
	color: #FFFFFF;
}
.logo {
	padding: 20px 0 0 40px;
	height: 75px;
	color: #999999;
}
.logo span a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.main {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	width: 100%;
}
.menu {
	background: #1098CD url(images/menu_bckg.png) top repeat-x;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #E8E8E8;
}
.menu a {
	display: block;
	float: left;
	width: 124px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding-top: 4px;
	height: 26px;
	border-left: 1px solid #59D2FE;
}
.menu a:hover, .menu a.current {
	background: #006699;
	padding-top: 4px;
	height: 26px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block; 
	float: left;
	list-style: none;
	text-align: center;
}
.text {
	margin: 10px 20px 10px 20px;
	min-height: 300px;
}
.text span.block {
	display: block;
	padding: 10px;
	border: 1px solid #D7D7D7;
	background-color: #F5F5F5;
}
.text ul li {
	list-style: none;
	padding-left: 20px;
	background: url(images/li.gif) no-repeat 0px 7px;
}
