﻿body{
	font-size:12px;
	font-family:Verdana;
}
.page{
	width:950px;
	margin:0px auto;
}
.header{
	height:245px; 
	border:1px #0099CC solid; 
	margin-bottom:2px;
}
.nav {
	width:948px;
	height:45px;
	border:1px #0099CC solid;
	margin:3px 0px;
	}
.nav  .menu{
	width:935px; 
	clear:both; 
	margin-top:1px;
	float:left;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
}
.nav .menu li{
	float:left; 
	height:42px;
	line-height:38px; 
	font-size:25px;
	font-weight:bold; 
	text-align:center;
	margin-left:12px;
	list-style-type:none; 

}
.nav .menu li a{
	padding:0px;
	display:block;
    font-weight:bold;
	font-size:25px;
	text-decoration:none;
}
.nav .menu li a:hover{
	text-decoration:underline;
}
.contentleft{
	width:200px; 
	float:left; 
	border:1px #0099CC solid;
}
.cate h2{
	font-size:14px; 
	background:#099; 
	color:white; 
	height:25px;
	padding-left:10px; 
	line-height:28px;
}
.cate li{
	font-size:14px;
	list-style-type:square; 
	line-height:25px;
	font-weight:blod;
}
.contentright{
	width:740px;
	float:right; 
	border:1px #0099CC solid;
	padding-left:4px;
}
.contentright p{
    font-size:14px;
}
.contentright h2{
    color:blue;
}
.contentright h3{
    color:red;
}
.contentright ol,li{
    font-size:16px;
	font-weight:normal;
}
.contentright h1{
    text-align:center;
	color:blue;
}
.footer{
	height:150px; 
	clear:both; 
	text-align:left; 
	background:#099; 
	margin-top:3px;
	border:1px #0099CC solid;
}
.footer p{
	font-size:14px;}


