﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-size: 1em;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

#maincontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    overflow: auto;
}

#mainwrapper {
    width: 840px;
    margin: 0 auto;
}

#contentwrapper {
    position: inherit;
    top: 0;
    bottom: 15px;
    float: left;
    width: 100%;
}

#contentcolumn {
    margin: 0 20px 0 20px;
}

#leftcolumn {
    float: left;
    width: 20px;
    margin-left: -840px;
}

#rightcolumn {
    float: left;
    width: 20px; /*Width of right column*/
    margin-left: -20px; /*Set left margin to -(RightColumnWidth)*/
}

#footer {
    position: fixed;
    clear: left;
    width: 100%;
    background: #ffffff;
    color: #974578;
    text-align: center;
    height: 15px;
    bottom: 0;
}

    #footer a {
        color: #974578;
    }

.toggle:hover {
    cursor: pointer;
}

.style1 {
    font-size: 12px;
}

.style2 {
    font-size: 16px;
    text-align: justify;
}

.style3 {
    color: #000099;
    font-size: 14px;
    font-weight: bold;
}

.style8 {
    font-size: 10px;
}

.style20 {
    color: #000099;
}

.style22 {
    padding: 5px;
    text-align: justify;
}

body img {
    border: 0;
    text-decoration: none;
}

h1, h2, h3 {
    background-color: inherit;
    color: #011DC3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 120%;
}

h2 {
    font-size: 110%;
}

h3 {
    color: #0073EA;
    font-weight: bold;
    font-size: 1.1em;
}

a {
    color: #974578;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.terms {
    color: #000000;
    text-align: justify;
}

.imglft {
    float: left;
    padding: 5px;
}

.imgrgt {
    float: right;
    padding: 5px;
}

.center {
    text-align: center;
}

.smltxt {
    font-size: x-small;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.1em;
        height: 1.5em;
    }

    html > body #sortable li {
        height: 1.5em;
        line-height: 1.2em;
    }

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

#fixedlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #fixedlist li {
        margin: 5px 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        text-align: right;
        height: 1.6em;
    }

    html > body #fixedlist li {
        height: 1.5em;
        line-height: 1.2em;
    }

ul.sortable li {
    cursor: move;
}

.ui-button span {
    width: 700px;
}

.tdleft {
    text-align: left;
}

    .tdleft table {
        margin-left: 0;
        margin-right: auto;
    }

.tdright {
    text-align: right;
}

    .tdright table {
        margin-left: auto;
        margin-right: 0;
    }

.tdcenter {
    text-align: center;
}

    .tdcenter table {
        margin-left: auto;
        margin-right: auto;
    }

.tdtop {
    vertical-align: top;
}

.tdbottom {
    vertical-align: bottom;
}

.tdmiddle {
    vertical-align: middle;
}

.tdjustify {
    text-align: justify;
}

.submit {
}

.radio {
}

.button {
}

input[type=radio] {
    display: none;
    margin: 10px;
    width: 0;
}

    input[type=radio] + label {
        display: block;
        padding: 12px 12px 12px 12px;
        width: 750px;
    }

.ui-checkboxradio-icon {
    display: none !important;
}
