﻿body 
{
	text-align:center;
	font-size:12px;
	color:#000;
	margin:0 auto;
}


a
{
	color:#000000;
	text-decoration:none;
	text-align: center;
}

a:link
{
	color:#000000;
}

a:hover
{ 
	color:#ff0000;
}

div
{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	padding: 0px;
}

.font_red
{
	color:#b31b1b;
}

.center 
{
	margin: 0 auto;
	width:950px;
	height:auto;
	overflow:hidden;
}

#logo
{
	width:inherit;
	height:200px;
	background:url(../ImgResources/skin/EnglishLogo.jpg);
}

#banner
{
	height: 5px;
	background:#4c4c6b;
}

#menu
{
	width:200px;
	height:auto;
	font-size:14px;
	float:left;
	vertical-align:top;
	background:#f0eee4;
	margin-right:5px;
}

#content
{
	width:740px;
	height:inherit;
	float:right;
	background:#f0eee4;
}

#content #path
{
	width:inherit;
	text-align: left;
	padding-top: 8px;
	font-family:Times New Roman;
	padding-left: 30px;
	height: 30px;
	border-bottom: solid 2px #ccc;
	font-size: 14px;
}
.detail
{
	width:740px;
	padding-top:50px;
	padding-bottom:30px;
}

.detail p
{
	text-align:left;
	font-size:15px;
	vertical-align:top;
	font-family:Verdana;
	margin:10px 70px 30px 50px;
}

.detail p:first-letter
{
	display:inline;
	color: #b31b1b;
	font-size: 200%;
	float:left;
	font-weight: bold;
}

p br
{
	margin-bottom: 10px;
}

#footer
{
	width:100%;
	height:50px;
	float:left;
	background:#b7b9bb;
}

.clear
{
	clear:both;
	height: 5px;
	font-size:0px;	

}

#menu .list
{
	margin:35px 15px 50px 18px;
}

#menu .list div
{
	text-align:left;
	padding:10px 18px 0px 5px;
	line-height:20px;
}

#menu .list .nav_1
{
	font-size: 16px;
	border-bottom:solid 2px #ccc;
	color:#222;
}

#menu .list .up
{
	background-image:url(../ImgResources/skin/arrow_up.gif);
	background-position:97% 50%;
	background-repeat:no-repeat;
	cursor: pointer !important;	
}

#menu .list .down
{
	background-image:url(../ImgResources/skin/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:97% 50%;
	cursor:pointer !important;	
}

#menu .list .nav_2
{
	font-size: 14px;
	border-bottom: dotted 1px #b31b1b;
	background-color: #f7f5f0;
	color: #222;
	padding-left: 20px;
}

#menu .list .current
{
	background-image:url(../ImgResources/skin/arrow_right.gif);
	background-position:97% 50%;
	background-repeat:no-repeat;
	font-weight:bold;
	vertical-align:bottom;
}

