html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image:  url(/chinese_shared/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;
	/*line-height: 180%;*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #5f5549; /*font color*/
	background-color: #FFF;
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	background-image:  url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

/*  old unlinked 
div.headertrad {
	background-image:  url(../images/header_bg_trad.jpg);
	background-repeat: no-repeat;
	height: 90px;
}  
*/
#headertrad {
	background-image:url(../images/header_bg_trad.jpg);
	display:block;
	height:90px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
/*  old unlinked 
div.headersim  {
	background-image:  url(../images/header_bg_sim.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
*/
#headersim {
	background-image:url(../images/header_bg_sim.jpg);
	display:block;
	height:90px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
#header img {display: block;}

#strap {
	background-image:  url(../images/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#innerwrapper {
	background-image:  url(../images/bridging_slice.jpg);
	background-repeat: no-repeat;
}

/* LEFT COLUMN NAVIGATION ************************ */

#leftcol {
	float: left;
	width: 210px;
	margin-left: 20px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border: 1px solid #666;
	/*border-left: 1px solid #666;
	border-right: 1px solid #666;*/
	width: 210px;
	background-color: #749OCO; /* background of leftside button color? */
}

#leftcol li a {
	display: block;
	background-image:  url(../images/menu_up.jpg);
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	font-size: 120%; /* makes the nav font a litter larger */
	padding: 4px 0 4px 6px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-image:url(../images/menu_over.jpg);
	font-weight:bold;
	color: #333333; 
}

#leftcol ul ul li  {
	background-color:#7490C0;
	border: none;
	}
#leftcol ul ul li a {
	color:#FFFFFF;
	background-color:#7490C0;
	background-image: none;
	text-decoration:none;
	font-weight:normal;
	border: none;
	padding: 2px 0 2px 15px;
	}
#leftcol ul ul li a:hover, #leftcol ul ul li a:focus {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#7490C0;
	background-image: none;
	font-weight:normal;
	border: none;
	}

#leftcol h2 {  /*top of nav */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #666; /* also top of the menu */
}


#mcafeebox {
	
	padding: 40px 0 20px 45px;
}

/* CONTENT AREAS ************************ */
	
#content {
	width: 440px;
	margin-left: 245px;
}

a {
	text-decoration:underline;
	color:#426193;
	background-color:inherit;
}

a:hover {
	text-decoration:underline;
	color:#7490C0;
	background-color:inherit;
}

h1 {
	color:#1C4E8A;
	font-size: 150%;
	padding: 15px 0;
}

h2 {
	color:#1C4E8A;
	font-size: 125%;
	padding: 18px 0 10px 0;
}

h3 { /* for submenus */
	font-weight: bold;
	font-size: 100%;
	border: 1px solid #999999;
	margin-right: 200px;
	margin-bottom:15px;
	padding: 10px;
	/* background-color:#F2F5F9; */
}

h4 {
	font-size: 100%;
	padding: 5px 0;
}

h5 { /* smaller font */
	font-size: 80%;
	font-weight:normal;
	padding: 10px 0;
}

h6 {
	color:#666666;
	font-size: 120%;
	padding: 10px 10px 10px 10px;
	font-style:italic;
}

p {
	margin: 10px 0;
	line-height: 150%;
}

#content ul, #content ol {
	padding-left: 30px;
	}

#content ol ol {
	list-style-type: lower-alpha;	
	}

/* TABLE STYLES **************************** */

table 	{
	background-color:#D8E1EB;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 70%; */
	border: 1px #5f5549 solid;
	margin: 30px;
	margin: 0px;
	border-collapse:	collapse;
	}

tr.header {
	color:#47689E;
	font-weight:bold;
	font-size:110%;
	background-color:#DDE4EE;
	}
	
tr.alternate{
	background-color:#F2F5F9;
	}

tr.white{
	background-color:#FFFFFF;
	}

table.clear	{
	background-color:#FFF;
	border: none;
	border-collapse:	collapse;
	}



/* FOOTER STYLING ************************ */

#footer {
	background-image:  url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-size: 100%;
	/*float: right;*/
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px 0 0 0;
}
#footer p a {
	text-decoration:none;
	color: #FFFFFF;
}
#footer p a:hover, #footer p a:focus {
	color: #DBDBDB;
}
.left {
	float: left;
	border: 1px solid #777;
	padding:3px;
	margin: 5px 10px 2px 0;
}
.right {
	float: right;
	border: 1px solid #777;
	padding:3px;
	margin: 5px 10px 2px 0;
}