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

body {
	font-family: Arial, Helvetica, sans-serif;
}
#body {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.8);
}
#head {
	height: 150px;
	width: 1000px;
	margin: 0 auto;
	border: 2px #221f73 solid;
	border-bottom: none;
	margin-top: 30px;
}
#menu {
	width: 1000px;
	margin: 0 auto;
	border-left: 2px #221f73 solid;
	border-right: 2px #221f73 solid;
	border-top: 1px solid #221f73;
	border-bottom: 1px solid #221f73;
	font-size: 16px;
}
#slider {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	border-left: 2px #221f73 solid;
	border-right: 2px #221f73 solid;
	-webkit-box-shadow: 0px 7px 13px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 7px 13px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 7px 13px 0px rgba(50, 50, 50, 0.75);
}
#content {
	width: 980px;
	padding: 10px;
	margin: 0 auto;
	border-left: 2px #221f73 solid;
	border-right: 2px #221f73 solid;
	border-bottom: 2px #221f73 solid;
	padding-top: 20px;
}
#footer {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #555;
}
/* Menu Style */
#menu table tr td a {
	color: #221f73;
	text-decoration: none;
	font-size: 18px;
}
#menu table tr td a:hover {
	color: #221f73;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

/* Other Styles */
h1,h2,h3,h4,h5,strong,b {
	color: #221f73;
	margin: 0;	
}
.mark {
	font-size: 20px;
	color: #221f73;	
}