#header {
    background-color: midnightblue;
    background-image: url(http://www.sarah.jarchow.us/islt_7360/FinalProject/Images/coolschoolbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    text-align: center;
    color: royalblue;
    font: 50px georgia, serif;
}

.navbox {
    border-radius: 5px;
    border: 2px solid black;
    background-color: midnightblue;
    text-align: center;
    margin: 5px;
    width: 120px;
    color: lightgray;
    display: inline-block;
}
.navbox a {
    text-decoration: none;
    color: lightgray;
}
#nav {
    position: fixed;
    width: 150px;
    margin: 0 auto;
    display: block;
    align-items: center;
    text-align: center;
}
#nav a {
        text-decoration: none;
        color: lightgray;
        text-align: center;
}

#nav a.active {
    color: midnightblue;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: lightgray;
}
#container {
   min-height:100%;
   position:relative;
}

#body {
   padding:10px;
   padding-bottom:60px;
   background-color: lightgray;
   text-align: center;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
border-radius: 15px 15px 50px 50px;
border: 2px solid royalblue;
text-align: center;
}

#stpic {
    width: 75px;
    height: 100px;
    border-radius: 5px;
    background-color: lightgray;
    border: 2px solid black;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
}
#stname {
    width: 150px;
    border-radius: 5px;
    background-color: midnightblue;
    border: 2px solid black;
    color: lightgray;
    text-align: center;
    position: relative;
    margin-top: 0px;
    display: inline-block;
}

#logout {
    float: right;
    border-radius: 5px;
    border: 2px solid black;
    background-color: midnightblue;
    text-align: center;
    margin: 5px;
    width: 120px;
    color: lightgray;
}
#logout a {
        text-decoration: none;
        color: lightgray;
        text-align: center;
}
h1 {
    padding-left: 120px;
    text-align: center;
}
h2 {
    padding-left: 120px;
}
p {
    padding-left: 120px
}

.activenav {
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
    text-align: center;
    margin: 5px;
    width: 120px;
    color: midnightblue;
    display: inline-block;
}

.box-left {
    float: left;
    border: 1px solid black;
    width: 48%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}
.box-right {
    float: right;
    border: 1px solid black;
    width: 48%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}
.box-right a {
    text-decoration: none;
    color: black;
}
.box-left a {
    text-decoration: none;
    color: black;
}

#main {
    padding-bottom: 60px;
    padding-left: 175px;
    padding-right: 175px;
    text-align: center;
}
table {
    display: inline-block;
    text-align: center;
    margin: auto;
}

.table {
   border: 1px solid black;
   display: inline-block;
   text-align: center;
   margin: auto;
}

.table tr {
    border: 1px solid black;
}

.table td {
    border: 1px solid black;
}

.contact {
    text-align: center;
    color: black;
    font: 20px georgia, serif;
}