/* Global styles for the document */

body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}


/* Styles for the header element */

header {
    background-color: #003058;
    color: #FFFFFF;
    font-family: Georgia, serif;
}


/* Styles for header h1 */

header h1 {
    line-height: 140%;
    padding: 0.5rem;
}


/* Styles for the nav element */

nav {
    font-weight: bold;
    background-color: #F3F3F3;
}


/* Styles for the h2 element */

h2 {
    color: #424242;
    font-family: Georgia, serif;
}


/* Styles for the dt element (used on students page) */

dt {
    color: #003058;
    font-weight: bold;
}


/* Styles for the .ut class */

.ut {
    color: #BA1C21;
    font-weight: bold;
}


/* Styles for the footer element */

footer {
    font-size: 0.70rem;
    font-style: italic;
    text-align: center;
}


/* Style for the #wrapper ID */

#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}