<!--
body, html {
        font-family: Helvetica,Verdana,sans-serif;
        font-size: 13px;
        color: white;
        background: #FFE500;
        text-align: center;
}

img {
        border: none;
        vertical-align: bottom;
        text-align: center;
}

a:link, a:visited, a:hover {
        text-decoration: none;
        color: white;
        padding: 3px
}

#header a:link, a:visited {
        text-decoration: none;
        color: white;
        padding: 3px
}

#header a:hover {
        border: 1px solid #DC3F0F;
        padding: 2px;
        color: #DC3F0F;
}

#container {
        width: 760px;
        min-width: 760px;
        margin: 0 auto;
        //padding-left: 5px;
        //padding-right: 5px;
}

#header {
        margin-top: 5px;
        margin-bottom: 20px;
        height: 100px;
        width: 100%;
        min-height: 100px;
        max-height: 100px;
}

#leftsubheader {
        float: left;
        display: inline;
        width: 196px;
        font-size: 30px;
        text-align: center;
        height: auto !important;
        height: 108px; /* IE */
        min-height: 108px;
}

#rightuppersubheader {
        font-family: "Times New Roman",sans-serif;
        font-style: italic;
        float: right;
        display: inline;
        width: 560px;
        font-size: 10px;
        height: auto !important;
        height: 25px; /* IE */
        min-height: 25px;
        text-align: center;
}

#rightuppersubheader ul {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        margin-top: 4px;
}

#rightuppersubheader li {
        list-style-type: none;
        padding: 0.05em 0.05em;
        border-left: 1px solid white;
        display: inline;
}

#rightuppersubheader li:first-child {
        border-left: none;
}

li#first {
        border-left: none;
}

#rightlowersubheader {
        font-family: "Times New Roman",sans-serif;
        font-style: bold;
        font-size: 35px;
        text-align: center;
        float: right;
        display: inline;
        width: 560px;
        height: auto !important;
        height: 70px; /* IE */
        min-height: 70px;
        text-align: right;
}

#center {
        float: left;
        width: 100%;
        height: auto !important;
        display: inline;
        text-align: justify;
        height: 350px; /* IE */
        margin-bottom: 10px;
        //padding-right: 5px;
        padding-top: 5px;
        line-height: 20px;
}

div.elem {
        float: right;
        width: 100%;
        margin-bottom: 10px;
}

div.elemright {
        float: right;
        display: inline;
        width: 70%;
        text-align: center;
}

div.elemleft {
        float: left;
        display: inline;
        width: 30%;
        text-align: center;
}
div.ratio {
        float: center;
        width: auto;
        display: inline;
        text-align: center;
}

#footer {
        clear: both;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        font-size: 0.7em;
        border-top-color: white;
        border-top-style: solid;
        border-top-width: 1px;
}

#rightuppersubheader ul {
        list-style-type: none;
        font-size: 15px;
        text-align: left;
}

-->
