@charset "utf-8";
/* CSS Document */

body {
margin:10px 0 0 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.sitemap {
margin:0 auto;
width:970px;
}

.sitemap a:link {
text-decoration:none;
color:#666;
}
.sitemap a:visited {
text-decoration:none;
color:#666;
}
.sitemap a:hover {
text-decoration:underline;
color:#333;
}
.sitemap a:active {
text-decoration:underline;
color:#333;
}

.block {
float:left;
margin:10px;
width:220px;
}

.block1 {
float:left;
margin:10px;
width:950px;
}

.block_title {
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	color:#C70000;
	line-height:190%;
	width:212px;
	padding-right:10px;
	background:url(images/title_bg2.png) right top no-repeat;
}
.block_title a:link {
text-decoration:none;
color:#C70000;
}
.block_title a:visited {
text-decoration:none;
color:#C70000;
}
.block_title a:hover {
text-decoration:underline;
color:#C70000;
}
.block_title a:active {
text-decoration:underline;
color:#C70000;
}

.block_title1 {
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	color:#C70000;
	line-height:190%;
	width:932px;
	padding-right:10px;
	background:url(images/title_bg2.png) right top no-repeat;
}
.block_title1 a {
text-decoration:none;
color:#C70000;
}

.block_content {
	width:200px;
	padding:5px 10px 10px 10px;
	border:1px solid #E5E5E5;
	font-size:12px;
}

.block_content1 {
	width:920px;
	padding:5px 10px 10px 10px;
	border:1px solid #E5E5E5;
	font-size:12px;
	height:170px;
}

.block_content1 span {
float:left;
padding-right:40px;
}

.sitemap ul {
list-style:url(images/ul_style.gif);
margin:0 0 0 15px;
padding:0;
}

.sitemap img {
float:left;
}

.line {
	float:left;
	width:970px;
	height:20px;
	border-bottom:1px dashed #CCC;
}
