@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;
	background-color:#f1ebcb;
}

#outter_header
{
	padding:10px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	background-color:#fff;
}

#inner_header
{
	margin:0px auto;
	height:80px;
	width:800px;
	padding:0px 4px;
}

#logo
{
	height:80px;
	float:left;
	width:140px;
}

#language
{
	float:left;
	width:40px;
	padding-left:620px;
}

#language a.lang, #language a.lang:hover
{
	font-size:10px;
	color:#006388;
}

#language a.selected, #language a.selected:hover
{
	color:#e4d897;
}

#outter_menu
{
	background:url(/images/menu_bg.gif) repeat-x top;
	height:30px;
	width:100%;
	padding:0px 0px 0px 0px;
}

#inner_menu
{
	width:800px;
	height:27px;
	padding:3px 4px 0px 4px;
	margin:0px auto;
}

/*#inner_menu a, #inner_menu a.selected_menu
{
	width:116px;
	text-align:center;
	margin:0px;
	color:#006388;
	display:block;
	float:left;
	height:24px;
	font-weight:bold;
	font-size:14px;
	padding-top:3px;
}*/

/*#inner_menu a:hover, #inner_menu a.selected_menu
{
	color:#fff;
	background:url(/images/bg_selected_menu.jpg) no-repeat top center;
}*/

#inner_menu a, #inner_menu a.selected_menu
{
	text-align:center;
	margin:0px;
	color:#006388;
	display:block;
	float:left;
	height:27px;
	font-weight:bold;
	font-size:14px;
	margin:0px 5px 0px 0px;
}

#inner_menu a span {float:left; background:none; cursor:pointer;}

#inner_menu a span.left, span.right {display:block; width:10px; height:27px;}
#inner_menu a span.center {display:block; padding:3px 5px 0px 5px; height:24px;}

#inner_menu a:hover span.left, #inner_menu a.selected_menu span.left
{
	color:#fff;
	background:url(/images/bg_selected_menu_left.jpg) no-repeat top center;
	display:block;
}

#inner_menu a:hover span.center, #inner_menu a.selected_menu span.center
{
	color:#fff;
	background:url(/images/bg_selected_menu_center.jpg) repeat-x top center;
	display:block;
}

#inner_menu a:hover span.right, #inner_menu a.selected_menu span.right
{
	color:#fff;
	background:url(/images/bg_selected_menu_right.jpg) no-repeat top center;
	display:block;
}

#outter_content
{
	background-color:#f8f5e5;
	width:100%;
}

#inner_content
{
	background:url(/images/bg_inner_container.gif) repeat-y;
	width:794px;
	margin:0px auto;
	padding:0px 7px 20px 7px;
}

#main_content_full
{
	float:left;
	margin-right:10px;
	padding-left:7px;
	width:787px;
}

#main_content
{
	float:left;
	margin-right:10px;
	padding-left:7px;
	width:513px;
}

#panel_right
{
	float:left;
	width:258px;
}

#footer
{
	background:url(/images/bg_lower_bar.gif) repeat-x top;
	padding-top:10px;
	background-color:#f1ebcb;
	padding-bottom:40px;
	text-align:center;
	clear:both;
}

#footnote
{
	color:#006388;
	font-size:10px;
}
