﻿body
{
    font-family: Verdana;
    font-size: small;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-right: 30;
    text-align: left;
    background-color: #62B1D4;
}

h2, h3, h4, h5
{
    color: #125088;
}

hr
{
    color: #B9DD37; 
}

A:link
{
    color: #265CC0;
    text-decoration: none;
}

A:visited
{
    color: #265CC0;
    text-decoration: none;
}

A:active
{
    color: #265CC0;
    cursor: hand;
    text-decoration: none;
}

A:hover
{
    color: #4D9FE1;
    cursor: hand;
    text-decoration: "underline";
}

A.bodyLink:link
{
    color: #265CC0;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:visited
{
    color: #265CC0;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:active
{
    color: #265CC0;
    cursor: hand;
    text-decoration: none;
    font-weight: bold;
}

A.bodyLink:hover
{
    color: #4D9FE1;
    cursor: hand;
    text-decoration: "underline";
    font-weight: bold;
}

A.topLink:link
{
    color: #163A6E;
    text-decoration: none;
    font-weight: normal;
}

A.topLink:visited
{
    color: #163A6E;
    text-decoration: none;
    font-weight: normal;
}

A.topLink:active
{
    color: #163A6E;
    cursor: hand;
    text-decoration: none;
    font-weight: normal;
}

A.topLink:hover
{
    color: #4D9FE1;
    cursor: hand;
    text-decoration: "underline";
    font-weight: normal;
}

#masthead
{
    background-color: #62B1D4;
    background-image: url(Images/background-8-1.png);
    min-width: 750px;
    background-repeat: repeat;
    height: 150px;
    font-family: Impact;
    letter-spacing: 5px;
    color: white;
}

#container
{
    position: relative;
    width: 100%;
    background-color: #B9DD37;
}

#top_nav
{
    color: White;
    background-color: #125088;
}

#left_col
{
    font-size: medium;
    width: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #B9DD37;
    height: inherit;
    padding: 10px;
}


#right_col
{
    font-size: medium;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #B9DD37;
    height: inherit;
    padding: 10px;
}

#page_content
{
    margin-left: 190px;
    top: 0px;
    bottom: 5px;
    padding: 5px;
    background-color: White;
    max-height: 330px;
    overflow: auto;
    scrollbar-face-color: #B9DD37;
}

#footer
{
    color: White;
    background-color: #125088;
    text-align: center;
    top: 1px;
    padding: 1px;
    font-size: smaller;
}

.menu2
{
    background-color: #B9DD37;
    color: White;
}

