﻿body {
    background-color: #FFFFFF;
    color: #550000;
    background-image: url('/Images/ParchmentFromDivider-100x100.png');
    background-repeat: repeat;
    margin: 0;
}


a {
    color: #550000;
    text-decoration: underline;
}


hr {
    border-color: white;
}






#MainContent {
    overflow: hidden;
    margin-top: 58px;
    padding-bottom: 10px;
}


#PageTitle {
    margin-bottom: 40px;
}

#HeaderText {
    font-size: xx-large;
    margin: auto;
}

    #HeaderText img {
        vertical-align: text-bottom;
        margin-right: 2px;
    }




.font-large {
    font-size: large;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}



sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

a.footnote {
    text-decoration: none;
}

ol.footnote {
    font-size: small;
}










