/* 机构设置 CSS Document */

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #fafafa;
}


/*通用样式开始*/
A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}
#footmenu A:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footmenu A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footmenu A:hover {
	color: #333333;
	text-decoration: none;
}
#menu A:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu A:hover {
	color: #333333;
	text-decoration: none;
}


/*通用样式开始*/
#page_wrapper /*全局外框*/{
	text-align: left;
	width: 780px;
	font-size: 12px;
	margin-bottom: 2px;
	border: 1px solid #1972b5;
}
#menu {
	text-align: center;
	height: 24px;
	background-color: #99CCFF;
	line-height: 24px;
	margin-bottom: 5px;
}
#left {
	width: 590px;
	margin-bottom: 5px;
	float: left;
	height: 560px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1972b5;
}
#left td {
	text-align: left;
	line-height: 22px;
	font-size: 12px;
	padding-left: 30px;
}
#left #title {
	font-size: 14px;
	line-height: 22px;
	background-color: #CCCCCC;
	color: #FF0000;
	text-align: center;
}
#left #content {
	padding-top: 10px;
	padding-bottom: 30px;
}
#right {
	width: 180px;
	text-align: center;
	float: right;
	height: 560px;
	font-size: 12px;
	line-height: 20px;
	background-color: #0099FF;
}
#right #title {
	font-size: 12px;
	line-height: 30px;
	color: #FF6600;
	text-align: center;
	background-image: url(/Template/pic/500.gif);
	vertical-align: middle;
	font-weight: bold;
}
#right td {
	text-align: left;
	background-image: url(../pic/502.gif);
	line-height: 32px;
	float: left;
	height: 32px;
	width: 180px;
	font-size: 12px;
	padding-left: 30px;
}



#footer {
	text-align: center;
	background-image: url(/Images/button.gif);
	height: 80px;
}
#footmenu {
	text-align: center;
	line-height: 32px;
}
#copyright {
	text-align: center;
	background-image: url(/Images/button.gif);
	height: 80px;
	padding-top: 20px;
}

