a {
    color:           #893830;
    text-decoration: none;
}

a:hover {
    color: #BD4D28;
}

.subTitle {
    font-size:   20px;
    font-weight: bold;
}

body {
    background-color: #D0A876;
    color:            black;
    font:             10pt verdana, arial, helvetica, times, sans-serif;
}

.borderBottom {
    border-bottom: 2px solid black;
}

.borderTop {
    border-top: 2px solid black;
}

.middot {
    font-weight: bold;
    font-size: 1.1em;
}

.revHR {
    border:           0px;
    height:           1px;
    color:            black;
    background-color: black;
    width:            100%;
}

.submitButton {
    border:           1px solid black;
    color:            #893830;
    background-color: #D0A876;
}

/* this is for the login page! */
.centeredBox-old {
    position:    absolute;
    left:        50%;
    top:         50%;
    width:       400px;
    height:      500px;
    margin-left: -200px; /* half of width  */
    margin-top:  -250px; /* half of height */
    text-align:  center;
}

/* this is for the login page! */
.centeredBox {
    position:    absolute;
    left:        50%;
    width:       400px;
    margin-left: -200px; /* half of width  */
    margin-top:  30px;
    text-align:  center;
}
