            body {
                margin: 0;
            }
            
            table#banner{
                width: 100%;
                background-color: white;
            }
            
            td.logo {
                width: 12px;
            }
            
            ul#navbar {
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
                border: 1px solid #000000;
                background-color: #16254c;
            }
            
            ul#navbar li.dropdown {
                float: left;
                border-right: 1px solid #bbbbbb;
            }
            
            ul li a {
                display: block;
                color: white;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
            }
            
            ul#navbar li a:hover {
                background-color: #165792;
            }
            
            li.dropdown {
                display: inline-block;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                background-color: #f9f9f9;
                min-width: 160px;
                
            }

            .dropdown-content a {
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                text-align: left;
            }

            .dropdown-content a:hover {
                background-color: #f1f1f1;
            }
            
            .dropdown:hover .dropdown-content {
                display: block;
            }
            
            h4#subtitle  {
                margin-bottom: 0;
                margin-top: 0;
            }
            
            div#main {
                margin-left: 3em;
                padding-left: 2.5em;
                margin-right: 3em;
                padding-right: 2.5em;
                padding-bottom: 3em;
                
            }
            
            img#maryLyon {
                max-width: 100%;
                height: auto;
            }
            
            table#importantDates, .innerBorder, .innerBorderDate {
                border: 1px solid black;
                padding: 8px;        
            }
            
            table#importantDates {
                border-collapse: collapse;
            }
            
            .innerBorderDate {
                font-weight: bold;
                text-align: center;
            }
            
            h2 a {
                color: black;
            }
            
            h2 a:hover {
                color: blue
            }
            
            body {
                background-color: #eeeeee
            }
            
            div#main {
                background-color: white
            }

a.non-dropdown {
     color: blue;
     text-decoration: underline;
     display: contents;
   }

table#committee, tr.conference-role {
    border: 1px solid black;
    border-bottom: 0;
    border-collapse: collapse;
}
             

* {
    font-family: "Lato";
}