@charset "UTF-8";

body  {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	height: 100%;
	background-color: #DDE1EA;
}

img {
	border: 0;
}

a {
	color: #0D6BA5;
}

a:hover {
	color: #03678C;
}

a:visited {
	color: #480DA5;
}

#wrapper { 
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	-webkit-box-shadow:5px 2px 5px #DDE1EA;
	box-shadow:5px 2px 5px #DDE1EA;
	height: 100%;
	background-image: url(/static/wrapper_bg.png);
}



#header {
	height: 145px;
	background: url(/static/header_background.jpg) no-repeat;
	
}


#nav {
	float: left;
	width: 25%;
	background: url(/static/nav_background.jpg) no-repeat;	
	height: 100%;
	min-height: 574px;

}

#nav ul {
	margin: 0;
padding: 5px 0;
list-style: none;
}

#nav li {
 margin: 10px 0;

padding: 5px 15px;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
text-shadow: 0px 1px 1px black;
	background-color: #038DBE;
	background-color: rgba(3,141,190,0.69);
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#main {
	float: left;
	width: 55%;
	background-color: #FAFAFD;
	min-height: 574px;
}

#content {
	padding: 5px 10px;
}

#main table {
	font-size: 12px;
	padding: 10px;
}

#longtext {
}

#longtext p {
	padding: 5px 10px;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 20%;
	min-height: 574px;
	height: 100%;
	text-align: center;
	color: white;
	background: #038DBE url(/static/sidebar_bg.png) repeat-x;
}



#footer {
	border-top: #BF032F 5px solid;
	clear: both;
	background-color: #038DBE;
	color: white;
	font-size: 10px;
	
}


#videoplayer {
	text-align: center;
	padding: 10px 0;
}

.mainSlogan {
	padding: 0px 25px 0 25px;
	text-shadow: 0px 1px 1px #A5E7FD;
	font-size: 20px;
	color: #03678C;

}
.mainSlogan:nth-child(even) {
	text-align: right;
	padding-top: 0;
	margin: 0 0;
}

.legend {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #03678C;

}

.logo {
	padding: 20px 0 0 15px;
}

#partners {
	background-color: black;
	clear: both;
	padding: 3px 0 0 25%;
}

#blackBox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: url(/static/blackBox_bg.png) repeat-x;
	background-color: black;
}

#sidebar a {
	margin: 5px;
	color: white;
	text-decoration: none;
	display: block;
}

#sidebar a:visited {
	color: whitesmoke;
}

#blackBox legend {
	color: white;
	text-align: center;
	display: block;
	font-size: 10px;
}

h1 {
		color: #03678C;
	font-size: 18px;
	border-bottom: 2px dashed #03678C;
	padding: 5px 10px;
	margin: 0;
}

h2 {
	color: #03678C;
	font-size: 15px;
	padding: 5px 5px;
		border-bottom: 1px dashed #03678C;

}
h3 {
	color: black;
	font-size: 14px;
	padding: 5px 5px;
	text-decoration: underline;
}

#equivotherlang {
	text-decoration: none;
	color: white;
	font-size: 12px;
	left: 700px;
	bottom: 16px;
	position: relative;
}
#equivotherlang:hover {
	text-decoration: underline;
}
