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

body,td,th {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #373737;
}
body {
	background: url(images/index_01.jpg) repeat-x;
	margin: 0;
}
#wrap {
	width: 980px;
	margin: 0 auto 0 auto;
}
#header {
	height: 312px;
}
#header .logo {
	background: url(images/index_07.png) no-repeat;
	width: 340px;
	height: 67px;
	display: block;	
}
#header .cont {
	float: left;
	margin: 48px 0 0 0;
}
#header .txt {
	background: url(images/index_10.png) no-repeat;
	width: 320px;
	height: 118px;
	margin: 5px 0 0 0;
	clear: left;
	color: #21616e;
	text-align: center;
	padding: 10px;
	line-height: 1.4em;
}
#header .img {
	background: url(images/index_04.png) no-repeat;
	width: 615px;
	height: 293px;
	float: right;
	margin: 19px 0 0 0;
}
#sidebar .x1 {
	background: url(images/index_14.jpg) no-repeat;
	width: 230px;
	height: 42px;
}
#sidebar .x2 {
	background: url(images/index_18.jpg) no-repeat;
	width: 230px;
	height: 42px;
}
#sidebar {
	width: 230px;
	float: left;
	margin: 0;
}
#sidebar .body {
	background: #ffffff;
	border: #d6f3fa solid 1px;
	margin: 2px 0 0 0;
}
#sidebar ul {
	margin: 4px;
	padding: 0;
}
#sidebar li {
	list-style-image: url("images/bullet.png");
	list-style-position: inside;
	margin: 0 0 1px 0;
	padding: 4px 0 3px 8px;
}
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
	color: #017c91;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar li a:hover {
	color: #686868;
	text-decoration: none;
	padding: 0 0 0 1px;
}
#sidebar .a1 {
	background: #f3f3f3;
}
#sidebar .a2 {
	background: #f1fdff;
}
#content {
	float: right;
	width: 724px;
	margin: 0 16px 20px 0;
	font: normal 13px Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	text-align: justify;
}
#content h1 {
	font: normal 30px "Times New Roman", Times, serif;
	color: #017c91;
	margin: 0;
	padding: 0;
}
#footer {
	background: url(images/index_20.jpg) repeat-x;
	height: 101px;
	text-align: center;
	clear: both;
	padding: 2px 0 0 0;
	color:#CCC;
}
#footer .logo {
	background: url(images/index_26.png) no-repeat;
	width: 280px;
	height: 60px;
	margin: 0 auto;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #49a2b2;
	text-decoration: none;
}
#footer a:hover {
	color: #6cdcf1;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #118ca3;
	text-decoration: none;
}
a:hover {
	color: #1cb0dc;
	text-decoration: underline;
}