﻿body
{
    width: 100%;
    background-color: #FFFFFF;
    font-family: verdana, calibra;
    font-size: 9pt;
    line-height: 12pt;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
}

.master
{
    width: 1024px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}

.content
{
    text-align: justify;
}

.backgroundcontent
{
    background-image: url(../images/ui/watermark.jpg);
    background-repeat: no-repeat;
    background-position: 0px 281px;
    min-height: 350px;
}

.imageleft
{
    width: 264px;
    background-color: #ffffff;
    background-image: url(../images/ui/imageleft.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 606px;
    min-height: 606px;
}

.contact
{
    position: relative;
    top: 20px;
    left: 30px;
    text-align: left;
}
.menuButton
{
    background-color: #FFFFFF;
    border: solid 0px #B90000;
    color: #c81b1f;
    font-size: 10pt;
    font-weight: bold;
}

.menuButton:hover
{
    background-color: #FFFFFF;
    border: solid 0px #B90000;
    color: #eb1b1f;
    font-size: 10pt;
    font-weight: bold;
}

.selectedButton
{
    background-color: #B90000;
    border: solid 1px #B90000;
    color: #FFFFFF;
    font-size: 8pt;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}

h2
{
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}

A:link
{
    color: #B90000;
    text-decoration: none;
}

A:visited
{
    color: #B90000;
    text-decoration: none;
}

A:active
{
    color: #B90000;
    text-decoration: none;
}

A:hover
{
    text-decoration: none;
    color: #B90000;
}

