﻿*
{
    padding: 0;
    margin: 0;
}
html, body
{
    height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    font-family: "Trebuchet MS" , "Lucida Grande" , "Bitstream Vera Sans" , Arial, Helvetica, sans-serif;
    font-size: 1em;
}
a, a:hover, a:visited, a:active
{
    color: #FF0000;
}
img
{
    border: none;
}
p
{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5
{
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 20px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 12px;
}
#preheader
{
    padding: 0;
    margin: 0;
    visibility: hidden;
    background: #000000;
    color: #999999;
    font-size: .7em;
    font-weight: bold;
}
#header
{
    background: #000000;
}
div#content
{
    background: #333333 url(images/bg_content.gif) repeat-x 100% 100%; /*border: solid 1px #FF0000;*/
    display: block;
    width: 100%;
}
#content h1
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 24px;
}
#headercontent
{
    display: none;
}
.classContainer
{
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.classFooter
{
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    font-size: 12px;
    font-family: Tahoma;
}
.classFooterHeader
{
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
a.hyperlang 
{
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.hoverHand
{
    cursor: pointer;
}
.menuItem
{
}
.menuItem a, .menuItem a:visited
{
    display: block;
    color: #FFFFFF;
    padding: 0 20px 0 20px;
}
.menuItem a:hover
{
    display: block;
    color: #FF0000;
}
.dmenu
{
    border-right: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.dmenuItem
{
    border-top: solid 1px #333333;
}
.dmenuItem a, .dmenuItem a:visited
{
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 5px 20px 5px 20px;
}
.dmenuItem a:hover
{
    display: block;
    width: 100%;
    color: #FF0000;
    background: #333333;
    padding: 5px 20px 5px 20px;
}
.footContent
{
    display: none;
    text-align: left;
    width: 100%;
    background: #333333;
}
.footContent p
{
    padding: 10px;
}
