body { background-color: #e9e9df }

.pagetitle {
    font-weight: bold;
    font-size: large;
    font-family: fantasy;
}

.listheader {
    text-shadow: lightgoldenrodyellow;
    font-weight: bold;
    font-style: italic;
    font-family: fantasy;
}

.imageviewer {
    border-style: ridge;
}

.header1 {
    font-weight: bold;
    color: navy;
}

.requiredfield {
    color: red;
}

.error {
    color: firebrick;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

/* STYLES EFFECTING PAGE BORDERS */
.columnseperatorlefttop {
    border-top-style: inset;
    border-top-color: cornflowerblue;
    padding-top: 20px;
}

.columnseperatorleftbottom {
    border-bottom-style: inset;
    border-bottom-color: cornflowerblue;
    padding-bottom: 20px;    
    padding-right: 20px;
}

.columnseperatorleft {
    border-right-style: inset;
    border-right-color: cornflowerblue;
    padding-right: 20px;
}

.columnseperatorright {
    border-left-style: inset;
    border-left-color: cornflowerblue;
    padding-left: 20px;
}

