﻿body
{
    font-size: smaller;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox
{
    border: solid 1px silver;
}

.divPageLayout
{
    margin: 0px auto;
    width: 700px;
    text-align: center;
}

.divLogo
{
    width: 350px;
    text-align: left;
}

.divTopLink
{
    width: 350px;
    text-align: right;
    font-size: x-small;
    font-weight: bold;  
}

.divBar
{
    background-image: url(Images/barbg.gif);
    background-repeat: repeat-x;
    height: 30px;
    width: 700px;
    text-align: left;
}

.tableBarLinks
{
    font-weight: bold;
    font-size: 0.9em;
    width: 700px;
    color: #ffffff;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.aBarLink
{
    color: #ffffff;
    text-decoration: none;
}

.aBarLink:hover
{
    text-decoration: underline;
}

.aMainLink
{
    color: Blue;
    text-decoration: underline;
}

.aMainLink:hover
{
    text-decoration: none;
}

.divMain
{
    margin: 0 auto;
    text-align: center;
    border: solid 1px silver;
    padding: 5px 5px 5px 5px;
    width: auto;
    border-bottom: none;
    background-position: right top;
    background-image: url(Images/mainbg.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.divBottomBar
{
    clear: both;
    margin: 0 auto;
    border: solid 1px silver;
    border-top: none;
    width: auto;
    padding: 5px 0px 5px 0px;
    background-color: silver;
    text-align: center;
    height: 42px;
    background-image: url(Images/footerbg.gif);
    background-repeat: repeat-x;
}

.divHeader
{
    margin: 0 auto;
    font-weight: bold;
    width: 500px;
    margin-top: 15px;
    text-align: center;
    font-size: larger;
    border: solid 1px silver;
    padding: 5px 5px 5px 5px;
    background-color: #ffff66;
    color: #000000;
}

.divSubHeader
{
    margin: 0 auto;
    width: 500px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    background-color: #dcdcdc;
    text-align: left;
    border-right: solid 1px silver;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
}

.divReasons
{
    margin: 0 auto;
    border: solid 1px silver;
    width: 500px;
    text-align: left;
    padding: 20px 5px 5px 5px;
    background-color: #ffffff;
}

.divDescription
{
    margin: 0 auto;
    width: 500px;
    border: solid 1px silver;
    text-align: left;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
}

.divOfferPrice
{
    margin: 0 auto;
    padding: 2px 2px 2px 2px;
    border: solid 1px black;
    width: 240px;
    float: left;
    background-color: White;
}

.divOfferExplained
{
    margin: 0 auto;
    text-align: left;
    padding: 5px 5px 5px 5px;
    border: solid 1px silver;
    width: 240px;
    height: 129px;
    float: right;
    background-color: White;
}

.divBannerPic
{
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    border: solid 1px silver;
    width: 190px;
    background-color: White;
}

.divBannerDesciption
{
    margin: 0 auto;
    text-align: left;
    padding: 5px 5px 5px 5px;
    border: solid 1px silver;
    width: 280px;
    height: 200px;
    background-color: White;
}

.divForm
{
    margin: 0 auto;
    border-right: silver 1px solid;
    padding-right: 5px;
    border-top: silver 1px solid;
    padding-left: 5px;
    padding-bottom: 5px;
    border-left: silver 1px solid;
    width: 500px;
    padding-top: 5px;
    border-bottom: silver 1px solid;
    background-color: white;
    text-align: center;
}

.spanFormNote
{
    font-size: x-small;
    color: gray;
}

.inputError
{
    font-size: x-small;
    color:Red;
}

.boxError
{
    clear: both;
    margin: 0 auto;
    border: solid 2px red;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    font-size: small;
    margin-bottom: 5px;
    background-color: #ffe4e1;
    color: #000000;
}

.button
{
    font-weight: bold;
    font-size: larger;
}

.divFooter
{
    margin: 0 auto;
    font-weight: bold;
    width: 500px;
    text-align: center;
    font-size: larger;
    border: solid 1px silver;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    color: #000000;
}