@charset "utf-8";
#Nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-color: #003777;
	overflow: hidden;
	text-align:center;
}
#Nav ul li {
	display: inline-block;
}
#Nav ul li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover:not(.active) {
	background-color: #E66A20;
}
body {
	margin: 0 auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#title{
	height: 100px;
	background-color: #003777;
}
#title p {
	color: #003777;
	background-color: #E66A20;
	font-size: xx-large;
	font-weight: bolder;
	text-shadow: 2px 1px #FFFFFF;
	text-align: center;
	padding-right: 8%;
	margin-bottom: 0;
}
#title img {
	float: left;
	padding-left: 1%;
}
#LeftContent{
	text-align: center;
}
#LeftContent ul{
	list-style-type: none;
}
#Footer{
	text-align: center;
	text-color: #FFF;
	background-color: #E66A20;
}
@media (max-width: 380px) {
}

@media (min-width: 381px) and (max-width: 949px) {
}
