#thebody
{
    font-family: sans-serif; /* sp-id-bodyfontfamily */
    font-size: 10pt; /* sp-id-bodyfontsize */
    margin: 0;
    background-repeat: no-repeat; /* sp-id-backgroundimagerepeat */
    background-position: top left; /* sp-id-backgroundimageposition */
    background-image: url(/branding/files/users/_default/background/background.jpg); /* sp-id-backgroundimage */
}



/* links: */
a
{
    text-decoration: none;
}
a:link, a:visited, .onlinelinkcolor
{
    text-decoration: none;
}
a:link:hover, a:visited:hover, #pftopboxes a:hover
{
    text-decoration: underline;
}



/* the inner part of the page: */
#container
{
    margin: 0px auto 20px auto;
    border-style: solid;
    border-width: 1px;
    width: 824px;
}



#header
{
    margin: 0;
    border-style: solid;
    border-width: 0px;
    width: 100%; /* sp-id-headerwidth */
    height: 164px; /* sp-id-headerheight */
    background-repeat: no-repeat; /* sp-id-headerimagerepeat */
    background-position: top left; /* sp-id-headerimageposition */
    background-image: url(/branding/files/users/_default/header/header.jpg); /* sp-id-headerimage */
}
/* we want the entire header image to be a link to */
/* the home page, so set this to the same height   */
/* as the header: */
#header a
{
    height: 174px;
}



#footer
{
    margin: 10px 9px 9px 9px;
    border-style: solid;
    border-width: 0px;
}
