section, article, aside, footer, header, nav, hgroup, main {
    display: block;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

/* begin page header / nav */

body {
    margin: 0;
    padding: 0;
/*    font-family: Helvetica, Arial, sans-serif;*/
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: 0.01rem;
    font-weight: 400;
    font-style: normal;
}

header {
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 36em;
    width: 100%;
}

header h1 {
    padding-right: 0.375em;
    font-size: 3em;
    display: inline;
    vertical-align: text-bottom; /* TODO */
}

header ul, header nav, header li {
    text-transform: uppercase;
    display: inline;
    list-style: none;
    padding: 0;
}

nav a, nav a:link, nav a:visited {
    text-align: justify;
    padding: 0 0.5em;
    margin: 0;
    border: 0;
}

nav li:first-child a {
    padding: 0 0.5em 0 0;
}

/* div containing mail icon image, for sizing the image */
#mailicon {
    display: inline-block;
    height: 1.25em;
    vertical-align: text-bottom;
}

/* Create the double-underline effect on the header */
#header-box-1, #header-box-2 {
    width: 100%;
    display: inline-block;
    border: solid black;
    border-width: 0 0 0.375em 0;
    padding-bottom: 0.3em;
}

.menu-active:link, .menu-active:visited {
    color: #888;
                   }

.menu-inactive:hover {
    color: #888;
}

/* end page header / nav */
