﻿body
{
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
    text-align: center;
    background: #ffffff url( '../Images/background.gif' ) repeat-x top;
    font-family: Times New Roman;
    font-size: 1.1em;
}

a
{
    color: #61BD1E;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #61BD1E;
}

.layout
{
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

.pageBody
{
    background: white url( '../Images/background-1.png' ) top repeat-x;
    width: 100%;
    height: 200px;
}

img
{
    border-width: 0px;
}

.moto
{
    width: 580px;
    height: 115px;
    background-image: url( '../Images/moto2.png' );
    background-position: center center;
    background-repeat: no-repeat;
}

.header
{
    margin: 0px 0px 0px 25px;
}

.headerImage
{
    width: 205px;
    height: 112px;
    background-image: url( '../Images/header.png' );
    background-position: right center;
    background-repeat: no-repeat;
}

.menu
{
    background-color: #000000;
    margin-left: 25px;
    width: 200px;
    font-family: Times New Roman;
}

.menuItem a
{
    text-decoration: none;
    color: #FFFFFF;
}

.menuItem a:hover
{
    text-decoration: none;
    color: #61BD1E;
}

.menuItem
{
    height: 40px;
    padding-left: 25px;
    color: #FFFFFF;
}
.menuItemSelected
{
    padding-left: 25px;
    height: 40px;
    color: #61BD1E;
}

.menuItemSelected a
{
    text-decoration: none;
    color: #61BD1E;
}

.menuItemEmpty
{
    height: 10px;
}

.bigTitle
{
    color: #FFFFFF;
    height: 90px;
}

.mainContent
{
    padding-top: 25px;
    padding-right: 25px;
    width: 420px;
    background-image: url('../Images/bg-shadow.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: top;
}

.mainContent1
{
    padding-top: 25px;
    padding-right: 25px;
    width: 560px;
    background-image: url('../Images/bg-shadow.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: top;
}

.navigationButton
{
    background-color: #C7EEAF;
    width: 200px;
    height: 35px;
    text-align: center;
    color: #000000;
    background-position: left center;
    background-repeat: no-repeat;
}

.navigationButton a
{
    text-decoration: none;
    color: #000000;
}

.navigationButton a:hover
{
    text-decoration: underline;
    color: #61BD1E;
}

.footer
{
    background-color: #000000;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    height: 30px;
}

.footer a
{
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover
{
    color: #61BD1E;
    text-decoration: underline;
}

.textBlock
{
    background: #ffffff url('../Images/background-2.jpg') no-repeat center top;
    font-size: 0.75em;
    padding: 5px 0px 25px 5px;
}

.title
{
    color: #61BD1E;
    font-size: 1.1em;
    font-weight: bold;
}
.subtitle
{
    color: #61BD1E;
    font-size: 1.3em;
    font-weight: bold;
}
.title1
{
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}