@charset "utf-8";
body {
	background-color:#779EC8;
}

.MainHeaders {
	text-align:center;
	font-weight:bold;
	font-size:350%;
	padding:1em;
	margin-left:1.5em;
	margin-right:1.5em;
	margin-top:0;
	margin-bottom:1em;
	color:#003778;
}
	
#nav {
	width:100%;
	height:auto;
}

a:link {
	color:white;
	font-size:25px;
}

 #logo {
	display:block;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0%;
	width: 100%;
	height: Auto;
	vertical-align:baseline;	
}

#wrapper {
	width: 80%;
	margin-right: 10%;
	margin-left:10%;
	background-color:#FFFFFF;
	border: 10px groove #424242;
	padding-bottom: 9px;
}

.BasicText {
	font-size:22px;
	color: #002557;
	text-indent:2em;
	padding: 5px;
}

.BasicHeader {
	font-size: 24px;
	color: #003778;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: underline;
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.Mainbody {
	margin-left: 5%;
	margin-right: 5%;
}

.footer {
	clear:both;
	width:100%;
	height:auto;
	background-color:#848181;
	margin-bottom:0%;
}
.banner{
	width:100%;
	height:auto;
	margin-bottom: -1.3%;
	margin-top: -1.5%;
}

.footerborder{
	border:thin;
	border-color:#000000;
	
}

.MainLi {
	display: inline-block;
	text-decoration: none;
}

.MainUl {
	list-style-type: none;
    overflow: hidden;
	text-align: center;
	background-color: #CECECE;
	margin-top: auto;
	padding-top: .2%;
	padding-bottom: .2%;
	border: ridge;
	border-color: #6B6B6B;
}

#footertext {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	border-style: solid;
	border-color: #000000;
}

.button {
  background-color: #003778;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}

.button:hover {
	opacity: 1;
}
