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

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#container-page {
	background: url(image/bg.gif) center repeat-y;
	width:100%;
}


#container-content {
	background: url(image/bg.gif) center repeat-y;
	text-align:left;
	width:900px;
}

#container-content a {
	color: #0066CC;
	font-size:9pt;
	text-decoration: none;
}

#container-content a:hover {
	text-decoration: underline;
}

#container-content ul {
	padding-left:25px;
	margin-right:10px;
	border-bottom:dashed 1px #D7D7D7;
}

#container-content ul p {
	margin:0px;
	padding-bottom:10px;
	}

#container-content li {
	font-size:9pt;
	list-style: square;
	color: #FF6600;
}

#container-content li a {
	padding:0px;
}


/* paragraph */
p {
	margin-bottom:10px;
	margin-left:12px;
	font-size:9pt;
	color:#464646;
	line-height:15pt;
}

span {
	color:#004071;
	font-weight:bold;
	}


h5 {
	padding:0px 0px 2px 10px;
	margin-bottom:10px;
	}
	
.h5_bluebg {
	background:url(image/bar_bg2.gif) repeat-x;
	color:#ffffff;
	}

.h5_lightbg {
	background:url(image/bar_bg3.gif) repeat-x;
	color:#004071;
	border-bottom:#CCCCCC solid 1px;
	}

.h5_whitebg {
	color:#004071;
	border-bottom:#CCCCCC solid 1px;
	}


.news {
	font-size:8pt;
	}

/* Header */
#header {
	height:66px;
	width:910px;
}

#header_border {
	width:100%;
}

#header_border iframe {
	width: 100%;
	height: 78px;
}

#header img {
float:left;
}

#header ul {
float:right;
list-style-image:url(image/bullet.gif);
font-size:8pt;
color:#005b7f;
}

#header li {
margin-right:15px;
margin-left:20px;
margin-top:20px;
}

#header a {
color:#005b7f;
text-decoration:none;
}


/* Banner */
#banner {
	border-top: #005b7f solid 1px;
	border-bottom: #005b7f solid 1px;
}


/* Navigation */
#sitemap {
	background-color:#eeeeee;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	margin-bottom:10px;
	}
	
#sitemap p {
	color:#005b7f;
	margin:0px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	}

#sitemap a {
	color: #0099FF;
	}

/* Column */
#column_left {
	text-align:left;
	float:left;
}

#column_left_sub1{
	width: 615px;
	margin: 0px 5px 10px 5px;
	text-align:left;
	float:left;
}

#list_point ul {
	border-bottom:0px;
	padding-bottom: 10px;
	}
	
#list_point li {
	margin:10px;
	list-style: disc;
	color:#464646;
	}	
	
	
#column_left_sub2{
	width: 287px;
	text-align:left;
	margin: 0px 5px 10px 5px;
	float:left;
}

#column_left_sub3{
	width: 880px;
	text-align:left;
	margin: 0px 5px 10px 5px;
	float:left;
}

#column_left_sub4{
	width: 582px;
	text-align:left;
	margin: 0px 5px 10px 5px;
	float:left;
}


#column_right {
	width: 245px;
	text-align:left;
	margin: 0px 5px 10px 10px;
	float:right;
}

#column_right_sub {
	border:solid #cccccc 1px;
	margin-bottom:10px;
}




/* Footer */
#footer {
	border:#cccccc 1px solid;
	background-color:#eeeeee;
	width:906px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
	padding-top:10px; 
}

#footer a {
	color: #0066CC;
	text-decoration: none;
}

#know_more {
	text-align:left; 
	width:910px; 
	padding:0px 0px 10px 40px;
	}



