body
{
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #8A7D2E;
}

#shell
{
    width: 810px;
    margin: 0 auto;
    background: #fff url(/images/bg.gif) top center repeat-y;
    padding: 0;
}

#header
{
    background: transparent url(/images/banner.jpg) top center repeat-y;
    height: 290px;
    margin: 0 5px;

}

#header h2
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#header h2 a
{
    text-indent: -1000em;
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

#main
{
    background: transparent url(/images/main.gif) top center repeat-x;
    margin: 0 5px;
    padding: 10px;
}

#mainContent h2
{
    margin: 5px 0;
    font-size: 1.6em;
}

#mainContent
{
    float: left;
    width: 450px;
    margin: 8px 0 0 0;
}

#nav
{
    float: left;
    background: transparent url(/images/newbury.jpg) bottom center no-repeat;
    height: 380px;
    margin-right: 10px;
}

#nav ul, #nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#main:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#nav a
{
    display: block;
    width: 280px;
    height: 32px;
    margin: 10px 10px 20px 10px;
    text-indent: -1000em;
}

#help:link, #help:visited, #help:active
{
    background: transparent url(/images/navHow.gif) top center no-repeat;
}

#help:hover, #help:focus, #help.current
{
    background: transparent url(/images/navHowRoll.gif) top center no-repeat;
}

#campaign:link, #campaign:visited, #campaign:active
{
    background: transparent url(/images/navCampaign.gif) top center no-repeat;
}

#campaign:hover, #campaign:focus, #campaign.current
{
    background: transparent url(/images/navCampaignRoll.gif) top center no-repeat;
}

#faq:link, #faq:visited, #faq:active
{
    background: transparent url(/images/navFaq.gif) top center no-repeat;
}

#faq:hover, #faq:focus, #faq.current
{
    background: transparent url(/images/navFaqRoll.gif) top center no-repeat;
}

#mainContent p
{
    font-size: 1.4em;
    line-height: 1.3;
    margin: 5px 0 15px 0;
}

#mainContent h1
{
    font-size: 1.8em;
    color: #0067B5;
    margin: 0;
}

.lead
{
    font-weight: bold;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

legend
{
   display: none;
}

form ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}

label
{
    font-size: 1.4em;
}

input.text, textarea
{
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    margin: 2px 0 10px 0;
}

.required
{
    font-weight: bold;
    color: black;
}

.offset
{
    font-weight: bold;
    color: blue;
}

.validationError
{
    color: red;
    font-weight: bold;
    padding: 1px;
    font-size: 1.4em;
}

p.validationError
{
    border:2px solid red;
    margin: -10px 0 10px 0;
    padding: 2px 7px 2px 7px;
    text-align:center;
    font-size: 1.2em;
}

.message, .errorMessage
{
    font-weight: bold;
    padding: 1px;
    font-size: 1.4em;
    margin-left: 100px;
}

.errorMessage
{
    color: red;
}

.message
{
    color: yellow;
}

.messageJs, .errorMessageJs
{
    position: absolute;
    width: 30%;
    left: 35%;
    top: 35%;
    background: #eee;
    font-weight: bold;
    z-index: 6000;
    font-size: 1.4em;
}

.errorMessageJs
{
    border: 2px #900 solid;
}

.messageJs
{
    border: 2px #E9E82C solid;
}

.messageJs h2, .errorMessageJs h2
{
    margin: 0;
    padding: 0.2em;
    font-size: 1.3em;
    font-size: 1em;
}

.errorMessageJs h2, .errorMessageJs a
{
    background: #900;
    color: #FFF;
}

.messageJs h2, .messageJs a
{
    background: #E9E82C;
    color: #000;
}

.messageJs a, .errorMessageJs a
{
    position:absolute;
    top: 3px;
    right: 3px;
    font-weight: bold;
    font-size: 1em;
}

a:focus
{
    background: #000;
    color: #fff;
    outline:none;
}

ul.faq
{
    list-style: none;
    font-size: 1.4em;
    margin: 10px 0;
    padding: 0;
}

.faq li
{
    margin: 3px 0;
}
p.faqAnchor
{
    text-align :right;
}

a
{
    font-weight: bold;
}

#footer
{
    height: 80px;
    background: transparent url(/images/bottom.gif) bottom center no-repeat;
    padding: 0 20px;
    margin: 0;
}

#footer ul, #footer li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#footer a img
{
    border: 0;
}

#footer a
{
    float: left;
    display: block;
    margin: 0 4px;
}