@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #333333;
	height:100%;
	background-color: #333333;
	background-image: url(../images/bg-body-2.jpg);
}
a {
	color: #145F96;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {border:none;}

div, span, p { padding:0px; margin:0px;}
#outer { width:1000px; margin:auto; height:100%;}
.clear {clear:both;}
.left  {float:left;}
.right {float:right;}
#header {
	width:1000px;
	height:142px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .logo { position:absolute; margin-top:28px; margin-left:50px; }
#header .navigation { position:absolute; margin-top:96px; margin-left:290px;} 
#content {
	background-color: #FFFFFF;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:20px;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #666666;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height:40px;
}
#footer a { color:#666666; text-decoration:none;}
#footer a:hover { color:#000000; text-decoration:none;}
.col1 {width:48%; float:left;}
.col2 {width:48%; float:left; margin-left:20px;}
.col3 {width:73%; float:left; }
.col4 {width:23%; float:left; margin-left:20px;}
.paddingL25 {padding-left:25px;}
.pic1 {border:solid 3px #E5E5E5; padding:2px;}
.ul {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
}
.ul li {
	list-style-type:none;
	display:block;
	border-bottom:silid 1px #000;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 13px;
}
.member  {
	width:30%;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
	font-size:18px;
	 background-color:#CBE2FE; padding:5px; padding-top:10px;
}
.member img {border:solid 1px #E5E5E5; padding:2px; background-color:#FFFFFF;}
.member div { background-color:#CBE2FE; padding:5px;}
.txt-16 {
	font-size: 16px;
	font-weight: bold;
}
.txt-18 {
	font-size: 18px;
	font-weight: bold;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACACA;
	padding-bottom: 15px;
	display: block;
	margin-bottom: 15px;
	height:170px;
	 background-color:#CBE2FE;	
	padding:15px;
}
.ul2 { margin:0px; padding:0px;}
.ul2 li {
	padding-left:40px;
	list-style:none;
	margin-bottom:10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
}
.txt-blue {color:#11578A;}
.textbox {border:solid 1px #CCCCCC; background-color:#FFFFFF; height:24px; padding-left:10px; padding-top:6px; width:250px;}.txt_red {
	color: #BF0000;
}

