html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}


body {
    font: normal .80em 'trebuchet ms', arial, sans-serif;
    
    padding: 0;
    margin: 0;
    color: #000;
    /*background-color: rgb(100, 149, 237);*/
    background-color: rgb(90, 133, 80);

}

a:link {
    color: #0000CC;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    color: #0000CC;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline
}

a:active {
    color: #0000CC;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

a:visited {
    color: #0000CC;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 175% 'century gothic', arial, sans-serif;
    color: #43423F;
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
}

h2 {
    font: normal 175% 'century gothic', arial, sans-serif;
    color: #10243e;
    font-weight: bold
}

h4, h5, h6 {
    margin: 0;
    padding: 0 0 5px 0;
    font: normal 100% arial, sans-serif;
    color: #10243e;
    font-weight: bold;
}

h5, h6 {
    font: italic 95% arial, sans-serif;
    padding: 0 0 15px 0;
    color: #000;
}

h6 {
    color: #362C20;
}

a, a:hover {
    outline: none;
    text-decoration: underline;
    color: #F05A00;
}

    a:hover {
        text-decoration: none;
    }

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 16px 17px;
}

    ul li {
        list-style-type: circle;
        /*margin: 0 0 6px 0; 
padding: 0 0 4px 5px;*/
    }

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

#main, #logo, #menubar, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
    background: rgb(100, 149, 237);
}

#up-header {
    width: 100%;
}

    #up-header span h1 {
        width: 95%;
    }

#help {
    width: auto;
    float: right;
    height: 29px;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
}

#helpemail {
    width: auto;
    float: right;
    height: 29px;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
}

#header {
    /*background: #8088EE;*/
    background-color: rgb(90, 133, 80);
    /*height: 175px;*/
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#logo {
    width: 100%;
    height: 160px;
    /*background: #8088EE;*/
    background-color: rgb(90, 133, 80);
}

    #logo #logo_text {
        position: absolute;
        top: 20px;
        left: 0;
    }

    #logo h1, #logo h2 {
        font: bold 200% 'century gothic', arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        margin: 0;
    }

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
    padding: 22px 0 0 180px;
    color: #FFF;
    width: 80%;
    letter-spacing: 0.05em;
    text-decoration: none;
}

    #logo_text h1 a .logo_colour {
        color: #993333;
    }

#logo_text h2 {
    font-size: 140%;
    padding: 10px 0 0 180px;
    width: 85%;
    color: #FFF;
}

.topnav {
    overflow: hidden;
    /*background: #10243e url(menunew.png) repeat-x;*/
    /*background: #00008b;*/
    background-color: rgb(90, 133, 80);
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 14px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

    .topnav .icon {
        display: none;
    }

a.activeMenuItem {
    background-color: #5B2660;
}


#menubar {
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 0px;
}

ul#menu, ul#menu li {
    float: left;
}

    ul#menu li {
        list-style: none;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 12px;
        padding-right: 12px;
    }

        ul#menu li a {
            letter-spacing: 0.1em;
            font: normal 100% 'lucida sans unicode', arial, sans-serif;
            display: block;
            float: left;
            height: 40px;
            width: 100%;
            min-width: 90px;
            padding: 10px 5px 0px 5px;
            text-align: center;
            color: #FFFFFF;
            text-transform: uppercase;
            text-decoration: underline;
            background: transparent;
        }

            ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover {
                color: #fff;
                background: #272A50;
            }

#site_content {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0px 0px 0px 0px;
    background: #FFF url(content_new.png) repeat-y;
}

.sidebar {
    float: right;
    width: 20%;
    padding: 0 5px 20px 5px;
}

    .sidebar ul {
        padding: 4px 0 0 0;
        margin: 4px 0 30px 0;
    }

    .sidebar li {
        list-style: none;
        padding: 0 0 7px 0;
    }

        .sidebar li a, .sidebar li a:hover {
            padding: 0 0 0 40px;
            display: block;
            background: transparent url(link.png) no-repeat left center;
        }

            .sidebar li a.selected {
                color: #444;
                text-decoration: none;
            }


.rightsidebar {
    float: left;
    width: 20%;
    height: 985px;
    -moz-height: 1005px;
    padding: 20px 0px 50px 0px;
    background-color: rgb(100, 149, 237);
}

    .rightsidebar ul {
        padding: 4px 0 0 0;
        margin: 4px 0 4px 0;
    }

    .rightsidebar li {
        list-style: none;
        padding: 0 0 7px 0;
    }

        .rightsidebar li a, .rightsidebar li a:hover {
            padding: 0 0 0 24px;
            display: block;
            background: transparent url(link.png) no-repeat left center;
            color: brown;
        }

            .rightsidebar li a.selected {
                color: #444;
                text-decoration: none;
            }

.left-heading {
    color: #10243e;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

strong {
    color: #000;
}

.leftsidebar {
    float: left;
    /*height:1133px;*/
    height: 985px;
    width: 15%;
    padding: 20px 0px 50px 0px;
    background-color: rgb(100, 149, 237);
}

@-moz-document url-prefix() {
    .leftsidebar {
        height: 100%;
    }

    .rightsidebar {
        height: 100%;
    }
}

.leftsidebar ul {
    padding: 4px 0 0 0;
    margin: 4px 0 30px 5px;
}

.leftsidebar li {
    list-style: none;
}

    .leftsidebar li a {
        padding: 0 0 0 40px;
        background: transparent url(link.png) no-repeat left center;
        color: brown;
    }

        .leftsidebar li a:hover {
            color: #10243e;
        }

        .leftsidebar li a.selected {
            color: #444;
            text-decoration: none;
        }

.notice {
    float: right;
    width: 100%;
    height: 90%;
    background-color: rgb(205,227,200);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px 10px 5px;
}

    .notice li a, .notice li a:hover {
        padding: 0 0 0 5px;
        display: block;
    }

    .notice h3, .notice h3 a, .notice h3 a:hover {
        padding: 22px 0 0 0;
        color: saddlebrown;
        letter-spacing: 0.05em;
        text-decoration: none;
    }

#content {
    text-align: left;
    float: left;
    width: 60%;
    /*background-color: rgb(100, 149, 237);*/
    background-color: rgb(205,227,200);
    padding-bottom: 20px;
}

    #content ul {
        margin: 2px 0 22px 0px;
    }

        #content ul li {
            list-style-type: none;
            background: url(bullet.png) no-repeat;
            margin: 0 0 6px 0;
            padding: 0 0 4px 25px;
            line-height: 1.5em;
        }

#footer {
    width: 100%;
    font: normal 100% 'lucida sans unicode', arial, sans-serif;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 5px 0;
    text-align: center;
    background: #10243e;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    #footer a {
        color: #FFF;
        text-decoration: none;
    }

        #footer a:hover {
            color: #FFF;
            text-decoration: underline;
        }

.search {
    color: #5D5D5D;
    border: 1px solid #BBB;
    width: 134px;
    padding: 4px;
    font: 100% arial, sans-serif;
}

.text {
    font-size: 16px;
}

#colours {
    height: 0px;
    text-align: right;
    padding: 66px 16px 0px 300px;
}

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        padding: 0 0 4px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 5px;
        width: 299px;
        font: 100% arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
    }

    .form_settings .submit {
        font: 100% arial;
        border: 1px solid;
        width: 99px;
        margin: 0 0 0 212px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #F05A00;
        color: #FFF;
    }

    .form_settings textarea, .form_settings select {
        font: 100% arial;
        width: 299px;
    }

    .form_settings select {
        width: 310px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

#subbtn {
    font: 120% arial;
    font-weight: bold;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0 3px 0;
    cursor: pointer;
    text-decoration: underline;
    color: #00f;
    background: none;
}

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

table {
    width: 100%;
}

table, th, td {
    border-collapse: collapse;
}

    td h2 {
        text-align: center;
        ;
        font-size: 20px;
        color: brown;
        font-weight: bold;
        padding-top: 20px;
    }

th, td 
{
    /* padding: 15px;
     text-align: left;
        */
}

#t01 tr:nth-child(even) {
    background-color: #eee;
}

#t01 tr:nth-child(odd) {
    background-color: #fff;
}

#t01 th {
    background-color: black;
    color: white;
}

.logo-left {
    width: 100%;
    height: 160px;
    border: 1px solid black;
}

.note p {
    color: brown;
    display: inline;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    #up-header span h1 {
        width: 95% !important;
        font-size: 10px;
    }

    ul li {
        list-style-type: circle;
        /*margin: 0 0 6px 0; 
        padding: 0 0 4px 5px;*/
    }

    .leftsidebar li {
        list-style: none;
        padding: 0 0 7px 0px;
        margin-top: 0px;
    }

    #header {
        /*background: #8088EE;*/
        background: rgb(205,227,200);
        top: 20%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    #logo {
        width: 100% !important;
        position: relative;
        height: 230px !important;
        font-size: 12px;
    }

    .inner-logo img {
        margin-top: 10px;
    }

    #logo #logo_text {
        position: absolute;
        top: 20px;
        left: 0;
    }

    #logo h1, #logo h2 {
        font: bold 200% 'century gothic', arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        font-size: 11px !important;
        color: #000;
        margin: 0;
    }

    #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
        padding: 22px 0 0 160px;
        color: #FFF;
        width: 100%;
        letter-spacing: 0.05em;
        text-decoration: none;
    }

        #logo_text h1 a .logo_colour {
            color: #993333;
        }

    #logo_text h2 {
        font-size: 12px;
        padding: 10px 0 0 160px;
        width: 95% !important;
        color: #FFF;
    }

    #help {
        width: 100%;
        color: #fff;
        padding: 5px 2px;
        font-weight: bold;
        font-size: 9px;
        text-align: left;
        line-height: 1.5;
    }

    .text {
        font-size: 12px;
    }

    table, th, td {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }




    #up-header span h1 {
        width: 95%;
    }

    #header {
        /*background: #8088EE;*/
        background-color: rgb(90, 133, 80);
        height: auto;
        top: 20%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-bottom: 10px;
    }

    #logo {
        width: 100%;
        position: relative;
        height: 200px;
    }

        #logo h1, #logo h2 {
            font: bold 200% 'century gothic', arial, sans-serif;
            border-bottom: 0;
            text-transform: none;
            font-size: 14px;
            margin: 0;
        }

    #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
        padding: 2px 0 0 160px;
        color: #FFF;
        width: 100%;
        letter-spacing: 0.05em;
        text-decoration: none;
    }

    #logo_text h2 {
        font-size: 12px;
        padding: 70px 0 0 160px;
        width: 95%;
        color: #FFF;
    }

    #help {
        width: 100%;
        color: #fff;
        padding: 5px 2px;
        font-weight: bold;
        font-size: 8px;
        text-align: left;
        line-height: 1.5;
    }

    #helpemail {
        width: 100%;
        color: #fff;
        padding: 5px 2px;
        font-weight: bold;
        font-size: 8px;
        text-align: left;
        line-height: 1.5;
    }

    .leftsidebar {
        width: 100%;
        height: auto;
        padding: 20px 0px 0px 0px;
        background-color: white; /*rgb(100, 149, 237);*/
    }

        .leftsidebar ul {
            padding: 4px 0 0 0;
            margin: 4px 0 10px 5px;
        }

        .leftsidebar li {
            list-style: none;
            padding: 0 0 7px 0px;
            margin-top: 0px;
        }

            .leftsidebar li a {
                padding: 0 0 0 40px;
                background: transparent url(link.png) no-repeat left center;
                color: brown;
            }

                .leftsidebar li a:hover {
                    color: #10243e;
                }

                .leftsidebar li a.selected {
                    color: #444;
                    text-decoration: none;
                }

    #content {
        text-align: left;
        width: 100%;
        padding-bottom: 0px;
    }

        #content ul {
            margin: 2px 0 22px 0px;
        }

            #content ul li {
                list-style-type: none;
                background: url(bullet.png) no-repeat;
                margin: 0 0 6px 0;
                padding: 0 0 4px 25px;
                line-height: 1.5em;
            }

    td h2 {
        font-size: 16px;
    }

    .rightsidebar {
        float: left;
        width: 100%;
        height: 500px;
        padding: 20px 0px 0px 0px;
        background-color: rgb(100, 149, 237);
    }

        .rightsidebar ul {
            padding: 4px 0 0 0;
            margin: 4px 0 4px 0;
        }

        .rightsidebar li {
            list-style: none;
            padding: 0 0 7px 0;
        }

            .rightsidebar li a, .rightsidebar li a:hover {
                padding: 0 0 0 24px;
                display: block;
                background: transparent url(link.png) no-repeat left center;
                color: brown;
            }

                .rightsidebar li a.selected {
                    color: #444;
                    text-decoration: none;
                }

    .left-heading {
        color: #10243e;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    }

    #footer {
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        text-align: center;
        font-size: 10px;
        background: #10243e;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .text {
        font-size: 14px;
    }

    @media screen and (max-width: 900px) {
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }
    }
}

@media screen and (max-width: 1160px) and (min-width: 901px) {
    #header {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    #logo {
        width: 100%;
        position: relative;
        height: 180px;
    }

        #logo h1, #logo h2 {
            font-size: 16px;
        }

    #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
        padding: 22px 0 0 160px;
    }

    #logo_text h2 {
        font-size: 15px;
        padding: 10px 0 0 160px;
        width: 70%;
        line-height: 1.5;
    }

    #help {
        width: 50%;
        color: #fff;
        padding: 0px;
        font-weight: bold;
        font-size: 13px;
        text-align: left;
        line-height: 1.5;
    }

    .leftsidebar {
        width: 100%;
        height: auto;
    }

    #content {
        width: 100%;
    }

    td h2 {
        font-size: 16px;
    }

    .rightsidebar {
        float: left;
        width: 100%;
        height: auto;
    }

    .left-heading {
        color: #10243e;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    }

    #footer {
        font-size: 10px;
    }
}
