body
{
    background-image: url(/images/bg.png);
    background-repeat: repeat-x;
    background-position: center top;
}
p
{
	margin: 12px 24px  22px 24px;
	font-family: "微軟正黑體";
	font-size: medium;
	color: #000000;                /*預設#000000*/ 
	font-weight: bold;
}
h1   /*綠橫條*/
{
	color: #003333;               /*預設#003333*/
	font-weight: bold;
	letter-spacing: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #4EC300 ;
	width: 650px;  /*綠橫條的長度*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: inherit;
}
h2
{
    padding: 12px 0 4px 24px;
font-weight:bold;
    color: #34d;              /*預設#34d*/      
    font-size:20px;
    background:  url('/images/m/star.png') no-repeat;
    background-position:0px 14px;
}
h3
{
padding-top:12px;
    color: #679;            /*預設#679*/          
    border-bottom: 1px solid #679;
}
h4{
	padding: 0 0 0 24px;
	font-size: medium;
	font-weight: bold;
	font-family: inherit;
}
#wrapper  /*上端橫幅*/
{
    background: Black url('/images/bg-wrapper1.jpg') no-repeat center;
    height: 130px;
}
#header   /* 關於MENU按鈕*/
{
    width: 1140px;  /*按鈕與LOGO水平位置 (預設960)*/
    margin: 0 auto;
    height: 130px;
}
#cssmenu  /* 關於MENU按鈕*/  
{float:right;
margin-top:52px;   /*按鈕與LOGO垂直位置 (預設52)*/
_display:inline;
}
.container
{
    background: url('/images/bg-twocolumns.gif') repeat-y;
    margin-bottom: 20px;
}
.logo                          /*Logo的位置*/
{
    float: left;
    margin: 12px 0 0 00px;     /*高低  左小右大*/
    width: 200px;
    height: 110px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.logo a
{
    display: block;
    overflow: hidden;
    width: 137px;
    height: 110px;
    text-indent: -9999px;
    background: url('/images/HY_logo.png') no-repeat;    /*修改Logo位置*/
}
#footer
{
    background: Black url('/images/bg-wrapper1.jpg') repeat-y center;
    height: 40px;
    text-align: center;
    font-size: 12px;
    padding: 20px;
}
.menu
{
    color: #333;      /*預設#333*/
    width: 100px;
    display: block;
    padding: 4px 7px 4px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
}
ul.defaultul
{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
}
ul.defaultul li
{
	background-image: url(/images/m/dt.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 18px;  
	color: #000000;            /*預設#000000*/ 
	font-family: "微軟正黑體";
	font-size: large;
}
ul.menu li   /*左側MENU*/
{
    font-size: 20px; 
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px dotted #999;
    width: 140px;
}
ul.menu li a:hover, ul.menu li li a:hover, ul.menu li.active li a:hover, ul.menu li.active-trail a, ul.menu li.active-trail li a:hover, ul.menu li.active-trail li.active a
{
	background: #E7E7E7;
	color: green;    /*預設green*/
}
ul.menu li a  /*左側MENU*/
{
    text-decoration: none;
    color: #666;           /*預設666*/
    width: 130px;
    display: block;
    padding: 4px 7px 4px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.cteaser
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    border: 1px solid #300E0D;
    padding: 1px;
    width: 335px;   
    height: 204px;
    margin: 8px 3px 0px 3px;
    padding-top: 5px;
    background-color: #efffef;
    float: left;
}
.cteaser:hover
{
    cursor: Pointer;
    color: black;
    background-color: #9AD623;
}
.summarytext
{
    line-height: 20px;
    word-spacing: 2px;
}
.span-18
{
    padding-top: 20px;
    padding-right: 20px;
}
.span-4
{
    margin-top: 20px !important;
}

.normaltable
{
	border-collapse: collapse;
	text-align: center;
	font-size: large;
}
.normaltable td
{
    text-align: center;
}
.normaltable thead
{
    background: #E8E8E8 url('/images/tab_14xxxxx.html') repeat-x;
    line-height: 36px;
    border: 1px solid black;
}
.normaltable thead td
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
.normaltable tbody td
{
	border: 1px solid black;
	color: #000;               /*預設#000*/    
	font-weight: bold;
	text-align: center;
	font-size: small;
}
.normaltable tbody td a
{
    text-decoration: none;
    font-size: 16px;
}
.normaltable tbody td a:focus
{
    color: #E89400;         /*預設#E89400*/     
}
.span-18
{
	background: #E8E8E8 url('/images/bgmiddle.png') repeat-y;
	font-size: x-small;
	color: #000;           /*預設#000*/
}
