html
{
    height: 100%;
    padding: 0 0 1px 0;
}

body
{
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 10px;
    padding-top: 0
}

a, a:visited
{
    color: #a00;
    text-decoration: underline
}

a:hover
{
    color: #fff;
    background-color: #a00
}

.rightim
{
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    border-width: 0px;
}

.leftim
{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    clear: right;
    border-width: 0px;
}

.panel
{
    width: 100%;
    height: 20px
}

.panel1
{
    background-color: #ffa;
    width: 20%;
    height: 20px;
    float: left
}

.panel2
{
    background-color: #ffa;
    margin-left: 4%;
    width: 75.9%;
    height: 20px;
    float: left;
    clear: right
}

.col1
{
    text-align: left;
    margin-right: 4%;
    width: 30%;
    float: left;
    border-bottom: 1em solid #fff
}

.col2
{
    width: 65%;
    float: left;
    border-bottom: 1em solid #fff
}

#main
{
    min-width: 760px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

#header
{
    font-size: 0.9em;
    background-image: url("../graphics/all/logo.gif");
    background-repeat: no-repeat;
    text-align: right;
    width: 100%;
    height: 130px;
    vertical-align: middle;
    border-bottom: 1px solid #a00
}

#header #inset
{
    margin-top: auto;
    margin-bottom: auto;
    float: right;
    clear: both
}

#header a, a:visited
{
    color: #a00;
    text-decoration: underline;
    background-color: #fff
}

#header a:hover
{
    color: #fff;
    background-color: #a00
}

#footer
{
    text-align: center;
    padding-top: 10px;
    width: 100%;
    clear: both;
    border-top: 1px solid #a00
}

#nav
{
    background-color: #ffa;
    margin-top: 80px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 20%;
    float: left
}

#nav ul
{
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0
}

#nav li a, a:visited
{
    color: #a00;
    line-height: 1.5em;
    text-decoration: underline;
    background-color: #ffffaa;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%
}

#nav li a:hover
{
    color: #ffa;
    line-height: 1.5em;
    background-color: #a00;
    list-style-type: square;
    margin-left: 0;
    padding-left: 0;
    width: 100%
}

#content
{
    margin-left: 4%;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 75.9%;
    float: left;
    clear: right
}

#content a, a:visited
{
    color: #a00;
    background-color: #fff
}

#content a:hover
{
    color: #fff;
    background-color: #a00
}

#content h1
{
    font-size: 1.3em;
    font-weight: bold
}

#content h2
{
    font-size: 1.1em;
    font-weight: bolder
}

.inp
{
    width: 100%;
    border: solid 1px #a00
}

.button
{
    border: solid 1px #a00
}

