﻿@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	overflow-y:scroll;
	/* background-image: url(images/background.gif); */
	background-repeat: repeat-x;
	background-position: bottom;
	
}

#header {
	size:auto;
	background-image: url(images/headbanner.png);
	background-repeat: repeat-x;
	text-align: center;

}

#advert {
text-align:center;
	height: auto;
	width: 100%;
	padding: 0px;	 
}


#pageleft {
	height: auto;
	width: 15%; 
	padding: 0px;	 
	float: left;
	font-family: "汉鼎简中楷";
	font-size: 18px;
	text-align:center;	
	
}

#main {
	width: 80%;
	float: right;
	padding: 5px;
	background-image: url(images/background.gif);
}


#sectionLinks{
	margin: 0px;
	padding: 0px;
	float:left;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-family: "汉鼎简中楷";
	font-size: 18px;
	text-align:center;	
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

a:hover{
	text-decoration: underline;
}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
	font-family: "汉鼎简中楷";
}
.tabline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	clear: both;
}
.tab {
	float: left;
	width: 90px; /* adjust tab's size */
	margin-right: 1px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align:center;
	font-family: "汉鼎简中楷";
	font-size: 17px;
	height: auto;
}


.links{
	padding: 5px 2px 2px 5px;
	width:95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu {
	height: auto;
	width: 100%;
	padding: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "汉鼎简中楷";
	font-size: 18px;
	text-align:center;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#footer {
	clear: both;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
