body 
{
	margin: 0 auto;
	padding:0;
	width:100%;
	color:#959595;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
	background:#f5f5f5;
}

html, .main {
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

a 
{
	color:#1a3b5c;
	text-decoration:none;
}

.special_url
{
	color:#7ed4de;
	text-decoration:none;
	
}

a:hover
{
	color: #24cbef;
	text-decoration:none;
	font-weight:bold;
}

.code 
{
	
	border: 1px #d8dde3 solid;
	padding:10px;
	background-color: #e7eaef;
	color:#214679;
	
}
span
{
	color: #1a3b5c;
}

.header_title
{
	padding-top: 50px;
	color:#cbdff3;
	text-align:center;
	font-weight:bold;
	font-size:32px;
	height:60px;
	background-color:#1a3b5c;
	
}
.header_current_content
{
	font-size:16px;
	font-weight:bold;
	color:#acd5ff;
	background-color: #7fa4c9;
	height:32px;
}
.header_current_content .text
{
	color:#FFF;
	padding-top:5px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.content 
{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:1024px;
	//height:500px;
	border-left:1px #dde1e5 solid;
	border-right:1px #dde1e5 solid;
	border-bottom:1px #dde1e5 solid;
	background-color:#FFF;

}

.content .bar {
	padding:0;
	float:right;
	width:240px;
}

.article 
{
	width:764px;
	padding:15px 5px 10px 10px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	color: #1a3b5c;
}

.article h1
{
	font-size:20px;
}
.article p
{
	font-size:14px;
}

.article ul {
	font-size: 14px;
}

.article ul li {
	padding:0px 8px 4px 16px;
	background:url(images/li.png) no-repeat left center;
}
ul
{
	list-style-type:none;
}
ul .right_menu 
{
	margin:0;
	padding:0 0 0 16px;
	list-style:none;
	color:#959595;
}
ul.right_menu li 
{
	margin:0;
}
ul.right_menu li 
{
	padding:4px 0;
	width:220px;
}
ul.right_menu li a 
{
	color:#1a3b5c;
	text-decoration:none;
	margin-left:-16px;
	padding:4px 8px 4px 16px;
	background:url(images/li.png) no-repeat left center;
}
ul.right_menu li a:hover
{
	color: #24cbef;
	text-decoration:none;
	font-weight:bold;
	margin-left:-16px;
	padding:4px 8px 4px 16px;
	background:url(images/li.png) no-repeat left center;
}
