@charset "iso-8859-1";

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #024B82;
	background-image: url('img/back_site.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

h2 {
	color: #014C83;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #447DC4;
}

a:visited {
	text-decoration: none;
	color: #447DC4;
}

a:hover {
	text-decoration: underline;
	color: #447DC4;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 752px;
}

#header {
	width: 752px;
	height: 126px;
	background-image: url('img/header.gif');
	background-repeat: no-repeat;
}

#main {
	width: 750px;
	height: 320px;
	border: 1px yellow solid;
	border-top: 0px;
	background-color: #F5F6FB;

}

#left {
	float: left;
	width: 250px;
	height:320px;
}

#blocks {
	margin-top: 26px;
	margin-left: 45px;
}

#blocks img {
	margin-bottom: 5px;
}

#flags {
	display: none;
	float: left;
	margin-top: 15px;
	margin-left: 45px;
	font-size: 10px;
}

#content {
	float: left;
	width: 490px;
	height:320px;
}

#text {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 46px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 150%;
}

#text ul, #text li {
	margin:0;
	padding: 0;
}
#text li { margin-left:15px;}

#dashedline {
	height: 1px;
	width: 420px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-image: url('img/dashed_line.gif');
	background-repeat: repeat-x;
}

#bottomtext {
	float:left;
	padding: 10px;
	margin-left: 100px;
	position: relative;
}
