/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;}
a:link,a:visited {font-size:12px;text-decoration:none;}
a:hover {}



/*页面层容器*/
#container {width:800px;margin:10px auto}

/*页面头部*/
#header {width:800px;margin:0 auto;background:#fff url(images/logo.gif) no-repeat}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;margin:0 6px;display:block;line-height:28px}
.menuDiv {width:1px;height:28px;background:#999}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{font-weight:bold;color:#0000ff}

#banner {
 background:url(images/header1.jpg) 0 10px no-repeat; /*??????*/
 width:800px; /*??????*/
 margin:auto; /*???*/
 height:166px; /*????*/
 border-bottom:7px solid #EFEFEF; /*????????*/
 clear:both /*????*/
}


/*页面主体*/
#pagebody {
width:800px;
margin:8 auto;
background:url(images/page-top.jpg) no-repeat top;
border-bottom:3px solid #65A2FD;
clear:both;
float:left;


}
#sidebar {
	width:192px;
	text-align:left;
	float:left;
	clear:left;
	overflow:hidden;
	margin-top: 38px;
	line-height: 24px;
	border-right:3px #65A2FD solid;
	border-left:4px #65A2FD solid;
	background:#F0F7EF;
	/*padding-bottom: 32767px;
    margin-bottom: -32767px; 
	padding-bottom: 2500px;
    margin-bottom: -2500px;*/
	
}

#sidebar ul{list-style-type: none; margin:0px;padding-left:0px }
#sidebar ul li {
	margin:0px;
	padding-right:3px;
	display:block;
	line-height:28px;
	text-align:right;
	background-image: url(images/line1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#sidebar ul li a:link,#sidebar ul li a:visited {font-weight: bold;color:#0000ff;font:14px;
	}
#sidebar ul li a:hover{
	color:#990033;
	font-size: 12px;
	font-weight: bold;
}





#mainbody {
 width:598px;
 text-align:left;
 float:right; /*????*/
 clear:right; /*?????????*/
 margin-top: 38px;
 overflow:hidden;
 border-right:3px solid #65A2FD;
 background:#F0F7EF;
}

#mainbody p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:6px;
}

#pdf {
	float: right;
	margin: 6px;
	}
#pdf a {
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: underline;}
#contact a {
	text-transform: lowercase;
	text-decoration: underline;
}




#mainbody h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #0000FF;
	text-align: center;
}
#mainbody h2 {
	font-size: 16px;
	text-transform: capitalize;
	color: #65A2FD;
	margin-left: 6px;
	padding-top:16px;
}

#mainbody a {color: #65A2FD;
font-size: 16px;}
#mainbody a:link,#mainbody a:visited {color:#0000ff;font:16px;
	}
#mainbody a:hover{
	color:#990033;
	font-size: 16px;
	font-weight: bold;
}

#main-menu {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	margin: 6px;
	color: #000000;
	background-image: url(images/line3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main-left {
	width:55%;
	height:150px;
	font-size: 12px;
	margin: 5px;
	float:left;
}

#main-right {
width:40%;
height:150px;
float:right;
margin: 5px;
clear:right;

}

.img-text {
	margin: 10px;
	float: left;
}






/*页面底部*/
#footer {
width:800px;
margin:3px 0px auto;
height:90px;
background:url(images/line2.jpg) repeat-x;
clear:both}
#footer p {text-align:center;padding:3px;}
