* {
    margin: 0;
    padding: 0; 
}

html {
    background-color: white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: auto;
    margin: 0 auto;
}

a:focus, a:hover {
    text-decoration: underline;
}

header {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color:#005A8B;
    height: 15px;
}

header img {
	float:left;
    padding-top: 0;
    padding-left: 10px;
}

#nav_menu ul li a:hover {
    text-decoration: underline;
    font-size: 110%
}

#nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

#nav_menu ul li {
    float: left;
}

#nav_menu ul li a {
    display: block;
    width: 100px;
    padding: 0.5em 0em;
    margin-left: 4em;
    margin-right: 4em;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#nav_menu ul li a.alpha:hover {
    text-decoration: none;
    font-size: 95%;
}

#nav_menu a.alpha {
    color:  white;
    text-align: left;
    padding-left: 70px;
    padding-top: 10px;
    width: 200px;
    margin-left: 2em;
    font-size: 95%
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #005A8B;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

#nav_menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

#nav_menu ul ul li {
    float: none;
}

#nav_menu ul li:hover > ul {
    display: block;
}

#nav_menu ul::after {
    content: "";
    clear: both;
    display: block;
}

main {
	clear: both;
}

h1 {
    padding: 1% 0 1% 45%;
    border-bottom: 3px solid black;

}
aside {
    float: left;
    margin-left: 5%;
    border-right: 3px solid black;
    padding-right: 5%;
    padding-top: 3%;
    font-size: 130%;
}

h2 {
    padding-left:37%;
    padding-top: 2%;
    padding-bottom: 0.5%;
}

section {
    border-bottom: 3px solid black;
}

section p {
    padding-left: 37%;
    font-size: 120%;
}

.dates{
    float: left;
    width: 95%;
    margin-top: 1em;
    margin-bottom: 2em;

}
table {
	border-collapse: collapse;
    width: 100%;
}
thead, tfoot {
	border-top: 2px solid #005A8B;
	border-bottom: 2px solid #005A8B;
    font-size: 150%;
}
th, td {
	padding: .2em .7em;
	text-align: center;
    font-size: 120%;
}
tfoot th, tfoot td {
	text-align: center;
	font-weight: bold;
}

.border_bottom {
	border-bottom: 2px solid #005A8B;
}


#undergrad {
    float: right;
    margin-top: 1em;
    margin-left: 0em; 
    margin-right: 1.5em;
}
#dates {
    float: left;
    margin-left: 3em;
    margin-right: 1em;
    margin-bottom: 1em; 
}

.dateborder {
	border-bottom: 2px solid #005A8B;
}

p.update {
    padding: 1% 0 0% 3%;
}

footer {
    margin-top: 99px;
    background-color:#005A8B;
    clear: both;
    height: 70px;
}
footer p {
    text-align: center;
    color: white;
    padding: 1em 0;
}

.breadcrumb {
    margin-left: 2em; 
    margin-top: 1em; 
    font-size: 130%;
    color: #005A8B;
    text-decoration: none;  
}
.breadcrumb a {
    color: #005A8B;
}
#link1 {
    font-weight: bold;
    color: #4d4d4d
}

#home {
    text-decoration: none
}
#home:hover {
    text-decoration: underline;  
}