
body {
    font-family: helvetica, arial, sans-serif;
    margin: 0;
    }

h1 {
    color: #600060;
    }

h2 {
    color: #600060;
    }

.logocell {
    background-color: #f9e2f9;
    padding: 8px;
    }

.maintable {
    }

.mainrow {
    }

.leftlinks {
    background-color: #f9e2f9;
    }

.toplinks {
    background-color: #f9e2f9;
    }

.mainpane_inner {
    background-image: url(/files/images/bglogo.gif);
    background-position: top center;
    background-repeat: repeat-y;
    }

.mainpane {
/*
    background-image: url(/files/images/gradientbg.jpg);
    background-repeat: no-repeat;
*/
    border-left: solid #800080;
    border-top: solid #800080;
    border-width: 2;

    margin-left: 40;
    margin-top: 30;
    padding-left: 40;
    padding-top: 30;
    }

.bannercell {
/*
    background-image: url(/files/images/banner-colour-1024.jpg);
    background-repeat: no-repeat;
*/
    }

.activelink {
    color: #ffffff;
    text-decoration: none;
    background-color: #8080A0;
    padding: 5px 20px 4px 20px;
    font-weight: normal;
    }

/* left navigation column */
.leftnavcol {
    background-color: #ffffc0;
    }

.footer {
    font-size: x-small;
    }

input, textarea {
/*
    color: #d9bfd9;
*/
    background: #e9cfe9;
    }

.navlink {
    text-decoration: none;
    color: #008080;
    font-weight: bold;
    font-style: none;
    font-family: cursive;
    }

.navlink:hover {
    font-family: cursive, courier;
    color: white;
    font-weight: bold;
    background: #800080;
    font-style: none;
    }

.imglink {
    text-decoration: none;
    color: #008080;
    }

.imglink:hover {
    color: white;
    background: none;
    }

a {
    text-decoration: none;
    color: #008080;
    font-weight: bold;
    font-style: italic;
    }

a:hover {
    color: white;
    font-weight: bold;
    background: #800080;
    font-style: italic;
    }

.stalltableleft {
    border-left: solid #400040;
    border-top: solid #400040;
    border-bottom: solid #400040;
    border-width: 1;
    }

.stalltableright {
    border-right: solid #400040;
    border-top: solid #400040;
    border-bottom: solid #400040;
    border-width: 1;
    }

