/* CSS Document */
body{
	width:100%;
	height:100%;
	color:#000000;
	font-family:Verdana;
	font-size:0.6em;
	line-height:17px;
	padding:0;
	margin:0;
}
form{
	padding:0;
	margin:0;
}
img{ border:0; }
a{ text-decoration:none; }
h1{
	letter-spacing:0;
	font-family:"Arial Black";
	font-size:1.6em;
	font-weight:normal;
	padding:0;
	margin:0;
}
h2{
	letter-spacing:0;
	font-family:"Arial Black";
	font-size:1.1em;
	font-weight:normal;
	padding:0;
	margin:0;
}
p{
	padding:17px 0 0 0;
	margin:0;
}

#wrapper{
	width:861px;
	margin:0 auto;
	padding:0 12px 0 12px;
	background:url(../img/bg_body.jpg) repeat-y;
}
#wrapper_bottom{
	width:885px;
	height:24px;
	margin:0 auto;
	background:url(../img/bg_footer.jpg) bottom no-repeat;
}

#header{
	width:100%;
	height:453px;
	background:url(../img/bg_header.jpg) top repeat-x;
}
#header .logo{
	float:left;
	margin:19px 0 0 23px;
}
#header .title1, .title2, .title3{
	float:left;
	width:300px;
	height:43px;
	margin:28px 0 0 94px;
}
#header .title1{background:url(../img/1/header_title.jpg) no-repeat;}
#header .title2{width: 321px; background:url(../img/2/header_title.jpg) no-repeat;}
#header .title3{background:url(../img/3/header_title.jpg) no-repeat;}
#header .lang{
	float:left;
	margin:15px 0 0 85px;
}
#header .lang img{
	float:left;
	margin-left:5px;
}
#header .flash{
	float:left;
	clear:both;
	width:100%;
	height:325px;
}
#menu{
	float:left;
	width:100%;
	height:45px;
}
#menu ul{
	list-style:none;
	padding:0;
}
#menu ul li{ float:left; }
#menu ul li.symbol{
	width:2px;
	height:15px;
	background:url('../img/menu_symbol.jpg') no-repeat;
	margin:4px 22px 0 22px;
}
#menu ul li a{ display:block; height:22px; }

#footer{
	width:100%;
	height:50px;
	border-top:1px solid #8d8d8d;
	font-family:Arial;
	font-size:9px;
	font-style:normal;
	text-align:center;
	color:#8d8d8d;
}
#footer ul{
	width:440px;
	margin:15px auto 0 auto;
	padding:0;
	list-style:none;
}
#footer ul li{float:left;}
#footer ul li a {color:#8d8d8d;}
#footer ul li a:hover{color:#004d91;}
#footer ul li a.selected{color:#004d91;}
#footer p{clear:both; padding:0;}

#content{
	width:821px;
	padding:30px 20px 30px 20px;
	overflow:auto;
	background:url(../img/bg_content.jpg) top repeat-x;
}
#content .home_content_left{
	float:left;
	width:310px;
	padding:0 10px 0 0;
}
#content .home_content_middle{
	float:left;
	width:230px;
	padding:0 10px 0 10px;
}
#content .home_content_right{
	float:left;
	width:230px;
	padding:0 0 0 10px;
}
#content .pages_content_left{
	float:left;
	width:260px;
	padding:0 10px 0 0;
}
#content .pages_content_middle{
	float:left;
	width:260px;
	padding:0 10px 0 10px;
}
#content .pages_content_right{
	float:left;
	width:260px;
	padding:0 0 0 10px;
}
#content .home_content_box{
	border-top:1px solid #8d8d8d;
	border-bottom:1px solid #8d8d8d;
	height:26px;
	margin:10px 0 0 0;
	padding:8px 0 0 0;
}

.link1{
	float:left;
	background:url(../img/content_symbol1.jpg) left no-repeat;
	padding:0 0 0 25px;
	font-family:"Arial Black";
	font-size:1.1em;
	font-weight:normal;
}
.link2{
	float:left;
	margin:10px 0 0 0;
	background:url(../img/content_symbol2.jpg) left no-repeat;
	padding:0 0 0 10px;
	font-family:"Arial Black";
	font-size:1.1em;
	font-weight:normal;
}
.links a:hover{text-decoration:underline;}
#marqueecontainer{
	position: relative;
	width: 230px;
	height: 243px;
	margin:17px 0 0 0;
	background-color: white;
	overflow: hidden;
	padding: 2px;
}
.border_left{border-left:1px solid #ffffff;}
.border_right{border-right:1px solid #b7b7b7;}
.gray{color:#979797;}
.blue{color:#16428a;}
.green{color:#009c37;}
.magenta{color:#de0647;}
.orange{color:#f25312;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}