#List{
    display: table;
    list-style-type: square;
    margin:0 auto;
}

#text{
  background-image: url(http://cefns.nau.edu/~daw277/Images/background80.png);
  background-repeat: repeat;
  border: 2px solid black;
  padding: 25px;
  margin-top: 25px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 25px;
}

#watermark{
  position: fixed;
  bottom: 0;
  right: -15%;
  z-index: 9999;
  width: 20%;
}

body{
  color: #f3f3f3;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
}

/*****************NAVBAR******************/
ul.NavBar {
    list-style-type: none;
	min-height: 40px;
    margin: 0;
    padding: 0;
    box-shadow: 5px 5px 25px 0px #000;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
}

li.NavBar {
    float: left;
}

li.Navbar a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
}

li.NavBar a:hover {
    background-color: #00cccc;
    color: white;
}
/*****************************************/
/********DROPDOWN STUFF******************/
li.dropbtn{
	position: relative;
	display: inline-block;
}

li.dropbtn .dropdown-content{
	position: absolute;
	display: none;
	top: 38px;
	left: 0;
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #aaaaaa;
}

li.dropbtn .dropdown-content a{
	position: relative;
	display: block;
}

li.dropbtn:hover .dropdown-content{
	display:block;
}

/*******************************************/

a:link {
    color: #00cccc;
    background-color: transparent;
    text-decoration: none;
}

footer{
  margin: 10px auto;
  border-top: thick solid #f3f3f3;
  border-color: #e7e7e7;
  bottom: 0;
  padding-bottom: 1px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}
