/*@charset "GB2312";*/
/* Web page body style */
body{
	background-color:#e3e3e3;
	font-family:Arial;
	margin:0;
	border:0;
	padding:0;
	margin-top: 20px;
}

/* The logo table format */
#logoTable{
	background-color:#e3e3e3;
	width: 850px;
	height: 45px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
}

/* The content table format */
#contentTable{
	background-image:url(images/contentTableBckg.png);
	background-repeat:no-repeat;
	vertical-align:top;
	border:0;
	margin-left:auto; 
	margin-right:auto;
}

/* Service name format */
#middleTitleStyle{
	height:80px;
	font-size:18px;
	color:#FFA622;
	font-weight:300;
	padding-left:20px;
}

/* Scrollable text area base */
#textScrollBoxBase {
	width: 460px;
	height: 280px;
	background-image:url(images/textScrollBoxBckg.png);
	background-repeat:no-repeat;
	overflow: auto;
	position: absolute;
	margin: 0.3em auto;
	/*padding: 10px;*/
	padding-left:10px;
	padding-right:10px;
}

/* Scrollable text area base(no right bar) */
#textScrollBoxBaseNoRightBar {
	width: 460px;
	height: 300px;
	background-image:url(images/textScrollBoxBckgNoRightBar.png);
	background-repeat:no-repeat;
	overflow: auto;
	position: absolute;
	margin: 0.3em auto;
	/*padding: 10px;*/
	padding-left:10px;
	padding-right:10px;
}

/* The font style of the text inside the text area */
#textScrollBoxFontStyle{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight:500;
	line-height:140%;
	color:#686868;
}

/* The navigation list (3rd column) style */
#navigationAlign{
	vertical-align:top;
	vertical-align:text-top;
}

/* Service bullit style */
#serviceBullit{
	font-size:18px;
	font-weight:300;
	color:#0033cc;
}

#serviceBullit a:link, #serviceBullit a:visited{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#0033cc;
}

#serviceBullit a:hover, #serviceBullit a:active{
	color:#941100;
}

/* Service Chinese character bullit style */
#serviceCHNBullit{
	font-size:16px;
	font-weight:300;
	color:#0033cc;
}

#serviceCHNBullit a:link, #serviceCHNBullit a:visited{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#0033cc;
}

#serviceCHNBullit a:hover, #serviceCHNBullit a:active{
	color:#941100;
}



/* Navigation - Large text(no link) format */
#navigationLarge{
	height:16px;
	font-size:14px;
	font-weight:600;
	margin:0;
	border:0;
	padding-left: 0;
	padding-bottom:4px;
}

#navigationLarge a:link, #navigationLarge a:visited{
	display:block;
	text-align:left;
	text-decoration:none;
	color:#686868;
}

#navigationLarge a:hover, #navigationLarge a:active{
	color:#941100;
}

/* Navigation - Small text(with link) format */
#navigationSmall{
	height:16px;
	font-size:11px;
	font-weight:100;
	margin:0;
	border:0;
	/*padding-left: 3px;*/
}

#navigationSmall a:link, #navigationSmall a:visited{
	display:block;
	border: 0px outset;
	text-align:left;
	padding:0px;
	text-decoration:none;
	color:#941100;
}

#navigationSmall a:hover, #navigationSmall a:active{
	color:#941100;
}

/* CHN_Navigation - Small text(with link) format */
#navigationCHNSmall{
	height:16px;
	font-size:12px;
	font-weight:100;
	margin:0;
	border:0;
	/*padding-left: 3px;*/
}

#navigationCHNSmall a:link, #navigationCHNSmall a:visited{
	display:block;
	border: 0px outset;
	text-align:left;
	padding:0px;
	text-decoration:none;
	color:#941100;
}

#navigationCHNSmall a:hover, #navigationCHNSmall a:active{
	color:#941100;
}

/* Language switch options format */
#languageAlign{
	vertical-align:text-bottom;
}

#languageStyle{
	height:16px;
	font-size:12px;
	font-weight:500;
	margin:0;
	border:0;
	/*padding-left: 5px;*/
}

#languageStyle a:link, #languageStyle a:visited{
	display:block;
	border: 0px outset;
	text-align:left;
	padding:4px;
	text-decoration:none;
	color:#686868;
}

#languageStyle a:hover, #languageStyle a:active{
	color:#941100;
}


/* Copyright line format */
#copyrightLineStyle{
	background-color:#e3e3e3;
	width: 850px;
	height: 20px;
	font-size:11px;
	color:#4D4D4D;
	margin-left:auto;
	margin-right:auto;
}

