body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	/*height: 3em;*/
	text-align:center;
	background-color:rgb(133,83,34);
}
#content {
	margin-left: 14em;
	margin-right: 0.5em;
	background-color:rgb(194,173,102);
	margin-top: 0.5em;
	padding-left: 7px;
	padding-right: 7px;
	padding-top:1px;
}
.section_header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#content .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color: transparent;
/*	float: right;*/
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#header h2{
	color:#cccccc;
}
#nav {
	position: absolute;
	top: 9em;
	left: 1em;
	width: 12em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
#nav a:hover {
	color: #000000;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
 #content ul{
 	font-size: 80%;
}
#content ul li{
	padding-bottom:10px;
}
.doctable {
/*	border: 1px solid #D6DDE6;*/
	border-collapse: collapse;

}
.doctable td {
/*	border: 1px solid #D6DDE6;	*/
	padding: 4px;
}
.doctable tr {
	border-bottom: 1px dotted #cccccc;
}
.subhead{
	font-size:.80em;
	font-weight:bold;
}
dt{
	font-weight:bold;
	padding-bottom:5px;
}
dd{
	padding-bottom:7px;
	margin-bottom:5px;
	}
#option_defs {
	margin-left: 10px;
}
#option_defs dt {
	font-size:11pt;
	font-weight: bold;
	color: #855322;
}
.updatelist li{
	font-size: 10pt;
	list-style-type: none;
	padding-left: 5px;
	padding-right:5px;
	display:inline;
}
/*for mandarin pages*/
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{font-size:8.0pt;
	font-family:Tahoma;}


.mand{
font-family:DFKai-SB "Times New Roman";
font-size:26px;
}	
#box {
		border:1px solid black;
		margin-top:25px;
		padding:3px;
}
.yellow_bg{
	background-color:#FFFF66;
}
