body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, 新細明體;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px #B2BCC6;
	height: 5em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#footer {
	position: absolute                                                               ;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.8em;
	background-color: #FFFFFF;
	color: #000000;
	border-top: #000000;
	text-align: right;
}
#footer h4 {
	color: #000000;
	font: 10px Times New Roman, Times, serif;
	text-align: right
}
#nav {
	position: absolute;
	top: 12em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font:Arial
	font-size: 80%,
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 130% Arial, 新細明體, Times, serif;
	color:#660033
}
h2 {
	font: 80% Arial, 新細明體, Times, serif;
	color:#CC0000
}
h3 {
	font: 110%, 標楷體, Bold, Times, serif;
	color:#660033
}
h4 {
	font: 80% Arial, 新細明體, Times, serif;
	color:#3300FF
}
#content p {
	font-size: 80%;
	line-height: 1.3em; 
	padding-left: 1.2em;
	font: Arial, 新細明體, Times, serif;
}
hr {
	border: none;
	background-color: #ADD8E6;
	color: #20B2AA;
	height: 1px;
	width: 100%;
}
.datatable1 {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.datatable1 td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable1 th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable1 caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable1 tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.hilite {
	background-color: #FFFFCC;
	color: #B22222;
}