﻿body
{
    font-size: 15px;
    color: #000000;
    font-family: Calibri, Arial, Sans-Serif;
    background-color: #cee7ff;
    margin: 0px;
    padding: 0px;
}

.container #box
{
    display: block;
    height: 600px;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 20px;
    width: 960px;
}

.container #logo
{
    background-color: #f0f8ff;
    display: inline;
    height: 75px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 180px;
}

.container #header
{
    background-image: url(gradient2.png);
    background-repeat: repeat-y;
    display: inline;
    height: 75px;
    left: 180px;
    position: absolute;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 780px;
}

#header h1
{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    display: inline;
}

.container #menu
{
    background-image: url(gradient1.png);
    background-repeat: repeat-x;
    display: inline;
    height: 460px;
    left: 0px;
    padding-left: 8px;
    padding-top: 8px;
    position: absolute;
    top: 75px;
    width: 180px;
}

#menu ul
{
    list-style-position: outside;
    list-style-type: square;
    padding-left: 12px;
    margin-left: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

#menu a
{
    color: #000000;
}

.container #main
{
    background-image: url(gradient5.jpg);
    background-repeat: no-repeat;
    /* background-color: #f0f8ff; */ /* background-image: url(gradient4.png); background-repeat: no-repeat; */
    display: block;
    height: 460px;
    left: 180px;
    position: absolute;
    top: 75px;
    width: 780px;
}

#main p
{
    padding: 0px 30px 5px 30px;
    margin: 0px 0px 10px 0px;
    text-align: justify;
}

#main h1
{
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-align: left;
    font-size: 16px;
}

#main h2
{
    padding: 0px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-align: left;
    font-size: 16px;
}

#main ul
{
    list-style-position: outside;
    list-style-type: square;
}

.container #footer
{
    background-image: url(gradient3.png);
    background-repeat: repeat-y;
    display: inline;
    height: 55px;
    left: 0px;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    top: 530px;
    vertical-align: middle;
    width: 100%;
}

#footer p, a
{
    color: #f0f8ff;
    text-decoration: none;
    margin: 5px 0px 5px 0px;
}

.submit
{
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 12px;
    cursor: hand;
    border: #dcdcdc thin solid;
}
