html, body {
	margin: 0;
	padding: 0;
/*	 font: normal 11px/17px "Verdana", sans-serif; */
	line-height: 17px;
}
body { 
	/* font-size: 62.5% ; */ /* 10px / 0.625em */
	font-size: 68.75% ; /* 11px / 0.6875em */
	font-family: "Verdana", sans-serif;
	

}
a {
	color: #0058b2;
	text-decoration: none;	
}

a:focus {
	outline: none;
}


img {
	border: 0;
}
div#header {
	position: relative;
	height: 275px;
	width: 970px;	
}
body.interior div#header {
	height: 323px;
}
/* * * * */

.LangChinese {
	font: normal 1.4em "MingLiU";
}

/* Jump Navigation - Skip Navigation - Accessibility Feature */
.jump-nav ul.nav {
	margin: 0;
	padding: 0;
}
.jump-nav ul.nav li {
	display:inline;
	list-style:none;
}
.jump-nav ul.nav li a {
	position:absolute;
	left:-10000px;
	top:auto;
}
.jump-nav ul.nav li a:focus,
.jump-nav ul.nav li a:active {
	position:static;
	background-color: #FFF; 
	color: black;
	padding: 10px 0px 10px 25px;
	display: block;
	clear: both;
	width: 100%;
	font-size: 1.6em;
} 
/* END Jump Navigation - Skip Navigation  */