/* CSS Document */
a:link {
	color:#04477c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #04477c;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.title_size{
	color:#065fb9;
	font-weight:600;
	font-size:12px;
	text-align:left;
	padding-bottom:10px;
}
body{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FAFAFA;
	overflow:hidden;
	text-align:center;
}
img {
    border: none;
}
#header{
	width:100%; 
	height:100%; 
	background-color:#2064B0;
}
#header_img{
	color:#FFFFFF;
	height:100px;
	width:852px;
	text-indent:30px;
	text-align:left;
	line-height:50px;
	font-size:17px;
	font-weight:bolder;
	color:#FFFFFF;
}
#nav{
	font-size:11px;
	text-align:left;
	height:20px;
	width:852px;
	margin:10px;
}
#content{
	width:860px;
	margin-top:15px;
	text-align:center;
	height:250px;
	height:440px;
}
#content_size{
	width:630px;	
	text-align:justify;
	float:left;
	line-height:15px;
	font-size:13px;
	text-indent:24px;
	height:450px; 
}
#summary{
	margin-left:22px;
	height:440px;
	width:170px;
	background-color:#E7E7E7;
	padding:15px;
	text-align:left;
}
#down{
	margin:5px;
	height:auto;
	width:852px;
	font-size:11px;
	padding:5px;
	text-align:left;
}
		
.Now_menu{
	color:#FF9900;
	font-weight:bolder;
}