﻿body 
{
    background: #000000 url(images/bg.jpg) repeat-x top left;
    margin: 0px;
    color: #cccccc;
    font-family: Arial, Verdana;
}

a
{
    color: #ffbb00;
}

a:hover
{
    color: #ffff00;
}

.box
{
    width: 100%;
    padding: 5px;
}

.boxHeader
{
    font-weight: bold;
    padding: 0px;
}

.boxContent
{
    background: #333333;
    height: 100px;
    vertical-align: top;
}

.centerBox
{
    background: #000000 url(images/page_03.gif) no-repeat top left;
    vertical-align: top;
}

.centerBoxContent
{
    padding: 40px 5px 5px 5px;
    min-height: 500px;
    vertical-align: top;
}

.footer
{
    background: url(images/page_04.gif) no-repeat top left;
    color: #000000;
    height: 57px;
    width: 780px;
}

.header
{
    background: #000000 url(images/page_01.gif) no-repeat top left;
    width: 780px;
    height: 164px;
}

.header_left
{
    width: 100%;
    font-size: xx-large;
    font-weight: bold;
    color: #ff0000;
}

.header_left_small
{
    width: 100%;
    color: #ffee00;
    padding-left: 5px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.header_right
{
    width: 50%;
    background: url(images/headerRight.png) no-repeat top right;
}

.login
{
    color: #000000;
}

.login a
{
    color: #000000;
}

.login a:hover
{
    color: #ff0000;
}

.navbar
{
    background: #f2f2f2 url(images/page_02.gif) no-repeat top left;
    width: 780px;
    height: 27px;
    padding: 0px;
    color: #000000;
}

.navbar a:hover
{
    color:#ffffff;
}

.navbar a
{
    color: #000000;
}

.newsContent
{
    padding:0px;
    color: #777777;
}

.newsHeader
{
    padding:0px;
    border-bottom: solid 1px #000000;
}

.newsItem
{
    padding:0px;
}

.NotesBox
{
    background: #333333;
    padding: 5px;
}

.sideBG
{
    background: url(images/sideBG.jpg) repeat-y top left;
    padding: 0px;
    margin: 0px;
}

