@charset "utf-8";
/* CSS Document */

body{
	background-color:#E8E8E8;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	line-height:16px;
	color:#163395;
	padding:0px;
	margin:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#163395;
	padding:0px;
	margin:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	color:#163395;
	padding:0px;
	margin:0px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-style:italic;
	font-weight:normal;
	line-height:30px;
	color:#1A1A1A;
	padding:0px;
	margin:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#1A1A1A;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}

ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#1A1A1A;
}

a{
	text-decoration:underline;
	color:#163395;
	outline:none;
}

a:hover{
	color:#D72D1D;
	text-decoration:underline;
}

.maincontainer{
	margin:auto;
	width:939px;
}

.background{
	float:left;
	background-image:url(images/bg_strip.gif);
	background-repeat:repeat-y;
	width:939px;
}

.menubar{
	float:left;
	width:939px;
	height:46px;
	margin-top:15px;
	background-image:url(images/menu_bg.gif);
}

.menu_inner{
	float:left;
	width:540px;
	height:46px;
	margin-left:400px;
}

.menu_button{
	float:left;
	width:100px;
	height:28px;
	margin:2px;
	padding-top:7px;
	text-align:center;
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
}

.menu:hover{
	text-decoration:none;
	color:#D72D1D;
}

.menu_active{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#D72D1D;
}

.menu_active:hover{
	text-decoration:none;
	color:#D72D1D;
}

.header{
	float:left;
	width:880px;
	height:145px;
	margin-left:30px;
	margin-top:5px;
}

.header_inner{
	float:right;
	width:165px;
	height:30px;
	margin-top:190px;
	margin-right:10px;
}

.header_logo{
	float:left;
	width:190px;
	height:130px;
	background-image:url(images/logo.jpg);
}

.header_info{
	float:left;
	width:305px;
	height:130px;
	margin-top:40px;
	margin-left:385px;
	background-image:url(images/header_info.gif);
	background-repeat:no-repeat;
}

.header2{
	float:left;
	width:880px;
	height:250px;
	margin-left:30px;
	margin-bottom:10px;
	background-image:url(images/banner_cab.jpg);
}

.content{
	float:left;
	width:640px;
	margin-top:10px;
	margin-left:30px;
	padding-right:20px;
	background:#FFF;
}

.sidebar{
	float:left;
	width:200px;
	height:auto;
	margin-top:10px;
	padding-top:0px;
	padding-left:20px;
	border-left:1px solid silver;
}

.sidebar_header{
	float:left;
	height:25px;
	width:200px;
	margin-top:10px;	
}

.sidebar_inner{
	float:left;
	width:200px;
	height:185px;
	margin-top:10px;
	background-color:#FFF;
}

.footer{
	float:left;
	width:940px;
	height:40px;
	background-image:url(images/footer_strip.gif);
}

.footer_inner{
	float:left;
	width:240px;
	height:20px;
	margin-top:-10px;
	margin-left:660px;
}

.article{
	float:left;
	width:658px;
	background:red;
}

.articel_inner_left{
	float:left;
	width:164px;
	height:900px;
	background:yellow;
	
}

.space{
	float:left;
	width:200px;
	height:20px;
}

.space5px{
	float:left;
	width:200px;
	height:5px;
}

.space_content{
	float:left;
	width:400px;
	height:20px;
}

.space_content5px{
	float:left;
	width:400px;
	height:5px;
}
	
