/* global reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:middle;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end global reset */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}


/* page structure*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #e5f5ff url(../images/bg-01.jpg) top  repeat-x;
}
#wrapper {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 900px;
	height: 98px;
	background:url(../images/h-01.png) top left no-repeat;
}
#header div {
	float: right;
	text-align: right;
	margin-top: 18px;
}
#banner {
	width: 900px;
	height: 242px;
	background:url(../images/bnr-01.jpg) top center no-repeat;
}
#say {
	padding-top: 35px;
	padding-left: 185px;
	width: 245px;
	text-align: center;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color:#0066CC;
}
#bannertxt {
	width: 600px;
	padding-left: 300px;
	padding-top: 50px;
	font-size: 24px;
	font-weight: bold;
}
#content {
	width: 900px;
	height: auto;
	border: #99CCFF 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 800px;
	height: auto;
	margin: 20px;
	margin-left:auto;
	margin-right: auto;
}
#footer p {
	font-size: 11px;
	color: #000;
	text-align: center !important;
}
/* typo */
h1 span {
	display: none;
}
.headermenu {
	font-size: 12px;
	color: #ffffff;
}
.headermenu a {
	padding: 8px;
	color: #ffffff;
	text-decoration: none;
}
.headermenu a:hover {
	text-decoration: underline;
	color:#66CCFF;
}
.redtext {
	color:#CC0000;
}
.box {
	width: 197px;
	height: 115px;
	background:url(../images/bg-03.png) center center no-repeat;
	margin: 10px 0px 10px 22px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.boxcontent {
	padding: 20px 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
}
.footertext {
	color: #000000;	
}
.footertext a {
	font-size: 11px;
	color: #000000;
	padding: 8px;
	text-decoration: none;
}
.footertext a:hover {
	text-decoration: underline;
	color:#003399;
}

/* subpages style */

#sub_container {
	background: #fff;
	width:818px;
	margin-left:auto;
	margin-right:auto;
	border: #99CCFF 1px solid;
	padding: 20px 40px;
}

#default_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 10px 5px 10px;
}

#default_content td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


#default_content A{
	color: #003399;
	text-decoration: none;
}#default_content .header {
	color: #006699;
	text-decoration: none;
}
#default_content h1 {
	color:#3366CC;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#default_content .highlight {
	font-weight:bold;
	color: #000066;
}
/* end subpages style */
