/* CSS Document */

/* <u> fix */
u {
text-decoration:none;
}
/* */

body {
	background-color: #FFFFFF;
	background-image: url(../images/content-bk.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
#container {
	width: 800px;
	border: 1px solid #CC3300;
	margin: 0px auto;
	min-height: 600px;
	background-image: url(../images/container-bk.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#header {
	background-image: url(../images/header-bk2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 148px;
	}
ul#nav {
	font: bold 12px Arial, Helvetica, sans-serif;
	position: relative;
	top: 110px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	}
ul#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	color: #CC0033;
	}
ul#nav li a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
	}
ul#nav li a:hover {
	background-color: #CC0033;
	color: #FFFFFF;
	padding: 3px;
	}
ul#chinese {
	position: relative;
	top: 110px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	margin-bottom: 125px;
	}
ul#chinese li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	color: #CC0033;
	}
ul#chinese li a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
	}
ul#chinese li a:hover {
	background-color: #CC0033;
	color: #FFFFFF;
	padding: 3px;
	}
#content {
	margin-left: 171px;
	margin-right: 171px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/text-bk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px;
	}
h1 {
	margin: 0px;
	font-size: 20px;
	margin-left: 198px;
	color: #CC0033;
	}
h2 {
	font-size: 24px;
	color: #000000;
	border-bottom: 1px solid #CC0033;
	}
h3 {
	font-size: 18px;
	border-bottom: 1px solid #000000;
	}
h4 {
font-size:12px;
color:#CC0033;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}
h5 {
font-size:12px;
color:#CC0033;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}
p strong {
	color: #CC0033;
	}
ul#address {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	_margin-top: 20px; /*IE Hack to make #main border align*/
	list-style:none;
	}
ul#address li {
	margin-bottom: 8px;
	}
.address { /*Contact Us page only*/
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: center;
	}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
td.titles {
	font-weight: bold;
	color: #ffffff;
	background-color: #CC3300;
	}
ol#whatsnew {
	list-style: none;
	margin: 0;
	padding: 0;
	}