﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 62.5%;
    background: #0065A4 url(../graphics/PageBackTiler96.gif) repeat-x;
}
/************ Layout ************/
div#page
{
    width: 767px;
    margin: 0 auto 0;
}
div#header
{
    width: 100%;
    height: 96px;
    margin: 0 0 0 14px;
    padding: 0;
    background: transparent url(../graphics/Masthead767X96.gif) no-repeat;
}
div#content
{
    width: 755px;
    margin: 0 0 0 14px;
    padding: 0;
    background: #FFF;
    border: 6px solid #72BD5D;
    border-top: none;
}
div#pageThumbs
{
    margin: 0;
    padding: 0;
}
div#footer
{
    clear: both;
    width: 100%;
    background: #747F81;
}
div#copyright
{
    width: 100%;
}
/********** Typography **********/
/*********** Elements ***********/
div#footer ul
{
    margin: 0 0 0 15px;
    padding: 5px 0;
    list-style-type: none;
}
div#footer ul li
{
    margin-right: 5px;
    display: inline;
    text-transform: uppercase;
    color: #FFF;
}
div#footer ul li a:link, div#footer ul li a:visited,
div#footer ul li a:hover, div#footer ul li a:active
{
    color: #FFF;
    font-size: 1.1em;
}
div#copyright ul
{
    margin: 0 0 0 15px;
    padding: 10px 0;
    list-style-type: none;
}
div#copyright ul li
{
    margin-right: 20px;
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}
div#copyright ul li a:link, div#copyright ul li a:visited,
div#copyright ul li a:hover, div#copyright ul li a:active
{
    color: #747F81;
}
a img
{
    border: none;
}
div#pageThumbs table tr
{
    vertical-align: top;
}
div#pageThumbs table tr td a
{
    display: block;
    text-decoration: none;
}
div#pageThumbs table tr td a img
{
    float: left;
}
div#pageThumbs table tr td a p
{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    text-decoration: underline;
}