@charset "utf-8";
/* CSS Document */

body{
	font-size: small;
	color:#0054A6;

	
}


p {
	color:#0054A6;
	text-align: center;
	font-family: "Arial Unicode MS";
	font-size: medium;
}



li {
margin-bottom:0.5em
}

strong  {
	color:#333333;
	text-align: left;

}



img.c {
	padding:10px;
	margin-right: 30px;
	margin-bottom: 10px;
	float:left;
	border: 2px solid #999999;
}

thead {
	color:#FFFFFF;
	background-color:#0066CC;
	text-align:center;
}

tbody {
	text-align:left;
}

#wrapper {
	width: 800px;
	position: absolute;
	left : 50%;
	margin-left : -400px;
	background-image: url(backgound.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: thick solid #999999;

	
}


#header {
	height: 75px;
	background-image: url(banner.png);
	background-position: center;
	background-repeat: no-repeat;
}
#header img {
	padding: 10px;
}


#header-bar {
	height: 53px;
	background-repeat: no-repeat;
	font-family: "標楷體", "Times New Roman";
}

.eng {
	font-family: "Times New Roman";
	color: #000;
	text-align: center;
}
.chi {
	font-family: "標楷體";
	color: #000;
	text-align: center;
}

.engcontent {
	color: #000;
	text-align: left;
	font-size: medium;
	font-family: "Times New Roman";
}
.chicontent {
	font-family: "標楷體";
	color: #000;
	font-size: medium;
	text-align: left;
}

#big-content {
	width: 800px;
	position:relative;
}

#content {
	position: relative;
	margin-right: 2%;
	margin-left: 2%;
	top:5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: medium;
	overflow:auto;  /*  for i faim */
	height:420px;  /*  for i faim */
	overflow-x:hidden;  /*  for i faim */
	color: #000;
	font-weight: bold;
	text-align: left;
	}

#sidebar {
	position: absolute;
		width:15%;
	top:5px;	/* filter: alpha(opacity=60);  */
	overflow: visible;
 	
}

#sidebar-r {
	position:absolute;
	width:15%;
	top:5px;
	right:0px;
	border:none;
	
}



#footer {
	clear: both;
	padding: 0px;
	background-image: url(lowbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


address {
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	color: #0054A6;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	}
	
	
