﻿body
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url('/imgs/wallpaper.png');
    background-repeat: repeat-x;
    width: 999px;
    padding-left: 50%;
    margin-left: -500px;
    padding-top: 193px;
    top: 0px;
    margin-top: 0px;
    line-height: 18px;
    color: #626262;
}

a:link
{
    color: #463f3f;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

a:hover
{
    color: #86a6aa;
    font-weight: bold;
    text-decoration: underline;
}

a:visited
{
     color: #463f3f;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  
}
.Header
{
    background-position: center top;
    height: 232px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url('/imgs/header.png');
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
}

.ContentHolder
{
    background-color: #faf9f8;
    width: 999px;
}
.Footer
{
    background-image: url('/imgs/footer.png');
    width: 999px;
    height: 32px;
    color: #FFFFFF;
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-top: 17px;
    background-repeat: no-repeat;
    margin-top: -25px;
}
.Headlines
{
    font-weight: bold;
    color: #626262;
    font-size: 18px;
}
img
{
    border: none;
}
.menu
{
    color: #463f3f;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 232px;
    padding: 0px;
    text-decoration: none;
}
.menu a:link
{
    color: #463f3f;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 232px;
    padding: 0px;
    text-decoration: none;
}
.menu a:hover
{
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 232px;
    padding: 0px;
    text-decoration: none;
}
.menu a:visited
{
    color: #463f3f;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 232px;
    padding: 0px;
    text-decoration: none;
}
.MenuHover
{
    width: 174px;
    padding: 0px;
    padding-left: 35px;

}
.MenuHover:hover
{
    width: 174px;
    padding: 0px;
    background-image: url('/imgs/menuhover.png');
    padding-left: 35px;
}

