body {
	margin: 0;
	font-family: arial, sans-serif;
	color: #575757;
}

html { font-size: 100%; /* For IE */ }

body { font-size: 0.75em; }

form {margin: 0; border: 0;}

table { 
	font-size: 100%;
	border: 0;
	margin: 5px;
	border-collapse: collapse;
}

table ul li {line-height: 1.3em;}

td {border: 1px solid #efefef; padding: 5px;}

.photos td {text-align: center; padding: 15px; }
.photos td a:link, .photos td a:visited, photos td a:active  {color: #FFF;}
.photos td a:hover  {color: #F00;}

input {font-size: 100%;}

h1 {
	color: #00008b;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 6px;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.2em;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
}

#center h3 {
	padding-top: .5em;
}

.header-en, .header-zh-tw {
	position: relative;
	background-image: url(/images/header-20071031.en.jpg);
	background-repeat: repeat-x;
	height: 202px;
	border: 0;
}

.header-en {
	background-image: url(/images/header-20071031.en.jpg);
}

.header-zh-tw {
	background-image: url(/images/header-20071031.zh-tw.jpg);
}

.header-en img, .header-zh-tw img {display: block;}

.hdrbit {
	background-image: url(/images/hdr_bit.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 110px;
	position: absolute;
	top: 171px; 
	left: 113px;
	border: 0px solid red;
	z-index: 100;
}

.flogo {
	position: absolute;
	top: 36px;
	right: 10px;
}

.logo {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	left: 30px;
	height: 73px;
	width: 205px;
	position: relative;
	}

.lang {
	position: absolute;
	left: 760px;
	top: 176px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	font-size: 14px;
}

.lang a:link, .lang a:visited {color: #fff; text-decoration: none;}
.lang a:hover {color: #fff; text-decoration: underline;}

.footer {
	background-image: url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 62px;
	color: #fff;
	text-align: center;
	padding-top: 23px;
	width: 100%;
	font-size: 12px;
}

html>body .footer {height: 40px;}

.footer a:link, .footer a:visited {color: white; text-decoration: none;}
.footer a:hover {color: white; text-decoration: underline;}

#container {
/* following line was causing nav to be unclickable in IE7 */
	/*position: relative; */
	display: block;
	background: #fff;
	border-left: 200px solid #ffeccd;
	border-right: 180px solid #fff; 
	z-index: -1;
}

html>body #container {z-index: 1;}
*:first-child+html #container {z-index: -1;} 

#inner {
	position: relative;
	display: block;
	margin-left: -200px;
	margin-right: -180px;
	padding: 12px 5px;
	background-image: url(/images/innerbg.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	position: absolute;
	width: 200px;
}


#right {
	float: right;
	position: relative;
	width: 155px;
	top: 5px;
	right: 0px;
	border: 1px solid #efefef;
	padding: 4px 8px;
	-moz-border-radius: 10px;
}

#right a:link {color: #585858; text-decoration: none;}
#right a:visited {color: #868686; text-decoration: none;}
#right a:hover {color: red; text-decoration: underline;}

#center {
	margin-left: 210px;
	margin-right: 190px;
	position: relative;
	display: block;
	padding: 0 8px 10px 8px;
	line-height: 1.4em;
}

#center ul li {
	line-height: 1.5em;
}

#center2 {
	display: block;
	line-height: 1.4em;
	margin-left: 200px;
	position: relative;
	padding: 0 22px 10px 22px;
}

#center2 ul li {
	line-height: 1.5em;
}

.clear {clear:both;}

#tmenu {
	position: absolute;
	top: 178px;
	left: 200px;
	width: 356px;
	font-size: 11px;
}

html>body #tmenu {top: 166px;}

*:first-child+html #tmenu {top: 178px;} 

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

#nav li a {color: #fff; text-decoration: none;}
#nav li a:hover {text-decoration: underline;}

.menu {
	padding-top: 10px;
	width: 196px;
	overflow: hidden;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px
}

.menu li {
	margin: 0;
	margin-left: 6px;
}

.menu a {
	display: block;
	padding: 4px;
	text-decoration: none;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #000000;
}

.menu a:hover {
	color: #0000ff;
	text-decoration: underline;
}

.menu a.selected {
	background-color: #fff;
	color: #000;
	width: 190px;
	border-top: 1px solid #6B7B85;
	border-bottom: 1px solid #6B7B85;
	border-left: 1px solid #6B7B85;
	overflow: hidden;
}

html>body .menu a.selected {width: 181px;}

.newstitle {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

.news {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 125%;
	margin: 3px 0 3px 0;
}

.news a {
	color: #154D4E;
	font-weight: bold;
}

.news a:hover {
	color: #154D4E;
}

.newsdate {
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0;
}

.copyright {
	padding: 4px;
	font-size: 11px;
	width: 99%;
	text-align: center;
	}

#hdrtxt img {
	border: 0;
	position: absolute;
	top: 84px;
	left: 260px;
}

#hdrtxt2 img {
	border: 0;
	position: absolute;
	top: 72px;
	left: 278px;
}

.inlinepic {
	float: left;
	padding: 0 10px 0 1px;
	margin: 3px;
	height: auto;
	position: relative;
	text-align: center;
}

.inlinepic img {
	border: 1px solid #000;
}

td.top {
	vertical-align: top;
}

ul.tight {
	 margin-top: 0;
	 margin-bottom: 0;
	 margin-left: .5em;
	 padding-left: .5em;
}

