﻿@import "reset.css";

*
{
    font-size: 7pt;
}

body
{
    background-color: white;
}

div#page-wrapper
{
    margin: 0 auto;
}


div#header-wrapper
{
    background-color: #FBA672;
}
div#header-wrapper h1
{
    text-align: center;
}


div#header-wrapper h2
{
    padding: 5px;
    text-align: center;
}
span#topmenu
{
    font-size: 7pt;
    color: #454545;
}
span#topmenu a
{
    font-size: 7pt;
    font-weight: bold;
    color: #454545;
    text-decoration: none;
}
span#topmenu a:hover
{
    text-decoration: none;
    color: White;
}
span#login
{
    display: none;
}
span#login a
{
    font-size: 7pt;
    color: #454545;
    font-weight: bold;
    text-decoration: none;
}
span#login a:hover
{
    color: White;
    text-decoration: none;
}


div#main-wrapper
{
}

div#sidenav
{
}
div.class1
{
    display: none;
    color: White;
    background-color: #FBA672;
    border-top: groove 1px #ffffff;
    padding: 5px;
    padding-left: 0px;
}
div.class1 ul
{
    list-style-type: none;
}
div.class1 ul li
{
    font-weight: normal;
}
div.class1 ul li a
{
    text-decoration: none;
    color: #454545;
}
div.class1 ul li a:hover
{
    text-decoration: none;
    color: White;
}
div.class2
{
    background-color: #5C7DBE;
    font-weight: bold;
    border-top: groove 1px white;
    border-bottom: groove 1px white;
    padding: 5px;
}
div.class2 ul
{
    list-style-type: none;
}
div.class2 ul li a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
div.class2 ul li a:hover
{
    text-decoration: underline;
}
div.class3
{
    background-color: #7C96CB;
    border-bottom: groove 1px white;
    padding: 5px;
}
div.class3 ul
{
    list-style-type: none;
}
div.class3 ul li
{
    font-weight: normal;
}
div.class3 ul li a
{
    text-decoration: none;
    color: White;
}
div.class3 ul li a:hover
{
    text-decoration: none;
    font-weight: bold;
}
div.class4
{
    display: none;
}
div.class5
{
    background-color: #5C7DBE;
    padding: 5px;
}
div.class5 ul
{
    list-style-type: none;
}
div.class5 ul li
{
    font-weight: normal;
}
div.class5 ul li a
{
    text-decoration: none;
    color: White;
}
div.class5 ul li a:hover
{
    text-decoration: none;
    font-weight: bold;
}


div#content-wrapper
{
}

div#content-header
{
    display: none;
}

div#content-right
{
    color: Black;
}

div.class6
{
    display: none;
}
span.quote
{
}

span.quote-author
{
}

div.class7
{
    display: none;
}
div.class7 p
{
}
div.class7 ul
{
}


div#content
{
    border-top: solid 1px #7C96CB;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
}
div#content p
{
    padding-top: 10px;
}
p.content-caption
{
    color: #7C96CB;
    font-weight: bold;
    font-size: 8pt;
}
div#content p img
{
    float: right;
}
div#content ul
{
    list-style-position: inside;
}

div#footer-wrapper
{
    background-color: #FBA672;
    height: 22px;
    margin-bottom: 10px;
}
div#footer-wrapper h1
{
    font-size: 7pt;
    color: White;
    padding: 5px 5px;
    text-align: right;
    font-weight: normal;
}
