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

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

body{
	margin:0;
	padding:50px;
	position:relative;
}
#logo{
	position:absolute;
	top:0;
	left:0;
}
#container{
	padding-bottom:50px;
	margin:0 auto;
	position:relative;
	width:840px;
}
#paper{
	width:840px;
	margin:0 auto;
}
#paperTop{
	background-image:url(../Common/Images/shadow_top.png);
	background-repeat:no-repeat;
	width:840px;
	height:45px;
}
#paperRepeat{
	background-image:url(../Common/Images/shadow_repeat.png);
	background-repeat:repeat-y;
	width:840px;
}
#paperBottom{
	background-image:url(../Common/Images/shadow_bottom.png);
	background-repeat:no-repeat;
	width:840px;
	height:45px;
	position:relative;
}
#content{
	position:relative;
	width:800px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
}
#main{
	padding:0 100px 5px 100px;
}
.themeStyle{
	font-weight:bold;
}
#heading{
	text-align:center;
	margin:0 0 30px 0;
}
#language{
	position:absolute;
	top:-20px;
	right:0;
	font-weight:bold;
}
a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	border:none;
}
.nav a{
	color:#999999;
}
.current a{
	color:#000000;
}
a:hover{
	color:#59800E;
}
.current a:hover{
	color:#000000;
}
a img{
	border:none;
}
#links{
	position:absolute;
	top:-31px;
	left:-8px;
	width:100px;
	margin:10px 0 0 10px;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	margin:0 0 5px 0;
}
h1{
	font-size:14px;
}
h2{
	font-size:12px;
	margin:0 0 5px 0;
}
h3{
	font-size:10px;
	margin:0 0 3px 0;
}
#main h1{
	border-bottom:1px solid #222222;
}
#main p{
	margin:0 0 20px 0;
}
label, input{
	font-weight:normal;
	color:#666666;
}	
fieldset{
	border:none; 
	padding:0;
}
#siteBy{
	position:absolute;
	right:20px;
	bottom:-10px;
}
