body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	
		
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	
    /*color: #072FCF;
	text-decoration: underline;*/ /*edited by yang*/
	color: #000000;
    
}
a:hover {
    color: #072FCF;
    color: #000000;
    text-decoration: none;
}
.main {
	width: 960px;
	margin: 0px auto;
}
.page, .header, .header-img {
	width: 960px;
	float: left;
}
.topmenu {
	width: 958px;
	height: 44px;
	float: left;
	border-left: solid 2px #000000;
	
	background-image: url(../images/toprept5.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
	position: fixed; /*edited by yang*/

}
.topmenu ul {
	height: 44px;
	list-style-type: none;
}
.topmenu ul li {
	height: 44px;
	float: left;
	padding: 0px 14px;
	border-right: solid 2px #000000;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 44px;
	/*color: #000000;*/ /*edited by yang*/
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu ul li a:hover {
	text-decoration: underline;
}
.slogan-area {
	width: 960px;
	height: 52px;
	float: left;
	padding-top: 39px;
}
.slogan-area h1 {
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
	color: #414141;
	float: left;
	margin-left: 20px;
}
.slogan-area p {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	color: #414141;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.content {
	width: 960px;
	float: left;
	/*padding: 42px 0px 28px 0px;*/ /*edited by yang*/
	padding: 45px 0px 28px 0px; /*top, ,right, bottom and left*/
}
.content_top {
	width: 960px;
	height: 190px;
	float: left;
	/*padding: 42px 0px 28px 0px;*/ /*edited by yang*/
	
	padding-top: 42px;
	padding-bottom: 0px;
	/*margin-bottom: 20px;*/

}
.left-panel {
	/*width: 249px;*/ /*edited by yang*/
	width: 170px;
	float: left;
	padding-left: 5px;
	
	padding-top: 30px; /*edited by yang*/
	position: fixed; /*edited by yang*/

}
.left-panel h2 {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}
.left-panel ul {
	padding-left: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: none;
}
.left-panel ul li {
	/*margin-bottom: 29px;*//*edited by yang*/
	margin-bottom: 15px;
}
.left-panel ul li a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.left-panel ul li a:hover {
	text-decoration: none;
}
.right-panel {
	/*width: 674px;*//*edited by yang*/
	width: 730px;
	float: right;
	padding-top: 30px; /*edited by yang*/
}
.right-panel p {
	line-height: 180%;
	margin-left: 5px;
	
}


/*edited by yang*/
.right-panel h1 {
	font-size: 28px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
	
	padding-bottom: 5px;
	padding-left: 20px;

	margin-bottom: 25px;
	margin-bottom: 15px;
	margin-top: 18px; /*18 -> 18 -(font 28-font 14) = 4*/
	margin-top: 4px; /*18 -> 18 -(font 28-font 14) = 4*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}




.right-panel ol li {
	margin-left: 20px;
	margin-bottom: 5px;
	/*padding-left: 20px;*/

}

.right-panel ol li a {
	font-size: 25px;
}
.right-panel ol li p {
	/*line-height: 180%;*/
	margin-left: 5px;
}

/*.right-panel ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	

}

.right-panel ul li a {
	font-size: 25px;
}
.right-panel ul li p {
	margin-left: 5px;
}*/


/*edited by yang*/
.title {
	font-size: 26px;
	line-height: 100%;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 11px;
	padding-left: 20px;
	
	/*margin-bottom: 25px;*//*edited by yang*/
	margin-bottom: 15px;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.footer {
	font-size: 12px;
	font-style: italic;
	line-height: 90px;
	color: #000000;
	text-align: center;
	width: 960px;
	height: 90px;
	float: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3f3f3f;
}
