﻿html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    height: 100%;
    font-family: 'MS Reference Sans Serif';
    font-size: 12px;
    color: #413D3D;
    font-weight: normal;
}

#header
{
    width: 100%;
    color: #558ED5;
    font-size: 16px;
    font-weight: bold;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#container
{
    min-height: 100%;
    position: relative;
}

#body
{
    margin: 20px 10% 0 9%;
    width: 80%;
	padding: 4px;
    padding-bottom: 160px; /* Height of the footer */
}
#footertable
{
    border-top: 1px solid #BACCE2;
}

.links
{
    color: #558ED5;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.links:hover
{
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
    cursor: pointer;
}
