
body
{
    background-image: url(images/Background.gif);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #2C5CB5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
}
.newsbackground
{
    border: solid 1px #BABABA;
    width: 282px;
    padding: 10px;
}

#wrapper
{
    margin: 0 auto;
    width: 934px;
}
#header
{
    width: 100%;
    padding-top: 15px;
}
#topnav
{
    background-image: url(images/blankbutton.gif);
    background-position: right;
    background-repeat: repeat-x;
    margin-top: 15px;
}

#topnav a
{
    text-decoration: none;
    color: White;
}

#footer a
{
    color: White;
}
#maincontent
{
    overflow: hidden;
    width: 100%;
    background-color: white;
}
#leftcontent
{
    float: left;
    width: 520px;
    line-height: 18px;
    background-color: white;
}
#contentleft
{
    padding-top: 15px;
    padding-left: 15px;
}

#widecontent
{
    float: left;
    line-height: 18px;
    background-color: white;
}
#mediaplayer
{
    padding-top: 1px;
    padding-left: 15px;
}
#rightnav
{
    float: right;
    width: 325px;
    padding-top: 20px;
}

#clear
{
    clear: both;
}
#maintext
{
    width: 570px;
    padding-bottom: 20px;
}
#footer
{
    clear: both;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 14px;
    color: white;
    margin-bottom: 10px;
    width: 928px;
}
#footerimage
{
    clear: both;
    margin-top: 2px;
    width: 100%;
    text-align: right;
    background-color: #7092CC;
}

ul
{
    list-style-image: url(/images/pointer_31.gif);
    margin-left: 0px;
    padding-left: 2em;
}

A:link
{
    /*   text-decoration: none;*/
    color: #003558;
}
A:visited
{
    /*  text-decoration: none;*/
    color: #003558;
}
A:active
{
    text-decoration: underline;
    color: #D9D9DC;
}
A:hover
{
    text-decoration: underline;
}

.title
{
    padding-left: 10px;
}
.date
{
    padding-left: 10px;
    line-height: 15px;
}
.content
{
    line-height: 16px;
}

h1
{
    font-size: x-large;
}

h1, h2, h3, h4
{
    color: #EAA803;
    font-weight: bold;
}

.button
{
    border: Solid 1px #CCCCCC;
    font-family: Verdana;
    color: #284775;
    background-color: #FFFBFF;
    cursor: pointer;
    text-decoration: none;
}

.leftcolumn
{
    font-weight: bold;
}
.rightcolumn
{
    font-weight: normal;
}

.question
{
    background-color: #5d7b9d;
    color: white;
    cursor: pointer;
}

.answer
{
}



#mediaplayer a
{
    text-decoration: none;
    color: White;
}

.regheading
{
    padding: 2px 2px 2px 5px;
    background-color: #FF9900;
    color: #FFFFFF;
    font-weight: bold;
}
.regtable
{
    border: solid 1px;
    width: 570px;
    border-collapse: collapse;
}
.alt
{
    background-color: #A6C2FF;
}