@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	/*background:#6DA18B url("img/repeat.gif") repeat-y top center;*/
	font-size:12px;
	font-family:"Microsoft Sans Serif";
	background-color:#BBCED9;
}	


a { color:#E56803; text-decoration:none; }
a:hover { color:#E56803; text-decoration:underline}


#lang{
	width:780px;
	margin:0 auto 0;
	border:0px solid #E4E4E4;
	margin-top:1px;
	margin-bottom:0px;
}
#lang span {
	border:0px solid #E4E4E4;
	padding:0;
	margin:0;
}

#wraper { 
	width:780px;
	margin:0 auto 0;
	border:5px solid #7DACC9;
	margin-top:0px;
	
}
#header {
	background:url(img/header.jpg) no-repeat 0 0 ;
	height:296px;
	width:100%;
}

/*mainmenu*/
#underlinemenu{
	background:url(img/menu_bg.gif) repeat-x 0 0 ;
	margin: 0;
	padding: 0;
	height:30px;
	

}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 0em;
	padding-left: 0;
	font-weight: bold;
	
	border: 0px solid #DFDFDF;
	border-width: 0px 0;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}
#underlinemenu li a{
	margin-left:5px;
 	float:right;
}

#underlinemenu ul li a{
	/*float: right;*/
	color: #000;
	font-weight: bold;
	font-size:14px;
	padding: 5px 6px 9px 6px;
	text-decoration: none;
}

#underlinemenu ul li a:hover{
	background:url(img/menu_bg_hover.gif) repeat-x 0 0 ;
	padding: 5px 6px 9px 6px;
	color: black;
	/*background-color:#FBC444;*/
	/*border-bottom: 4px solid black;*/
}
#underlinemenu ul li.current a{
	background:url(img/menu_bg_hover.gif) repeat-x 0 0 ;
	padding: 5px 6px 9px 6px;
	color: black;
}





/*panel 1*/
#panel1 {
	top:0px;
	background:#E2F1FA url(img/panel1_bg.gif) repeat-x 0 0 ;
	min-height:100px;
	padding:2px 10px 2px 10px;
	line-height:1.4em;

}
#panel2 {
	top:0px;
	background:#F3FEFD url(img/panel2_bg.gif) repeat-x 0 0 ;
	min-height:100px;
	padding:2px 10px 2px 10px;

}





#column-right {
	top:0px;
	background:#92C9EB url(img/right_column_bg.gif) repeat-x 0 0 ;
	height:100%;
	padding:10px;
	text-align:center;
	

}

#column-right img { border:3px solid #FFF; margin:5px;}
#column-right img a:hover{ border:3px solid #000; margin:5px; }





h1{ font-size:18px; font-weight:bold; font-family:Georgia; border-bottom:0px solid #F3F3F3;}
.highlight { font-size:14px; font-weight:bold; color:#E56803}
.highlight2 { font-size:14px; color:#000; border:2px dotted #92C9EB; background-color:#F4FAFB; padding:4px;}

span, p, td{ font-size:14px; font-weight:normal; text-align:justify; }


#footer{
	background:url(img/footer_bg.gif) repeat-x 0 0 ;
	margin: 0;
	padding: 10;
	height:100px;
	width:100%;
}