﻿body
{
    
    border-width: 2px;
    font-family: Tahoma;
    background-color: #666666;
}

#main
{
    border: 2px solid #000000;
    position: absolute;
    left: 50%;
    width: 900px;
    height: 600px;
    top: 0px;
    bottom: 43px;
    margin-left: -450px;
    background-color: #FFFFFF;
}

#nav
{
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    left: -2px;
    width: 173px;
    height: 380px;
}
 

a:link
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #000066;
}

h1
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #1a1279;
    position: absolute;
    top: 40px;
    left: 29px;
    z-index: 3;
    letter-spacing: 1px;
    width: 683px;
    height: 16px;
}

h2
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #1a1279;
    position: absolute;
    z-index: 3;
    letter-spacing: 1px;
    text-align: center;
}

.text
{
    font-family: tahoma;
    font-size: 10pt;
    color: #000000;
    position: absolute;
    z-index: 5;
}






