body {
	background: linear-gradient(#ffffff, #5387E0);
}

header{
  color: #000000;
  text-align: left;
  font-size: 100%;
  font-family: Arial;
  background-image: url("../images/NDClogo.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center top;
  margin-bottom:1%;
  padding-bottom: 3%;
  
}

.midden {
text-align: center;
}

.scrollmenu {
    overflow: hidden;
    background-color: #7A7352;
    font-family: Arial;
}

.scrollmenu a {
    float: left;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	width:8%;
	background-color: #7A7352;
	border: 2px black;

}

.dropdown {
    float: left;
    overflow: hidden;
	width: 8%;
}

.dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    text-align: center;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
	width: 100%;
	background-color: #7A7352;
	
}

.scrollmenu a:hover, .dropdown:hover .dropbtn {
    opacity: 0.7;
	background-color: black;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
	width: 17.5%;

}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	width: 88%;
	background-color: #ffffff;


}

.dropdown-content a:hover {
    background-color: #cccccc;

}

.dropdown:hover .dropdown-content {
    display: block;
}

main {
font-family: Arial;
  color: #000000;
  margin-bottom: 16%;
  display: left;
  }
  

.midden {
text-align: center;
}

table{
  border-collapse: collapse;
  margin: auto;
  font-family: Arial;
  text-align: center;
  font-size: 14;
}


th{
  color: white;
  background: #7A7352;
  border-left: #ffffff 2px solid;
  border-radius: 7px 7px 0px 0px;
  padding: 15px 25px;
}

td{
  background: #ffffff;
  border: #FFFFFF 2px solid;
  padding: 12px 25px;
  opacity: .8;
}

tr:hover td{
  opacity: 1;
  background: #cccccc;
}

tr td:first-child{
  text-align: left;
  padding-left: 15px;
}

  
  Footer{
	  font-family: Arial;
	  font-size: 10;
	  font-style: italic;
	  
  }