﻿body
{
    background-image: url(gra/BackFade.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #6666FF;
    font-family: Trebuchet MS;
    font-size: 10pt;
    color: White;
    margin: 0px;
    padding: 0px;
}

.main
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 25px 0px;
    width: 800px;
}

.left
{
    background-image: url(gra/Left.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 350px;
    padding-top: 230px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    text-align: right;
    width: 170px;
}

.right
{
    float: right;
    width: 520px;
}

.rightTop
{
    background-image: url(gra/right-top.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 470px;
}
.rightMiddle
{
    background-image: url(gra/right-middle.png);
    background-position: left top;
    background-repeat: repeat-y;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 40px;
    width: 470px;
}
.rightBottom
{
    background-image: url(gra/right-bottom.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 470px;
}

.clickHere
{
    height: 100px;
    text-align: center;
    width: 510px;
}

.textbox
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.60;
}

.button
{
    background-color: White;
    border: solid 1px navy;
    color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.80;
}

h1
{
    color: #FFDC24;
    font-family: Tahoma;
    font-size: 110%;
    font-style: normal;
    margin-bottom: 5px;
}

h2
{
    color: #FFDC24;
    font-family: Tahoma;
    font-size: 105%;
    font-style: normal;
    margin-bottom: 10px;
}

em
{
    color: #FFDC24;
    font-style: normal;
}

a:link, a:visited
{
    color: #FFDC24;
    text-decoration: none;
}

p
{
    margin-top: 0px;
    padding-top: 0px;
    text-align: justify;
}


/*News*/
#newsticker
{
    background-color: Transparent;
    color: White;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    width: 100%;
}


#newsticker ul
{
    color: #FFDC24;
    list-style: none;
    margin: 0px;
    min-height: 1.6em;
    padding: 25px 0px 0px 0px;
}

/*Not sure what this does*/
* html #newsticker ul
{
    height: 1.6em;
    overflow: visible;
}

#newsticker li.error
{
    color: #f00;
}


#newsticker #togglenewsticker
{
    background: transparent url( "icon_closenewsticker.gif" ) no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
    text-indent: 25px;
    outline: none;
}

* html #newsticker #togglenewsticker
{
    right: 30px;
}
