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

#top{ 
	width:1000px; 
	height:100px; 
}
.log{ 
	width:500px; 
	float:left; 
	height:68px; 
	margin-top:20px;
	margin-left:15px;
}
.language{ 
	float:right;
	width:440px; 
	height:30px; 
	line-height:30px;
}
.language a{
	text-decoration:none;
	color:#000;
}
.language a:hover{
	text-decoration:underline;
	color: #C30;
}
#menu{ 
	width:1000px; 
	height:30px; 
	line-height:30px;
	background-color:#930;
}
#menu ul{ 
   list-style-type:none;
}
#menu li{ 
	font-size:11px;
	font-weight:bold; 
	float:left; 
	padding-left:16px;
}
#menu li a{ 
	text-decoration:none; 
	color:#FFF;
}
#menu li a:hover{
	text-decoration: underline;
	color:#000;
}
#body{ 
	width:1000px; 
	height:auto;
}
#body1{ 
	width:760px; 
	padding-left:120px;
	padding-right:120px;
	height:auto; 
	padding-bottom:20px; 
	background:url(../images/bg.gif) repeat-x;
}
.p a:link,.p a:visited{ 
	text-decoration:none; 
	color:#F00;
}
.p a:hover{ 
	text-decoration:underline;
	color:#F00;
}
#body2{ 
	width:760px; 
	height:120px; 
	padding:10px 120px; 
	background-color:#993400;
}
#body3{ 
	width:760px; 
	height:auto; 
	margin:auto;
}
#body2 img{ 
	float:left; 
	margin-right:15px; 
	margin-left:15px;
}
.introduction{ 
	float:left; 
	width:490px; 
	height:auto; 
	margin-left:30px;
	margin-top:20px;
}
#bottom{ 
	width:1000px; 
	height:30px; 
	text-align:center; 
	line-height:30px; 
	margin-top:20px; 
	border-top:2px solid #930;
}
.pdf a{ 
	text-decoration:none; 
	color:#930
}
.pdf a:hover{
	text-decoration:underline; 
	color:#930;
}
.star{
	color:#F00;}
