body {
	margin: 0;
	font-family: arial, sans-serif;
	color: #575757;
	background-color: #ffffcc;
}

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;}*/

td {border: 1px solid #a4a4a4; padding: 5px; margin: 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;}

th {
	background-color: #006600;
	color: #fff;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

h2 { font-size: 2.1em; line-height: 1.2em;}

h3 { font-size: 1.7em; font-weight: bold; }

h4 { font-size: 1.2em; font-weight: bold; }

ul li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	line-height: 1.6em;
}

.header-en, .header-zh-tw {
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	height: 80px;
}

.lang {
	position: absolute;
	right: 0px;
	top: 10px;
	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;}

/*
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: #ffffcc;
/* changed following line to 145 from 200*/
	
	border-left: 145px solid #ffffcc;
	
	/* was 180 */
	border-right: 210px solid #ffffcc;
	z-index: -1;
}

html>body #container {z-index: 1;}
*:first-child+html #container {z-index: -1;} 

#inner {
	position: relative;
	display: block;

/* was -200 */	
	
	margin-left: -145px;
	margin-right: -180px;
	padding: 12px 5px;
	/*background-image: url(/images/innerbg.jpg);*/
	background-repeat: repeat-y;
}

#left {
	float: left;
	/*position: absolute;*/
	/* was 200px */
	width: 145px;
}

#right {
	float: right;
	position: relative;
	
	 /* was 155 */
	
	width: 202px;
	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 {
/*was 210px;*/
	margin-left: 165px;
/*was 190px */	
	
	margin-right: 250px;
	position: relative;
	display: block;
	padding: 0 8px 10px 8px;
	line-height: 1.4em;
	border: 0px solid red;
}

#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: 26px;
	left: 90px;
	width: 756px;
	font-size: 11px;
	border: 0px solid red;
	
}

html>body #tmenu {top: 22px;}

*:first-child+html #tmenu {top: 32px;} 

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 32px;
	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;}

#nav img {border: 0;}

.menu {
	padding-top: 1px;
	width: 196px;
	overflow: hidden;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 11px
}

.menu li {
	margin: 0;
	margin-left: 6px;
	font-weight: bold;
	list-style-type: none;
  }

.menu ul li li {
	font-weight: normal;
	}

.menu a {
	display: block;
	padding: 1px;
	text-decoration: none;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #006600;
}

.menu a:hover {
	color: #006600;
	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 {
	padding-top: 12px;
	font-weight: bold;
	display: block;
	font-size: 14px;
	text-align: center; 
}

.newstitle {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

.newstitle a {
	color: #00ff00;
	text-align: left;
	display: block;
	padding-bottom: 6px;
}

.newstitle a {
	color: #006600;
}

.story {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.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;
}

.sectiontitle {
	height: 28px; 
	padding-top: 4px;
	border: 0px solid red; 
	width: 100%; 
	text-align: right;
}	


.footerhdr {
	width: 100%; 
	/*background-color: #bbb9a5;*/
	background-color: #567B00;
	color: #fff;
	text-align: center; 
	font-size: 14px; 
	border-bottom: 1px solid #000; 
	border-top: 1px solid #000; 
	height: 20px; 
	padding-top: 6px;
}	

.footer {
	width: 100%; 
	background-color: #C7CCAA; 
	padding: 10px 0; 
	height: 100px;
	border: 0px solid red;
}


.addressblock {
	float: left; 
	text-align: center; 
	width: 33%;
	border: 0px solid red;
}

.photo {
	border: 1px solid #000;
	}

.caption {
	margin-top: 0px;
  margin-bottom: 18px;
}

