@charset "UTF-8";
.clr {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
body{
	background: rgb(238, 247, 242);
	font-family: Verdana, Geneva, sans-serif;
}
.header{
	margin-left:auto;
	margin-right: auto;
	}
.hd_list{
	width: 1100px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
}
#navigation li{
	/* float:right; */
	float:left;
	/* right: -30%; */
	right: -250px;
	padding: 0 3px;
	margin-right: 2%;
	position:relative;
	/* padding-right:50px; */
	top:-30px;
	color: rgb(1,23,83);
	/* display: flex;
	flex-direction: row;
	justify-content: flex-end; */
}

.nav_color{
	 background-color: rgb(1,23,83); 
}
#navigation a::before,#navigation a::after {
    box-sizing: border-box;
}
#navigation a{
	font-size:18px/30px arial, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	/* padding:5px 8px; */
	text-decoration:none;
	text-align: center;
	border-radius: 2px;
	color: rgb(238,247,242);
}

#navigation a:hover{
	background-color: rgb(238,247,242);
	color: rgb(1,23,83);
}
#navigation strong{
	font-size: 17px;
}
.footer{
	background:rgb(238, 247, 242) ;
	/*background-color:  #FFFAF0;*/
	overflow-x: auto;
	background-position: center;
	background-repeat: repeat-x;
	width:50%;
	margin:0px auto;
	height:auto;
	/*border: 1px solid;*/
	position: relative;
	top:10px;
	display:block
}
.footer p{
	color: rgb(191,191,191);
	font-size: 10px;
	font-weight:bold;
	line-height: 25px;
	text-align: center;
	padding: 1px 0px;
}
/* .footer a{
	color: rgb(255,255,255);
	text-decoration: none;
} */
.footer a:hover{
	color: rgb(0, 0, 0);
}