body
{
    background: url(bg-splash.png) top repeat-x #000;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, helvetica, Sans-Serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
}

#wrapper
{
    margin: 0 auto;
    width: 968px;
    height: 500px;
}

#top
{
    margin: 0 auto;
    margin-top: 66px;
    height: 119px;
    width: 948px;
    text-align: center;
}

#header
{
    margin: 0 auto;
    padding-left: 346px;
    width: 602px;
    height: 267px;
    background: url(header-splash.jpg) top center no-repeat;
    cursor: pointer;
    cursor: hand;
}

#belowHeader
{
    margin: 0 auto;
    width: 938px;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 12px;
    text-align: right;
    color:White;
}

.content
{
    margin: 0 auto;
    width: 630px;
    font-size:12pt;
}
.content .Normal
{
    font-size:11pt;
}

a, a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}


a:hover
{
    color: #fff;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Tahoma, Arial, Verdana, helvetica, Sans-Serif;
    font-weight: normal;
}

h1, .Head
{
    margin: 0;
    margin-bottom: 15px;
    font-size: 30px;
    color: #fff;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

.controlpanel
{
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    width:100%;
    filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
