@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}


body {
/* 讓IE8 頁面置中的方法-s*/	
	text-align:center;
/* 讓IE8 頁面置中的方法-e*/	
	background-color: #e8eee4;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FF0;
}
a:active {
	text-decoration: none;
}

a.class1:link {
    color:#063;
	text-decoration: none;
}
a.class1:visited {
	text-decoration: none;
    color:#063;
}
a.class1:hover {
	/*color: #FF0;*/
	text-decoration: underline;
}
a.class1:active {
	text-decoration: none;
}



a.TableLink
{
	color:#00F;
	letter-spacing: 0.5px;
}

a.TableLink:hover 
{
/*	color:#063;*/
	text-decoration: underline;
}
.headline {
	border-left-width: 10px;
	border-left-style: outset;
	border-left-color: #090;
	font-weight: bold;
	color: #003f15;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
}
.headline_link {
	
	color: #003f15;
	border-left-width: 10px;
	border-left-style: outset;
	border-left-color: #090;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
}
.headline_link:hover {
	border-left-width: 10px;
	border-left-style: outset;
	border-left-color: #090;
	font-weight: bold;
	color: #003f15;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-family:  "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", Helvetica, Arial, FreeSans, sans-serif;
*/	
	font-size: 12px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 1px;
	background-color: #FFF;
/*主要消除在 body 中所設定的文字置中設定*/	
	text-align: left;
}
#headerTop {
	background-color: #009346;
	height: 22px;
	text-align: right;
	padding-right: 20px;
	line-height: 22px;
	margin-top: 2px;
	font-size: 12px;

}
#header {
	height: 90px;
}
#headerLeft {
	float: left;
	width: 360px;
	text-align: center;
}
#headerRight {
	float: right;
	width: 620px;
}
#contentMiddle {
	background-image: url(images/BubbleUpperRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]height: 250px; */
}
#contentMiddleI {
	margin-top: 35px;
	margin-left: 370px;
}
#contentMiddleNews {
	color: #063;
	line-height: 2em;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: bolder;
	width: 820px;
	margin-left: 80px;
	margin-top: 10px;
	text-align: justify;
	text-justify:inter-ideograph;
}
#contentBottom {
	background-image: url(images/BubbleLowerLeft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 160px;
}
#contentBottomI {
	width: 650px;
	margin-left: 200px;
	height: 135px;
	padding-top: 25px;
}
#footer {
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	background-color: #009346;
	margin-bottom: 2px;
	color: #FFF;
}
#footerLeft {
	float: left;
	width: 490px;
	text-align: center;
	margin-top: 30px;
}
#footerRight {
	float: right;
	width: 420px;
	margin-top: 22px;
	margin-left: 50px;	
}

#footerRight_E {
	float: right;
	width: 440px;
	margin-top: 22px;
	margin-left: 0px;
}

#footerBottom {
	clear: both;
	text-align: center;
	padding-top: 3px;
}
#Table_E {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
}
#TableNews {
	font-size: 14px;
	color: #063;
	line-height: 2em;
	letter-spacing: 0.5px;
	font-weight: bolder;
}
