@import url("section.css");
@import url("module.css");
*{margin: 0px;padding: 0px;}
html{margin-bottom: 1px;}
body{background-color: white;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 72%;
padding: 5px 0px 0px 0px;color: #000000;}
h1,h2,h3,h4,h5,h6,p,li{padding-bottom: 10px;}
ul, ol, blockquote{padding-left: 30px;}
a:link, a:visited{color: #CC6600;}
a:hover, a:active{color: #666666;text-decoration: none;}
img{margin: auto;}

h1.page-title{
	font-size: 18px;line-height: 30px;color: #333399;padding-left: 25px;padding-bottom:0px;margin-bottom: 15px;
	background-image: url(../images/icon-title.gif);background-repeat: no-repeat;background-position: left center;
}




div.container{height: auto;width: 780px;margin-right: auto;margin-left: auto;background-image: url(../images/bg-container.gif);background-repeat: repeat-y;background-position: left top;}
div.container div.head{
	height: 100px;
	position: relative;
}
div.container div.head div.l{
	background-image: url(../images/head-l.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 10px;
	left: 0px;
	top: 0px;
}
div.container div.head div.c{
	background-image: url(../images/head-c.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}
div.container div.head div.r{
	background-image: url(../images/head-r.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 10px;
	top: 0px;
	right: 0px;
}
div.container div.topbar{background: #010167; padding-bottom: 5px;}
div.container div.topbar .head-picture{
	position: relative;width: 780px;height: 150px;overflow: hidden;
	background-image: url(../images/bg_pattern.gif);	
}
div.container div.topbar .head-menu{
	position: relative;
	height: auto;
}
div.container div.body{position: relative;}
div.container div.body div.west{
	color: #fff;float: left;width: 200px;margin: 0px;padding: 0px 0px 0px 10px;
}
div.container div.body div.center{
	background-color: #ADC2EA;
	float: right;
	position: relative;
	width: 560px;
	height: auto;
}
div.container div.body div.center div.t{
	height: 10px;
	position: relative;
}
div.container div.body div.center div.t-l{
	background-image: url(../images/body-l-l.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
}
div.container div.body div.center div.t-r{
	background-image: url(../images/body-l-r.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 0px;
	right: 0px;
}
div.container div.body div.center div.b{
	padding-right: 10px;
	padding-left: 10px;
}
div.container div.foot{
	position: relative;
	height: 68px;padding: 0px;
}
div.container div.foot div.l{
	background-image: url(../images/foot-l.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 68px;width: 10px;
	left: 0px;top: 0px;
}
div.container div.foot div.c{
	background-image: url(../images/foot-c.gif);
	background-repeat: no-repeat;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	color: #FFFFFF;
	height: 58px;
	padding-top: 10px;
}
div.container div.foot div.r{
	background-image: url(../images/foot-r.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 68px;
	width: 10px;
	top: 0px;
	right: 0px;
}


div.section-box{
	width: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #3b3d98;
	padding: 0px;
}
div.section-box div.title{
	background-image: url(../images/menubar-bg-link.gif);background-repeat: repeat-x;background-position: left center;
	height: 25px;border-bottom: 1px solid #3b3d98;
}
div.section-box div.title h4{
	line-height: 25px;
	color: #FFFFFF;
	padding-bottom: 0px;
	text-align: center;
}
div.section-box div.content{}


div.langmenu-box{
	position: absolute;width: 40px;height: 11px;right: 10px;bottom: 15px;text-align: right;
}
div.langmenu-box a{
	float: left;
}
div.langmenu-box a img{margin: 0px 2px 0px 2px;}


.clr{clear: both;}
