﻿@charset "utf-8";

/* CSS Document */
html *
{
	padding:0;
	margin:0
}

body
{
	background-color:#023930;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}
#ft{display:none}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.default
{
	margin:auto;
	width:1003px;
	height:auto
}

.header { }

.header img
{
	border:0;
	float:left
}

.hrs
{
	background:url(zl_03.gif) repeat-x;
	height:31px;
}

.content { margin:0 5px 5px 20px; }

.main
{
	float:left;
	width:505px;
	height:452px;
	margin:0;
	_margin:-3px;
}

.leftpane
{
	float:left;
	width:43px;
	height:280px;
	margin:0;
	_margin:-3px;
	background:url(anli_01.gif) no-repeat;
}

.mainpane
{
	margin:0 auto;
	height:280px;
	background:url(anli_02.gif) repeat-x
}

.mainpane img
{
	margin-top:25px;
	margin-left:5px
}

.rightpane
{
	float:right;
	width:143px;
	height:260px;
	margin:0;
	_margin:-3px;
	background:url(anli_04.gif) no-repeat;
	padding-top:20px;
}

.rightpane img
{
	margin-top:5px;
	margin-left:5px;
	float:left;
	border:0;
	height:32px;
	width:50px;
}

.clear
{
	clear:both;
	font-size:0;
	height:0
}

.maincontent { padding:20px; }

.nav
{
	float:right;
	width:240px;
	height:452px;
	margin:0;
	_margin:-3px;
}

.submenu{ width:198px; margin:3px auto; background:url(right_middle.gif); height:auto}
.submenu span{ height:10px; display:block}
.submenu h3{ margin:2px 10px; border-bottom:2px solid #FFFF00; padding-left:10px; color:#FFFF00}
.submenu ul{ margin:5px 10px;}
.submenu ul li{ list-style:none; font-weight:bold; padding-left:15px; font-size:14px}
.submenu ul li a{display:block; line-height:25px; color:#CCCCCC;}
.menu
{
	margin:0 auto;
	height:452px;
	background-color:#184239;
	width:222px;
	float:right;
}

.menupane
{
	scrollbar-face-color: #7dc32c;
	margin: 5px;
	scrollbar-highlight-color: #7dc32c;
	scrollbar-shadow-color: #7dc32c;
	scrollbar-3dlight-color: #7dc32c;
	scrollbar-arrow-color: #023830;
	scrollbar-track-color: #023830;
	scrollbar-darkshadow-color: #7dc32c;
	overflow:auto;
	height:350px;
	width:200px;
	padding:5px 5px 5px 10px;
}

.menupane dl{ padding:5px;line-height:20px; color:#FFFF00; font-weight:bold;}
.menupane dt{ padding-left:15px; background:url(mid.gif) center left no-repeat; line-height:20px; height:20px; color:#CCCCCC; font-weight:normal;}
.menupane dt a{ color:#CCCCCC;}

.footer
{
	background:#006633;
	font-size:10px;
	line-height:15px;
	text-align:center
}

.footer a{ color:#fff}
