@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #dfe9f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0073ae;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0073ae;
}
a:hover {
	text-decoration: none;
	color: #6da7d0;
}
a:active {
	text-decoration: underline;
	color: #0073ae;
}	

#main{
	background-image:url(../img/main_bg.gif);
	background-repeat:repeat-y;
	width:768px;
	margin:50px auto;
}

#top{
	height:123px;
	width:768px;
	margin-bottom:20px;
}

#logo img{
	border:0px;
}
#logo{
	float:left;
}
#buttons{
	background-image:url(../img/buttons_bg.gif);
	height:23px;
	width:422px;
	float:left;
	padding-top:70px;
	background-repeat:no-repeat;
}

#buttons img{
	float:left;
	margin:0px;
	padding:0px;
}
#content{
	padding-left:40px;
	text-align:justify;
	margin-right:105px;
	line-height:18px;
	padding-bottom:0px;
	margin-bottom:10px;
	padding-right:25px;
	height:245px;
	overflow:auto;
	scrollbar-face-color : #E3E3E3; 
	scrollbar-shadow-color : #E3E3E3; 
	scrollbar-3dlight-color : #C9C9C9; /**/
	scrollbar-darkshadow-color : #C9C9C9; 
	scrollbar-track-color : #f7f7f7; 
	scrollbar-arrow-color : #345baa;
	scrollbar-highlight-color:#E3E3E3;
}
#bg_image{
	top:200px;
}
#footer{
	height:90px;
	width:640px;
	background-color:#006EAB;
}
#languages{
	background-image:url(../img/languages_bg.gif);
	padding-bottom:0px;
	text-align:right;
}
#languages img{
	padding-left:5px;
	border:0px;
}
#copyright{
	background-color: #dfe9f3;
	padding-left:40px;
	color:#0073AE;
}
.cleaner{
	clear:both;
}
