/* Styles used for header-footer setup */
body {
	margin:0;
	padding:38px 0 23px 0;
}

div#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:38px;
	background-image:url(images/headerbg.gif);
	background-repeat:repeat-x;
 }
 
div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:23px;
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
}

@media screen {
	body>div#header {
		position:fixed;
	}
	body>div#footer {
		position:fixed;
	}
}

* html body {
	overflow:hidden;
} 

* html div#content {
	height:100%;
	overflow:auto;
}

/* Document styles */
a {
	cursor:pointer;
	color:#000000;
}

a:hover {
	color:#0072AC;
}

h4 { margin-bottom:0; } 
ul { margin-top:0; }

.header {
	height:38px;
	margin-top:12px;
}

.headerSection, .headerSectionSel, .headerTitle {
	color:#000;
	font:bold 14px Verdana,Arial,Helvetica;
	padding:0px 30px 0px 20px;
	float:left;
}

.headerSectionSel {
	color:#0072AC;
}

.headerTitle { margin-top:-6px }

.headerSection a {
	color:#000;
	text-decoration:none;
}

.headerSection a:hover {
	color:#0072AC;
}

.headerChinese {
	padding:0px 20px 0px 0px;
	float:right;
}

.content {
	padding:15px;
	font:normal 14px Verdana,Helvetica,Arial;
	line-height:20px;
}

.footer {
	float:right;
	margin:8px 20px 0px 0px;
	color:#000;
	font:bold 8px Verdana,Helvetica,Arial;
}

.footer a { text-decoration:none; }

h1 {
	color:#0072AC;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.subTitle {
	font-size:15px;
	font-weight:bold;
	margin-top:16px;
}

A.section {
	font-size: 15px;
	font-weight:bold;
}

.frame {
	border:solid 1px black;
	padding:2px;
	float:left;
	margin-right:8px;
	font-size:9px;
	font-style:italic;
	text-align:center;
}

.frame img {
	margin-bottom:3px;
}

.theform {
	margin-top:10px;
}

.errorMsg {
	color:#FF0000;
}
