*
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body
{
    background-image: url(/images/body-bg.png);
    background-repeat: repeat-x;
    background-color: #8eb4db;
    background-position: left -99px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 80%;
}

div#logo
{
    width: 700px;
    height: 142px;
    margin: auto;
    margin-top: 58px;
}

div#logo div
{
    overflow: hidden;
    height: 114px;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    border-bottom: 1px solid blue;
}

div#logo img
{
    border: 1px solid #000;
    float: right;
    margin: 40px;
}

body div#content
{
    margin: auto;
    width: 700px;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    border: 1px solid #05347a;
    line-height: 1.5;
    border-bottom: 0;
    background-image: url(/images/footer.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

body div#content h1
{
    font-weight: normal;
    margin: 0;
}

body div#content ul.thumbs
{
    list-style-type: none;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    text-align: center;
}

body div#content ul.thumbs li
{
    float: left;
    text-align: center;
    font-weight: bold;
    margin-left: 13px;
}

ul.thumbs li a
{
    color: #909090;
    text-decoration: none;
    font-size: 85%;
}

ul.thumbs li a:hover
{
    color: #6c6c6c;
}

div#content a#tgt
{
    display: block;
    width: 254px;
    height: 51px;
    margin-top: 25px;
    font-weight: bold;
    float: right;
    color: #000;
    text-decoration: none;
    background-image: url(/images/button.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10px;
    clear: both;
}

div#content h2 
{
    font-size: 120%;
    font-weight: normal;
}

div#content a#tgt:hover
{
    text-decoration: underline;
}

div#content table
{
    width: 100%;
    border-collapse: collapse;
}

div#content table tr td
{
    font-size: 80%;
    padding: 3px;
}

div#content table tr.heading
{
    background-color: #b3b3b3;
    font-weight: bold;
}

div#content table tr.odd
{
    background-color: #d7d7d7;
}

div#content table tr.even
{
    background-color: #e9e9e9;
}

a.external { color: #008000;; }
