html {
    margin: 0px;
    padding: 0px;
    background: #b8b8b8;
    color: #000;
}
body {
    margin: 0px;
    padding: 0px;
    background: #b8b8b8;
    color: #000;
    min-width: 775px;
}
img {
    border: none;
}
#topwrap
{
    background: white;
    margin: 40px auto;
    width: 775px;
}
#bottomwrap
{
    background: white;
    margin: 0px 0px 0px 0px;
    width: 775px;
}
#header
{
    padding: 15px 10px 15px 10px;
    background: white;
    width: 745px;
}

#nav
{
    background: white;
    width: inherit;
    height: auto;
    font: .8em Arial, serif;
    padding: 5px 0px 32px;
    margin: 0px;
}

#nav ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#nav li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}
#flags
{
    float: right;
    background-color: White;
    padding: 0px;
}
#main_picture
{
    background: white;
    float: left;
    width: 530px;
    height: 114px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#main_text
{
    background: #99CCFF;
    float: left;
    width: 510px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 10px 10px;
}
#main_text p
{
    font: 0.8125em Arial, sans-serif;
    line-height: 150%;
}
#more_rightalign
{
    float: right;
}
#main_text h3
{
    font: 1em Arial, sans-serif;
    font-weight: bold;
    color: Gray;
    line-height: 150%;
}
#main_text h4
{
    font: .9em Arial, sans-serif;
    font-weight: bold;
    color: Black;
    line-height: 100%;
}

#main_text ul
{
    font: 0.8125em Arial, sans-serif;
    line-height: 150%;
}
.indent
{
    font: .9em,Arial, sans-serif;
    line-height: 150%;
    margin: 0px 0px 0px 15px;
}
#footer
{
    background: #b8b8b8;
    clear: both;
}

#footer p
{
    padding: 5px;
    margin: 0;
    text-align: center;
    font: 0.75em Verdana, sans-serif;
    line-height: 1;
}
#sidebar
{
    vertical-align: top;
    height: 114px;
    background: #3366cc;
    float: right;
    width: 245px;
    overflow: hidden;
}
#sidebar p
{
    color: white;
    padding: 5px 10px 10px 10px;
    margin-bottom: 0px;
    font: 0.75em arial, sans-serif;
    line-height: 140%;
}
#sidebar h3
{
    font: 1em Arial, sans-serif;
    font-weight: bold;
    color: Silver;
    line-height: 150%;
    padding: 5px 10px 10px 10px;
    margin-bottom: 0px;
}


#middlegreybar
{
    font: 0.75em arial, sans-serif;
    background-color: #eeeeee;
    height: 16px;
    float: left;
    width: 530px;
}

#bottomrightbox
{
    float: right;
    width: 220px;
    height: auto;
    background-color: white;
    font: 0.75em arial, sans-serif;
    margin: 0 0 0 0;
    padding: 5px 10px 10px 10px;
}
#bottomrightbox p
{
    color: black;
}
#bottomrightbox h3
{
    font: .9em arial, sans-serif;
    font-weight: bold;
    color: gray;
}
a
{
    color: #333333;
    font-weight: normal;
}

a:hover
{
    color: #3366cc;
    font-weight: normal;
}



#csstopmenu li
{
    float: left;
    position: relative;
}

#csstopmenu a
{
    text-decoration: none;
}

.mainitems
{
    border-left-width: 0;
    background-color: white;
    padding: 10px 0px 10px 0px;
}

.headerlinks a
{
    margin: auto 8px;
    font-weight: bold;
    color: black;
    background-color: white;
}

.headerlinks a:hover
{
    margin: auto 8px;
    font-weight: bold;
    color: black;
    background-color: #99CCFF;
}
.submenus
{
    display: none;
    width: 10em;
    position: absolute;
    top: 1.2em;
    left: 0px;
    background-color: #dddddd;
    padding-left: 1px;
    padding-top: 1px;
    border: 1px solid white;
}

.submenus li
{
    width: 100%;
    padding-left: 8px;
    padding-top: 4px;
    border: 1px solid white;
}

.submenus li a
{
    display: block;
    width: 100%;
    text-indent: 3px;
    padding-left: 1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    background-color: #dddddd;
    color: black;
}

html > body .submenus li a
{
    /* non IE browsers */
    width: auto;
}

.submenus li a:hover
{
    display: block;
    width: 100%;
    text-indent: 3px;
    padding-left: 1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    background-color: #99CCFF;
    color: white;
}

#csstopmenu li > ul
{
    /* non IE browsers */
    top: auto;
    left: auto;
}

#csstopmenu li:hover ul, li.over ul
{
    display: block;
}

html > body #clearmenu
{
    /* non IE browsers */
    height: 3px;
}
