﻿html
{
    height: 100%;
}

body 
{
    background-image: url('images/BG.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    height: 100%;
    background-color: #125b79;
    font-family: Times New Roman;
}

a:link
{
    font-family: Comic Sans MS;
    color: #1c89b6;
    font-weight: 500;
    text-decoration: underline;
}

a:visited
{
    font-family: Comic Sans MS;
    color: #1c89b6;
    font-weight: 500;
    text-decoration: underline;
}

a:hover
{
    font-family: Comic Sans MS;
    color: #125b79;
    font-weight: 500;
    text-decoration: underline;
}

a:active
{
    font-family: Comic Sans MS;
    color: #1c89b6;
    font-weight: 500;
    text-decoration: underline;
}

a img
{
    border: none;
}

img.ImageBorder
{
    border-bottom: thin solid #000000;
    border-top: thin solid #000000;
    border-left: thin solid #000000;
    border-right: thin solid #000000;
}

h2
{
    font-family: Comic Sans MS;
    font-weight: 600;
    font-size: 1.1em;
}

div.HeaderDiv
{
    position: absolute;
    background-color: Transparent;
    border: none;
    left: 210px;
}

div.NavMenuDiv
{
    position: absolute;
    background-color: Transparent;
    border: none;
    width: 220px;
    top: 10px;
    left: 0px;
}

div.ContentPaneDiv
{
    position: absolute;
    background-color: Transparent;
    border: none;
    width: 700px;
    top: 200px;
    left: 220px;
}

div.FooterDiv
{
    position: absolute;
    background-color: Transparent;
    border: none;
    left: 100px;
}

div.ContentHeader
{
    background-image: url('images/TableHeader.png');
    width: 700px;
    height: 50px;
}

td
{
    padding: 5px 5px 5px 5px;
}

table.FullBorder
{
    border-bottom: thin solid #000000;
    border-top: thin solid #000000;
    border-left: thin solid #000000;
    border-right: thin solid #000000;
}

td.HeaderTD
{
    background-color: #1c89b6;
    border-bottom: thin solid #000000;
    border-top: thin solid #000000;
    border-left: thin solid #000000;
    border-right: thin solid #000000;
    text-align: center;
}

td.TableBorder1
{
    border-bottom: thin solid #000000;
    border-top: thin solid #000000;
    border-left: thin solid #000000;
    border-right: thin solid #000000;
}

td.TableBorder2
{
    border-bottom: thin solid #000000;
    border-right: thin solid #000000;
}

td.TableBorder3
{
    border-bottom: thin solid #000000;
}