﻿body 
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif, sans;
    font-size: 12px;
    background: #FFFFFF url('../../images/fslwatermarkgrey.jpg') no-repeat center 140px;
    background-attachment: fixed;
}

#brandingBar
{
    height: 100px;
    /* width: 795px; */
    width: 793px;
    margin: auto;
    position: relative;
    padding: 10px 0 0 10px;
    background-color: #E9E9E9;
}

#brandingBar img
{
    border: none;
}

#wrapper
{
    margin: auto;
    width: 805px;
}

#navigation
{
    position: absolute;
    top: 100px;
    height: 30px;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation li
{
    list-style-type: none;
    float: left;
    width: 160px;
    /*width: 200px;*/
    text-align: center;
    border-right: solid 1px #DCECF5;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active
{
    background: #FFFFFF url('../../images/navdefault.png') repeat;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;  
    padding: 8px 5px 2px 5px;
    display: block;
    text-transform: uppercase;
    height: 20px;
    vertical-align: baseline;
}

#navigation a:hover
{
    background: #FFFFFF url('../../images/navselect.png') repeat;    
    text-decoration: none;
    display: block;
    padding: 8px 5px 2px 5px;
}

#content
{
    position: relative;
    top: 30px;
}

#content h1
{
    font-size: 18px;
    font-family: Georgia, Times New Roman, Times, Serif;
}

#content h2
{
    font-size: 14px;
    font-family: Georgia, Times New Roman, Times, Serif;
}

#content p
{
    text-align: justify;
    line-height: 1.5;  
}

#content li
{
    text-align: justify;
    line-height: 2;  
}

#content table.howtopay
{
    border: none;
    width: 600px;
    padding: 5px 5px 5px 5px;
}

#content td.howtopay
{
    width: 290px;
}

#content th.howtopay
{
    font-weight: bold;
    text-align: left;
}

#content td.howtopay
{
    border: none;
    width: 900px;
    padding: 5px 5px 5px 5px;
}

#content td.help
{
    width: 290px;
}

#content p.inline
{
    display: inline;
}

#content p.bold
{
    font-weight: bold;
}

#content a, #content a:link, #content a:visited, #content a:active, #content a:hover
{
    text-decoration: underline;
    color: #0000FF;  
}

#content #ticker
{
    text-align: center;
}

#content #ticker a, #content #ticker a:link, #content #ticker a:visited,
    #content #ticker a:active, #content #ticker a:hover
{
    color: #FFFF00;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background-color: #FF0000;
    padding: 5px 5px 5px 5px;
}

#content td
{
    vertical-align: top;
}

#content input, #content textarea, #content select
{
    font-family: Verdana, Arial, Sans-Serif, sans;
    font-size: 12px;    
}

#content .error
{
    font-size: 18px;
    color: Red;
    font-weight: bold;
}

#footer
{
    position: relative;
    top: 50px;
    border-top: 2px solid #000000;
}

#footer p 
{
    font-size: 10px;
    text-align: justify;
}

#footer .access
{
    text-align: center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
    text-decoration: underline;
    color: #0000FF;  
}

