/*
original background color: 7a378b
*/


body {
    font-family: Times New Roman, Serif;
    font-size: 12pt;
    text-align: center;
    background-color: #e6e8fa;
}

td {
    font-family: Times New Roman, Serif;
    font-size: 12pt;
    vertical-align: top;
}

h1, h2, h3, h4, h5 {
    color: #5c246e;
    font-style: italic;
}

a {
    color: #5c246e;
    text-decoration: underline;
}

a.nav {
    text-decoration: none;
    color: white;
}

a.nav:hover {
    text-decoration: underline;
    color: #e6e8fa;
}

a.footerNav {
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

a.footerNav:hover {
    text-decoration: underline;
}

img {
    border-width: 0px;
}

td.nav {
    text-align: center;
    background-color: #5c246e;
    color: white;
    vertical-align: top;
}

td.footer {
    text-align: center;
    background-color: #e6e8fa;
    vertical-align: top;
}

td.border {
    border-color: #5c246e;
    border-style: double;
    border-width: 3px;
    text-align: center;
    background-color: white;
}

td.smallBoxHeading {
    border-color: #5c246e;
    border-style: double;
    border-width: 3px;
    text-align: center;
    background-color: #5c246e;
    color: white;
    font-variant: small-caps;
}

td.pageBorder {
    border-left-color: #5c246e;
    border-right-color: #5c246e;
    border-bottom-color: #5c246e;
    border-style: double;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 0px;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 50px;
    padding-right: 10px;
}

/*
@media print{
    #nav{ display:none;}
    td.pageBody{ border-width: 0px;
                text-align: center; }
}
*/