﻿html, body
{
    height: 100%;
}

body
{
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background: url("/images/background.gif");
    background-repeat: repeat-y;
}

a:link
{
    color: #696269;
}
a:visited
{
    color: #696269;
}
a:active
{
    color: #696269;
}
a:hover
{
    color: #696269;
}

#nav
{
    color: #FFFFFF;
}

#nav ul
{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

#nav li
{
    display: inline;
    margin: 0;
    padding: 0px 30px 0px 0px;
}

#nav a
{
    color: #FFFFFF;
    text-decoration: none;
}
#nav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#nav a:active
{
    color: #fceae5;
    text-decoration: none;
}
#nav a:hover
{
    color: #fceae5;
    text-decoration: none;
}

.text14bold
{
    font-size: 14px;
    font-weight: bold;
}
.text16bold
{
    font-size: 16px;
    font-weight: bold;
}
.text12bold
{
    font-size: 12px;
    font-weight: bold;
}

.wrapper
{
    position: relative;
    min-height: 100%;
}

.head
{
    width: 768px;
    height: 70px;
    font-size: 18px;
    color: #696269;
    text-indent: 25px;
    line-height: 70px;
    vertical-align: middle;
}

.navband
{
    background-color: #696269;
    height: 25px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #e0dfe0;
    border-bottom-color: #e0dfe0;
}

.navtext
{
    width: 768px;
    line-height: 25px;
    vertical-align: middle;
    text-indent: 30px;
}

.content
{
    width: 768px;
    padding-bottom: 100px;
}
.contenttext
{
    width: 708px;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
}
.foot
{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.footband
{
    background-color: #9e969d;
    height: 20px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #e0dfe0;
    border-bottom-color: #e0dfe0;
}

.foottext
{
    width: 768px;
    font-size: 9px;
    color: #FFFFFF;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.footcounter
{
    background-color: #ddc9d1;
    height: 30px;
    width: 768px;
    font-size: 8px;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
}
