@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	margin-top: 20px;
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #666666;
}
.thrColAbsHdr #container {
	position: relative; /* 新增 position: relative 可讓您決定兩個邊列相對於這個容器的位置 */
	width: 970px; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	background-image: url(../siteImages/dcnheader.jpg);
	border: 1px solid #333333;
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
} 

/* 含有標題和頁尾之絕對定位邊列的提示：
1. 您必須指定絕對定位 (AP) 元素的頂端和側邊值 (右邊或左邊)。(因此，如果沒有指定頂端值，AP 元素將會按照頁面的來源順序，直接從最後一個項目之後開始。這表示，如果邊列是文件來源順序中 #container 的第一個元素，即使沒有指定頂端值，它們也會顯示在 #container 的頂端。不過，如果它們的來源順序之後由於任何原因而移動，就需要具有頂端值，才能顯示在所需的位置。
2. 絕對定位 (AP) 元素會從文件的流向中移出。這表示，佔據頁面上的適當空間後，周圍的元素不知道它們的存在而且無法進行處理。因此，只有當您確定中間的 #mainContent Div 一定會包含大部分內容時，才應該將 AP Div 當做側邊欄使用。如果任一個邊列即將包含更多內容，該邊列就會超過父 Div 的底部 (在此情況下，頁尾也一樣)，而且邊列似乎不會包含在其中。
3. 如果符合上述需求，絕對定位邊列就可以讓您輕鬆地控制文件的來源順序。
4. 如果來源順序已變更，頂端值就應該要等於標題的高度，因為這樣會讓欄的外觀符合標題。
*/
.thrColAbsHdr #header {
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../siteImages/shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.thrColAbsHdr #header img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColAbsHdr #header h1 {
	margin: 0; /* 將 #header Div 中最後一個元素的邊界調整為零可避免邊界收合 (Div 之間出現的空間，無法解釋)。如果 Div 的周圍具有邊框，這就不是必要動作，因為該項設定也會避免邊界收合 */
	padding: 10px 0;
}

.thrColAbsHdr #navigator {
	border: 1px solid #000000;
	margin: 10px 5px;
	font-size: 12px;
	background-color: #FFFFFF;
}

.thrColAbsHdr #adImage {
    /*border: 1px solid #000000;*/
    margin-left: 209px;
    margin-right: 209px;
    font-weight:bold;
    background: yellow;
    /*padding: 5px;*/
}

.thrColAbsHdr #navigator td{
	text-align:center;
	padding: 5px;
}

.thrColAbsHdr #navigator a:link{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #navigator a:visited{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #navigator a:hover{
	border-bottom: 2px solid #333333;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #navigator a:active{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 170px;
	left: 0;
	width: 150px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 15px;
	background-color: #EBEBEB;
}

.thrColAbsHdr #sidebar1 a:link{
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #sidebar1 a:visited{
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #sidebar1 a:hover{
	border-bottom: 2px solid #333333;
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #sidebar1 a:active{
	color: #ffffff;
	text-decoration: none;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 170px;
	right: 0;
	width: 150px; /* 在符合標準的瀏覽器或 Internet Explorer 的標準模式中，這個 Div 的實際寬度 (除了寬度以外) 將會包含欄位間隔和邊框 */
	background: #EBEBEB; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	padding: 15px;
	text-align:center;
}

.thrColAbsHdr #sidebar2 img {
	border: 1px solid #666666;
}

.thrColAbsHdr #ImageContent {
/*	margin: 10px 10px;  這個 Div 元素的右和左邊界會在頁面的側邊建立兩個外部欄。不論邊列 Div 包含多少內容，欄空間將維持不變。 */
	padding: 0 10px;
	font-family: Tahoma, "細明體";
	height: auto;
}

.thrColAbsHdr #mainContent {
	margin: 0px 200px 10px 200px; /* 這個 Div 元素的右和左邊界會在頁面的側邊建立兩個外部欄。不論邊列 Div 包含多少內容，欄空間將維持不變。 */
	padding: 0 10px;
	font-family: Tahoma, "細明體";
	height: auto;
	margin-top: 149px;
}

.thrColAbsHdr #mainContent p {
	text-align:justify;
	font-size: 16px;
	text-indent: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 25px;
}

.thrColAbsHdr #mainContent h1 {
	font-weight: bold;
	font-size: xx-large;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}

.thrColAbsHdr #mainContent h2 {
	font-weight: bold;
	font-size:medium;
	text-align: right;
}

.thrColAbsHdr #mainContent a:link{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.thrColAbsHdr #mainContent a:visited{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.thrColAbsHdr #mainContent a:hover{
	border-bottom: 2px solid #333333;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.thrColAbsHdr #mainContent a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.thrColAbsHdr #newsImage {
	text-align:center;
	font-size:12px;
}

.thrColAbsHdr #newsImage img{
	border: 1px solid #666666;
	margin: 5px;
}

.thrColAbsHdr #listerContent {
	margin: 0px 200px 10px 200px; /* 這個 Div 元素的右和左邊界會在頁面的側邊建立兩個外部欄。不論邊列 Div 包含多少內容，欄空間將維持不變。 */
	padding: 0 10px;
	font-family: Tahoma, "細明體";
	font-size:16px;
	margin-top: 120px;
}

.thrColAbsHdr #listerContent table{
	border: 1px solid #999999;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.thrColAbsHdr #listerContent tr.main{
	background:#CCCCCC;
	font-weight: bold;
	text-align:center;
}

.thrColAbsHdr #listerContent td{
	padding: 5px;
	border: 1px solid #999999;
}

.thrColAbsHdr #listerContent a:link{
	color:#333333;
	text-decoration: none;
}

.thrColAbsHdr #listerContent a:visited{
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #listerContent a:hover{
	border-bottom: 2px solid #333333;
	color: #333333;
	text-decoration: none;
}

.thrColAbsHdr #listerContent a:active{
	color: #666666;
	text-decoration: none;
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../siteImages/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
