
body{
  background-color: #7EA0C3;
  margin: 0px;
}
main{
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
header{
  background-color: #084C8F;
  width: 100%;
  height: 120px;
}
header a{
  color: white;
}
header a: visited{
  color: white;

}
header h1, header h2{
  font-weight: normal;
  line-height:  30px;
}
header .items{
  margin-left: 26%;
  width: 690px;
  /*background: #000;*/
  height: 120px;
}
header div{
  float: left;
}
header .info{
  text-align: right;
  margin-top: 33px;
}
header .info h1{
  font-size: 30px;
}

header .logo{
  margin-left: 10px;
  margin-right: 10px;
}
header .info2 h1{
  margin-top: 35px;
  font-size: 25px;
}
header .info2 h2{
  font-size: 20px;
}
.collapse-button{
	display: none;
}
nav{
  width: 100%;
  background: #DA8A01;
  height: 50px;
  position: relative;
  z-index:  5;
}
nav a{
  font-family: "Arial", sans-seriff;
  text-decoration: none;
  color: #000080;
  transition: background-color 300ms;
  padding: 17px 17px 16px 12px;
}
nav a:hover{
  color:  white;
  background-color: #003366;
}
nav .contain{
	margin-left: auto;	
	margin-right: auto;	
	display: table;
}
nav #links{
  float: left;
  list-style-type: none;
  height: 100%;
  
}
nav ul li{
  float: left;
  margin-top:   18px;
}
nav .dropdown{
  display: none;
  color: white;
  position: absolute;
  z-index: 9;
  margin-top:   16px;
  padding: 10px;
  background-color: #003366;
  overflow: hidden;
  border-bottom: 1px solid #da8a01;
  width: 200px;
}
nav .dropdown li{
  width: 200px;
}
nav .dropdown a{
  color: white;
  padding: 0px;
}
nav .dropdown a:hover{
  color: white;
  background-color: rgba(255,255,255,0) ;
}

content{
  background-color: #fff;
  display: table;
  width: 100%;
  min-height: 480px;
  padding: 10px;
  box-sizing: border-box;
  list-style-type: circle;;
}
footer{
  font-family: Arial, sans-seriff;
  font-size:  12px;
  background-color: #084C8F;
  text-align: center; 
  padding: 10px;
}
#button-pressed{
	display: none;
}
footer a{
	color: navy;
	text-decoration: none;
}


#content{
  margin-left: 230px;
}

.eboardpic{
  padding: 20px;
  display: table;
  float: left;
  text-align: center;
box-sizing: border-box;
}
.eboardpic strong{
  display:  block;
}

.bb{
  box-sizing: border-box;
}