body {
    font-family: "Nimbus Sans L", "Verdana", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding-bottom: 1ex;
}

@media screen {

    body {
        padding: 0 0 1ex 0;
        background-image: url("body_bg.png");
    }

    .alternate {
        display: none;
    }

    /* the top stripe */
    div#top {
        margin: 0;
        padding: 0;
        background-image: url("top_bg.png");
        background-repeat: repeat-x;
        height: 92px;
        width: 100%;
        z-index: 2;
    }

}

div#top #logo {
    /* background-image: url("top-logo-simple.png"); */
    width: 104px;
    height: 103px;
    display: block;
}

@media screen {

    div#top #logo {
        position: absolute;
        left: 10px;
        width: 86px;
        height: 86px;
        padding: 0;
        z-index: 3;
        top: 1px;
        background-image: url("top_logo.png");
    }

    div#top #logo img {
        display: none;
    }

    div#top div#headline {
        height: 56px;
        position: absolute;
        top: 3px;
        left: 108px;
        min-width: 300px;
        white-space: nowrap;
        z-index: 3;
    }

    div#top div#headline h1.alternate {
        font-family: "URW Bookman L", "URW Bookman", "URW Palladio L", "Nimbus Roman No9 L",
        "Times New Roman", serif;
        font-size: 26px;
        font-weight: normal;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 28px;
    }

    div#top div#headline h1 span#university {
        display: block;
        font-size: 22px;
        line-height: 24px;
        padding-left: 8px;
    }

}

@media print {

    div#top #logo {
        float: right;
        margin-left: 5pt;
        margin-right: 5pt;
    }

    div#menupane {
        display: none;
    }

    div#top div#quicklinks {
        display: none;
    }

}

@media screen {

    /* the quick links stripe at top */
    div#top div#quicklinks {
        position: absolute;
        top: 73px;
        left: 108px;
        font-size: 12px;
        padding: 1pt;
        margin: 0;
        height: 20px;
        min-width: 300px;
        white-space: nowrap;
    }

    #quicklinks a {
        text-decoration: none;
        color: black;
    }

    #quicklinks a:hover {
        color: blue;
    }

    /* the menu pane on right side */
    div#menupane {
        font-family: "Nimbus Sans L", sans-serif;
        float: right;
        width: 10em;
        border: solid 1px black;
        border-top: none;
        margin: 1ex 0.5em 0 6pt;
        padding: 0 0 0 0;
        background-image: url("menupane_bg.png");
    }

    div.menu .title {
        background-color: #ffa102;
        font-weight: bold;
        display: block;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding-right: 0.4em;
        padding-left: 0.4em;
        margin: 0;
    }

    div.menu a {
        font-size: small;
        display: block;
        padding-left: 0.4em;
        text-decoration: none;
        color: black;
        line-height: 120%;
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 1px 0 1px 0;
    }

    div.menu a:hover {
        color: blue;
        text-decoration: none;
        background: #d0d0d0;
        border-top: 1px black solid;
        border-bottom: 1px black solid;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    div.menu {
        text-align: left;
        background-image: url("menupane_bg.png");
        background-position: top right;
        background-repeat: repeat-y;
    }

    /* other styling */
    div#content {
        padding-top: 1pt;
        margin-right: 10pt;
        margin-left: 80pt;
        padding-left: 0em;
    }

    h1 {
        padding-left: 0em;
        padding-bottom: 0ex;
        margin-left: -80pt;
        padding-left: 20pt;
        margin-right: -10pt;
        clear: left;
    }
    h2 {
        padding-bottom: 0ex;
        padding-left: 30pt;
        margin-left: -80pt;
        margin-right: -10pt;
        border-bottom: solid 2px black;
        border-top: solid 2px black;
        background-color: #ff9900;
        clear: left;
    }

    h3 {
        padding-bottom: 0ex;
        padding-left: 5px;
        margin-left: -30pt;
        margin-right: -10pt;
        border-bottom: solid 2px black;
        clear: left;
    }
}

.inv {
    display: none;
}

div#content {
    text-align: justify;
}

/* link styling */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link:hover {
    text-decoration: underline;
}

a:visited:hover {
    text-decoration: underline;
}

ul.sections {
    list-style-type: none;
    font-size: large;
    padding-left: 1em;
}

ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}
ul ul ul {
    list-style-type: circle;
}

pre {
    font-family: monospace;
}

/* table styling */
table {
    border: 1px black solid;
    border-collapse: collapse;
}

table th {
    border: 1px black solid;
    padding: 1pt;
    font-weight: bold;
}

@media screen {

    table th {
        background-color: #ff9900;
    }

}

table td {
    border: 1px gray solid;
    padding: 2pt;
}

table.list {
    border: none;
}

table.list td {
    border: none;
    vertical-align: top;
}

li .note {
    font-size: small;
    display: block;
    padding-left: 1.5em;
}

@media print {

    a {
        text-decoration: none;
        font-style: italic;
    }

}

.layout {
    border: none;
    margin: 0;
    padding: 0;
}

/* photo styling for the person info page */
img.photo {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5ex;
}

@media screen {

    img.photo {
        margin-left: -60pt;
    }

}
