body {
	background-color: #152333;
	text-align:center;
	margin:0 auto;
}
body, td, th {
	font-family:Tahoma;
	font-size: 11px;
	color:#6ebccd;
}
a, img {
	border:none;
}
a{
	color:#6ebccd;
	text-decoration:none;
}

/* 顶部 */

#header{
	width:780px;
	height:150px;
	text-align:left;
	margin:25px auto 0px auto;
}

/* 登录 */
#login{
	margin:0 auto;
	width:780px;
	height:22px;
	text-align:right;
}
.loginput{
	width:100px;
	height:12px;
	border:1px solid #1f5a76;
	background:#152333;
	color:#f0f0f0;
	font-size:12px;
}
#login a{
	padding:1px 4px;
}
#login a:hover{
	background:#1f5a76;
}
#login .y{
	color:#fc0;
	font-weight:bold;
}

/* 菜单 */
/*
#nav{
	width:100%;
	height:24px;
	background:#737373;
	text-align:center;
	font-size:14px;
}*/
.download{
	width:780px;
	margin:0 auto;
	text-align:left;
	height:24px;
	color:#6ebccd;
	font-weight:bold;
	line-height:24px;
	list-style-type: none;
	float:none;
}
.download li{
	display:inline;
	margin:0 5px;
}
.download a{
	height:20px;
	padding:2px 5px;
	color:#6ebccd;
	text-decoration:none;
}
.download a:hover{
	color:#737373;
	background:#6ebccd;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
#container{
	width:780px;
	background:#1f5a76;
	margin:10px auto;
	padding:20px 20px;
	text-align:center;
}

#subnav{
	width:770px;
	height:24px;
	background:#737373;
	text-align:left;
	line-height:24px;
	margin:0 auto 10px auto;
	padding:0 5px;
	font-weight:bold;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#subnav .green{
	color:#6ebccd;
}
#subnav .white{
	color:#fff;
}
#subnav img{
	float:left;
	padding:0 5px 0 0;
}
#clear{
	clear:both;
}
/* 左侧菜单 */
#menu{
	width:200px;
	float:left;
	padding:20px 0 0 0;
}
.menu_ul{
}
.menu_li{
	font-size:14px;
	width:70px;
	line-height:26px;
	background:url(../images/line.gif) left bottom repeat-x;
	list-style-type: none;
	margin:0 5px;
	display:inline;
}
#menu_t{
    width:140px;
	color:#000;
	background:#737373;
	padding:0 10px;
	text-align:left;
	font-weight:bold;
	height:22px;
	line-height:22px;
	font-size:14px;
}
#menu a{
	padding:0 4px;
}
#menu a:hover{
	background:#152333;
}

/* 右侧内容 */
#box{
	margin:20px 0 0 0;
	width:550px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6ebccd;
	padding:0 0 0 20px;
	font-size:14px;
	text-align:left;
	color:#6ebccd;
}
#box p
{
    color:#6ebccd;
    font-size:12px;
}
#box.tt{
	text-align:center;
	font-weight:bold;
}

/* 页尾 */
#footer_copyright{
    clear:both;
	width:780px;
	height:80px;
	line-height:40px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}
#footer_copyright a{
	color:#fff;
	text-decoration:none;
}
#footer_copyright a:hover{
	text-decoration:underline;
}
td
{
    font-size:12px;
    }
