body
{
    font-size: 8pt;
}



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


 
/* the inner part of the page: */
#container
{
    margin: 15px auto 20px auto;
    border: 2px solid black;
}



/* header stuff: */
#header
{
    border-bottom: 1px solid black;
    background-color: black;
    margin: 0;
    height: 204px;
}
/* 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: 204px;
}

#nav1, #content, #nav2
{
padding-top: 10px;
}

/* footer stuff: */
#footer
{
    margin: 0;
    border-top: 1px solid black !important;
    font-weight: bold;
    height: 65px;
    background-color:black
    background-position: 0% 90%;
}


