﻿body
{
    font-family: "trebuchet ms", arial, verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    background-color: #EEE;
}

div#container, div#footer
{
    margin: 0px auto;
    width: 920px;
    padding: 1px;
}

div#container
{
    background-color: White;
}

div#header
{
    position: relative;
    width: 100%;
    height: 115px;
    background: url('../Images/header.jpg') no-repeat;
    font-size: 11px;
}

div#header a, div#header a:visited, div#header a:hover, div#header a:active
{
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    font-weight: bold;
    color: #0b3241;
    text-decoration: none;
}

div#footer A, div#footer a:visited, div#footer a:hover, div#footer a:active
{
    text-decoration: none;
}

div#header a:hover, div#footer a:hover
{
    text-decoration: underline;
}

div#footer
{
    height: 14px;
    padding-top: 2px;
    text-align: center;
}

.validator
{
    color: Red;
}

a, a:hover, a:active, a:visited
{
    color: #075590;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.minSize
{
    width:          1%;
    white-space:    nowrap;
}

h1
{
    font-size: 24pt;
    text-align: center;
}

div#textpage
{
    width: 60%;
    margin: 0px auto 30px auto;
}
