﻿body 
{
    background-image:url(Images/bg.gif);
    margin-top:20px;
}

    
#container
{
    width:732px;
    border:2px solid #006697;
    margin:0px auto;
    background-color: #eeeeee;
    }

#header
{
    width:732px;
    background-image:url(Images/logotype.png);
    height: 79px;
    }

#menu
{
    border-top:2px solid #006697;
    border-bottom:2px solid #006697;
    background-color: #ACD2E3;
    padding:7px;

    
    }

#content
{
    padding:20px;
    background-color: #ffffff;
    }
 
#footer
{
    width: 724px;
    margin:0px auto;
    padding:4px;
    color: #2d189b;
    background-color: #ACD2E3;
    border-left:2px solid #006697;
    border-right:2px solid #006697;
    border-bottom:2px solid #006697;
    }
 
.menu_alternative
{
    padding:5px;
    background-color: #f8f8f8;
    margin-bottom:10px;
    }
    
div
{
    font-family:Verdana, Arial, Serif;
    font-size:11px;
    }

.space
{
    height:5px;
    font-size:0px;
    }
    
a
{
    color:#2d189b;
    text-decoration:none;
    }

a:visited
{
    color:#2d189b;
    text-decoration:none;
    }


a:hover
{
    color:#2d189b;
    text-decoration:underline;
    }
    
h1
{
    font-family:Trebuchet MS, Verdana, Serif;
    font-size: 20px;
    color:#B13D36;
    margin:0px;
    padding:0px;
    }