html,body {
	background-color:lightgrey;
	height:100%;
}
.container {
	min-width: 1000px;
}

.content {
	width:70%;
	margin-left: auto;
	margin-right:auto;
	background-color:#CFDBA5;
	margin-top:-1%;
	box-shadow: 10px 10px 10px 10px #aaaaaa;
}

.nav {
  margin-top:-.5%;
  padding:0;
  background-color:;
  overflow:hidden;
}

.submenu {
	display:none;
	position:absolute;
}


.navli:hover > ul{
	display: block;
}

.subli{
	text-decoration: none;
	background-color:;
	display:block;
	margin-left:-50%;
}

.suba {
	color:black;
	text-decoration: none;
	display: block;
	padding-top:7px;
	padding-bottom:7px;
	background-color: white;

}

.suba:hover {
	background-color: #144B7D;
}

.pic {
	margin-left: auto;
	margin-right: auto;
	width:40%;
	height:110px;
}

.homepic {
	background-color:;
	margin-top: -2%;
	padding-top:1%;
}

.navli {
	text-decoration: none;
	display: inline-block;
	margin-right:none;
	padding-right:none;
	width:20%;

	height:;
	text-align: center;
	background-color: white;
	float:left;
}

.nava {
	color:black;
	text-decoration: none;
	width:100%;
	display: block;
	padding:7px;
}

.nava:hover, .nava:active {
    background-color: #144B7D;
}

.center {
	width:75%;
	margin-left: auto;
	margin-right: auto;
}

h2{
	font-size: 24pt;
	text-align: center;
}

.footer {
	margin-top: 35px;
}