body{
	background-color: #fff;
	margin: 0px;
	border-top: 2px #174969 solid;
}

img {
	border: none;
}

/* top container style */
.top_container {
	width: 980px;
	height: 100px;
	margin: 0 auto;
}

.logo_position {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 399px;
}

.chinese_tab {
	float: left;


	margin-left: 465px;

}

.chinese_tab_text {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
}

.top_nav {
	float: right;
	margin-top: 62px;
	margin-left: 20px;
	
}

.margin_right {
	margin-right: 35px;
}

.top_nav_text {
	color: #194c6b;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}

/* middle container style */
.middle_container {
	background-color: #174969;
}

.middle_content {
	width: 980px;
	margin: 0 auto;
	padding: 15px;
}

.dropdown_menu {
	width: 980px;
	margin: 0 auto;
	height: 34px;
}

.homepage_copy {
	width: 980px;
	min-height: 240px;
	padding-top: 10px;
	margin: 0 auto;
}

.left_panel {
	float: left;
	width: 510px;
	margin-top: 30px;
	padding-left: 15px;
}

.right_panel {
	position: relative;
	left: 510px;
	margin-top: 10px;
	margin-left:80px;
	width: 390px;
	background: #c5d1d9;
}

.right_panel_content {
	position: relative;
	top: -160px;
	margin-left: 15px;
	width: 360px;
	height: 225px;
}

.header_style_span {
	font-size: 20px;
	font-weight: normal;
	font-family: verdana;
	color: #fff;
}

.header_style {
	font-size: 14px;
	font-family: arial;
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}

.header2_style {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #174969;
}

.header3_style {
	font-size: 11px;
	font-family: arial;
	color: #174969;
	font-weight: 200;
}

.p_style {
	font-size: 13px;
	font-family: arial;
	text-decoration: underline;
	color: #666666;
}

.p2_style {
	font-size: 10px;
	font-family: arial;
	color: #666666;
	margin-bottom: -8px;
}

.link_style {
	color: #fff;
	text-decoration: underline;
}

/*footer container style */
.footer_container {
	width: 980px;
	margin: 0 auto;
	height: 165px;
}

/* VIA html/css/jquery coded by daniel zhu danielzzhuATgmail.com */
