@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.8 em;
	background-image:url(../images/bg.jpg);
	font-family: "新細明體";
}
	
div {
	margin-top: 8px;
	line-height: 20px;
	}

h1, h3, h4 {
	font-family:"標楷體", "細明體";
	margin-top: 0px;
}

img {
	border:none;
}

h2 {
	color: #284877;
	font-family:"標楷體", "細明體";
	margin-bottom: 10px;
}

#main {
	width: 760px;
	left:50%;
	margin-left:-380px;
	position:relative;
	background-color:#FFFFFF;
	border:solid #CCCCCC 1px;
}

#top {
	height:50px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-top:30px;
}

#flash_site {
	height:400px;
}

#content {

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	
}

#middle {
	background-position:top;
	background-repeat:no-repeat;
}

#bottom {
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #006699;
	color:#999999;
	background-image:url(../images/bottom.jpg);
	line-height: 17px;
}

#banner {
	height: 170px;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	
}

#left {
	padding-top: 20px;
	line-height: 20px;
	font-size: 15px;
	font-family:"標楷體";
	list-style-type:none;
	background-image:url(../images/smallleft.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

#left {
	padding-left: 20px;
}

#right {
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
	font-size: 12px;
}

.heading1 {
	font-size: 25px;
	font-family:"標楷體", "細明體";
}

.heading2 {
	font-size: 1.2 em;
}

th strong {
	color: #fff;
}
th {
	background: #306bc1  url(../images/button-bg.jpg) repeat-x 0 0; 
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}

#right td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #E5F0FB;
	background-color:#FFFFFF;
}

#right #specified td{
	background-image:url(../images/tableback.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

a, a:visited {
	color: #6C99D8;
	text-decoration:none;
}

a:hover {
	color: #0049B2;
	text-decoration: underline;
}

/* navigation */
#left p {
	margin-left: 5px;
}

#left  ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#left  ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
* html body #left  ul.sidemenu li {
	height: 1%;
}
#left  ul.sidemenu li a {
	text-decoration: none;	
	color: #1773BC;				
}
#left  ul.sidemenu li a:hover {	
	color: #333;
}
#left  ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#left  ul.sidemenu ul li { border: none; }