﻿*
{
    margin: 0;
}
html
{
    height: 100%;
}

body
{
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a {
	color: #0B3358;
}


div#navcontainer
{
    position: absolute;
    top: 75px;
    left: 120px;
    height: 28px;
    width: 770px;
}

div#navcontainer ul
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

div#navcontainer ul li
{
    display: inline;
    margin-left: -4px;
}

div#navcontainer ul li a
{
    padding: 5px 10px 5px 10px;
    color: White;
    text-decoration: none;
}

div#navcontainer ul li a:hover
{
    background-color: #ffc72a;
    color: #0b3358;
}

#active a
{
    border-left: 1px solid #fff;
}

#titlebar
{
    background-position: left top;
    background-image: url(images/back.jpg);
    background-repeat: repeat-x;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.push
{
    height: 40px; /* .push must be the same height as .footer */
}

.footer
{
    height: 40px; /* .push must be the same height as .footer */
    font-size: 11px;
    color: #ffc72a;
    background-image: url(images/footer.jpg);
    background-position-y: bottom;
    background-repeat: repeat-x;
    width: 100%;
}

.headers
{
    width: 100px;
    text-align: center;
    background-color: #ffc72a;
    border: solid 1px navy;
    padding:5px;
}

.blocks
{
    text-align: center;
    background-color: #ffc72a;
    border: solid 1px navy;
    padding:5px;
}
