body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/colorbg.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/headerbg.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #header h2 {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 80px;
	font-size: 12px;
}

.oneColFixCtrHdr #header #logo {
	width:210px;
	height:70px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url();
}
#MenuIndex{
	width:606px;
	height:25px;
	padding-top: 50px;
	margin-left: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header #MenuBar {
	width:501px;
	height:25px;
	padding-top: 50px;
	margin-left: 428px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
 
.oneColFixCtrHdr #footer {
	background-color:#;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*設定右上角選單*/
.oneColFixCtrHdr #container #header #navi ul{
	color:#333333;
	font-size:10px;
	display:inline-table;
	position:relative;
	top:0px;
	right:0px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container #header #navi ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*IE7.6以下和Mac版IE的CSS hack*/
/*MacIE begin\*/
*+html #header #navi ul {height:1%;}
*html #header #navi ul {height:1%;}
#header #navi ul {display:block;}
/*MacIE end*/
.oneColFixCtrHdr #container #header #navi ul li{
padding:0 7px;
list-style:none;
border-left:solid 1px #CCCCCC;
float:left;
}
.oneColFixCtrHdr #container #header #navi ul li.noborder{
border-left:none;
}
/*header 區塊內模擬class設定*/
.oneColFixCtrHdr #container #header #navi ul li a:link,
.oneColFixCtrHdr #container #header #navi ul li a:visited{
color:#333333;
text-decoration:none;
}
.oneColFixCtrHdr #container #header #navi ul li a:hover{ 
color:#FF0000;
text-decoration:underline;
}
/*設定右上角選單結束*/

.oneColFixCtrHdr #container #footer{
	
	width:980px;
	background-color:#CC0000;
	background-image:url();
	background-repeat: repeat-x;
	height:60px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
}
.oneColFixCtrHdr #container #footer #navi ul{
	color:#FFF;
	font-size:10px;
	display:inline-table;
	position:relative;
	top:0px;
	right:0px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container #footer #navi ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*IE7.6以下和Mac版IE的CSS hack*/
/*MacIE begin\*/
*+html #footer #navi ul {height:1%;}
*html #footer #navi ul {height:1%;}
#footer #navi ul {display:block;}
/*MacIE end*/
.oneColFixCtrHdr #container #footer #navi ul li{
padding:0 7px;
list-style:none;
border-left:solid 1px #CCCCCC;
float:left;
}
.oneColFixCtrHdr #container #footer #navi ul li.noborder{
border-left:none;
}
/*header 區塊內模擬class設定*/
.oneColFixCtrHdr #container #footer #navi ul li a:link,
.oneColFixCtrHdr #container #footer #navi ul li a:visited{
color:#FFF;
text-decoration:none;
}
.oneColFixCtrHdr #container #footer #navi ul li a:hover{ 
color:#FF0;
text-decoration:underline;
}


/*版權宣告*/
.oneColFixCtrHdr #container #footer #copyright{
	padding-top: 0px;
	padding-bottom: 0px;
	height: 38px;
	font-size: 9px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	text-align:right;
	float: right;
	color: #CCC;
	padding-left: 0px;
	padding-right: 10px;
}


/*新聞文字*/
.fC00_11_B {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.f000_11 {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
}
.f000_12 {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}
.f000_14 {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
}
.f000_15 {
	color: #000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}
.fFFF_11_B {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
}

.fFFF_12_B {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
}

.fFFF_small_B {
	color: #FFF;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.fFFF_small_B a:link{
	color: #FFF;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.fFFF_small_B a:visited{
	color: #FFF;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.fFFF_small_B a:hover{
	color: #FFF;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.f090_15_B{
	color: #090;
	font-weight: bold;
	font-size: 15px;
}
.f251552_20_B_I {
	color: #251552;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
.f039_14_B {
	color: #039;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration:none;
}
.f039_14_B a:link{
	text-decoration:none;
}
.f039_14_B a:visited{
	text-decoration:none;
}
.f039_14_B a:hover{
	text-decoration:none;
}

.fC00_12_B {
	color: #C00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_14_B {
	color: #C00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_15_B {
	color: #C00;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_16_B {
	color: #C00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_18_B {
	color: #C00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_20_B {
	color: #C00;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.fC00_small_B {
	color: #C00;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.f000_small{
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
}
.f000_x-small{
	color: #000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif; 
}
.f000_medium{
	color: #000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif; 
}

