﻿*
{
    margin: 0px;
    padding: 0px;

}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px 6%;
}

#container
{
    float: left;
}

#header
{
    float: left;
    width: 100%;
    border-bottom: 1px dotted ;
    margin-bottom: 10px;
}

    #header h1
    {
        font-size: 18px;
        float: left;
        padding: 45px 0px 5px 0px;
    }


ul li a
{
    font-size: 16px;
}

#main
{
    overflow: hidden;
    padding: 0 0 15px 10px;
    float: left;
}

ul
{
    list-style-type: square;
    margin-left: 25px;
    font-size: 14px;
}

.button
{
    clear: both;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    border: 1px;
    background: #5e5b54;
    color: #fff;
    font-weight: bold;
}

    .button a
    {
        color: #fff !important;
    }

.operation
{
    text-align: center;
}

.control
{
    margin: 0;
    padding: 0;
    clear: both;
}

    .control li
    {
        text-align: center;
        width: 30px;
        margin: 10px 0;
    }

#footer
{
    clear: both;
    padding: 10px;
    text-align: right;
    border-top: 1px dotted #8A8575;
    border-bottom: 1px dotted #8A8575;
    font-family: Constantia, Georgia, serif;
}

/******************** Top Navigation ************************/


/********************* End top navigation ***************************/

p
{
    margin-bottom: 15px;
    margin-top: 0px;
}

h2
{
    color: #5e5b54;
}

h2, h3
{
    margin-bottom: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

h3
{
    color: #9B9993;
}

    #header h1 a, h3 em
    {
        color: #5E5B54;
    }

a:link, a:visited
{
    color: #F6855E;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a:active
{
    color: #006633;
    text-decoration: none;
    font-weight: bold;
}

