﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: 'Futura Bk';
    text-align: center;
    background-color: #f8f8ff;
    height: 100%;
} 

#container
{
    margin: 5px;
    width: 850px; /*height: 100%;*/
    margin: auto;
    text-align: left;
    background-color: #8e86b3;
    font-family: 'Futura Bk';
    color: #FFFFFF;
    font-size: 15px;
}

#header
{
    height: 140px;
    background-color: #b4b1c4;
    font-family: 'Futura Bk';
}
#menu
{
    height: 20px;
    background-color: #003366;
    text-align: center;
}

#textblock
{
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
}

h1 {
color: #FFFFFF;
font-weight: bold;
font-size: 26px;
    text-align: left;
}

h2 {
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
}

h3
{
    color: #FFFFFF;
    font-family: 'Futura Bk';
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

a:link { color: #FFFFFF; text-decoration: none;}
a:visited { color: #FFFFFF; text-decoration:none; }
a:hover
{
    color: #ffa500;
    text-decoration: none;
}

a:active { color: #FFFFFF; text-decoration:none; }
a img { border: 0 none; }
