﻿body
{
    font-size: 14px;
    background-color: #456789;
    background-image: url("bg.gif");
    background-repeat: repeat-y;
    background-position: center;
    font-family: Verdana, Arial, Sans-Serif;
}

div#search
{
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #FFF;
    background-color: #302217;
    background-position: center;
}

div#header
{
}

div#navigation
{
}

div#navigation ul
{
    margin: 0;
}

div#navigation ul li
{
    list-style: none;
}

div#navigation ul li a
{
    color: #fff;
    display: block;
    font-size: 12px;
    background: #302217;
    margin: .5em 1em 0;
    padding: .25em;
    border: outset 2px #F87217;
    text-align: center;
    text-decoration: none;
}

div#navigation ul li a:hover
{
    background: #302217;
    border: solid 2px #F87217;
    text-decoration: underline;
}

div#navigation h2
{
    font-size: 18px;
    text-align: center;
}

div#navigation h3
{
    font-size: 12px;
}

div#navigation h4
{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

div#navigation h5
{
    font-size: 10px;
}

div#navigation table
{
    width: 180px;
    font-family: Verdana;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
}

div#content
{
}

div#content h1
{
    font-size: 25px;
    text-align: center;
    color: #302217;
}

div#content h3
{
    font-size: 14px;
}

div#content h4
{
    text-align: center;
}

div#content h5
{
    font-size: 12px;
    text-align: center;
}
