/*  total width: 1020px with 20px top and bottom margin
    left sidebar: 160px with left and right padding of 10px each so a total width of 180px
    right sidebar: 300px (no margin or padding)
    main content: 1020px - 180px (left sidebar) - 300px (right sidebar)
                  = 540px - 2px (left and right borders) - 20 px (left and right padding) = 518px       
*/
body,
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrap selector */
}
* {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 1020px;
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#hdrLeft {
	float: left;
	width: 165px;
	padding-left: 130px;
}
div#hdrLeft a:hover {
	text-decoration: none
}
#hdrCenter {
	position: relative;
	top: 31px;
	margin: 0 420px 0 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 24px;
	color: #999999;
}
#hdrRight {
	float: right;
	width: 290px;
	margin-top: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#hdrBar {
	clear: both;
}
#hdrBarLeft {
	padding: 0 153px 0 0;
}
#hdrBarRight {
	float: right;
	width: 153px;
	text-align: center;
	background-color: #ca4e30;
}
div#hdrBarRight a:link {
	color: #FFF;
}
#content {
	clear: both;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.pjtTitle {
	margin: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 5px 10px;
	font-size: 150%;
	font-weight: normal;
	color: #000000;
}
div.sidebarRight img {
	padding-left: 10px;
}
.pjtDescr {
	padding: 0 10px 0 10px;
}
.mainContent {
	margin: 0 300px 0 180px;
	padding: 0 10px 10px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 100%;
	line-height: 140%;
}
div.mainContent h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #CA4E30;
}
div.mainContent a:link {
	color: #CA4E30;
}
div.mainContent p a:link {
	color: #CA4E30;
}
div.mainContent ul > li {
	padding-top: 0;
}
#footer {
	clear: both;
	margin: 0;
	border: none;
	padding: 5px 10px;
	background-color: #666666;
	font-size: 130%;
	font-weight: normal;
	color: #00CCFF;
	text-align: center;
}
.sidebarLeft {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 10px 0 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
}
div.sidebarLeft h1 {
	color:#000000;
}
div.sidebarLeft ul {
	padding: 5px 0 10px 10px;
}
div.sidebarLeft ul li {
	list-style: none;
}
.chinese {
	font-size: 130%;
	font-weight: 100;
}
.sidebarRight {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 140%;
}
div.sidebarRight h1 {
	padding: 10px 10px 0 10px;
	font-weight: normal;
}
div.sidebarRight p {
	padding: 18px 10px 0 10px;
	text-align: left;
	margin: 0;
}
div.sidebarRight table {
	margin: 0;
	border: none;
	padding: 0;
}
div.sidebarRight td {
	vertical-align: top;
}
.emphasis {
	color: #999999;
	font-weight: strong;
}
h1 {
	padding-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 150%;
	color: #CA4E30;
}
h2 {
	padding-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 130%;
	color: #000000;
}
p {
	margin: 16px 0 0 0;
}
p.blueLead {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #666699;
}
p.decore:first-letter {
	font-size: 24px;
}
img {
	border: none;
	float: left;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a.more {
	font-weight: normal;
	color: #00CCFF;
	font-size: 80%;
}
a.more:link {
	color: #00CCFF;
}
.quotation {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #339966;
	margin: 18px 18px 0 40px;
	line-height: 18px;
	text-indent: -6px;
}
.signature {
	font-style: italic;
	margin: 18px 0 0 150px;
}
ul {
	list-style-type: disc;
	padding-left: 18px;
	padding-top: 10px;
}
li {

}
ul.plainList {
	list-style-type: none;
	padding-left: 30px;
}
ul.plainList li {
	text-indent: -20px;
}
