﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 50px;
    background-color: #000000;
    background-repeat: repeat-x;
    background-image: url(                       "/img/bg.jpg" );
}
h4
{
    margin: 0;
}
a:link
{
    color: #CC0000;
}
a:visited
{
    color: #CC0000;
}
#container
{
    width: 1000px;
    margin: 0 auto;
}
#hdr
{
    width: 1000px;
    height: 190px;
}

#mid
{
    background-image: url("/img/midBgRpt_02.jpg" );
    background-repeat: repeat-y;
    margin-top: 0;

}
#content
{
    background-image: url("/img/midBg.jpg" );
    background-repeat: no-repeat;
    line-height: 18px;
}
#form
{
    width: 800px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
}
#landingMain
{
    position: relative;
}
#continueButton
{
    position: absolute;
    top: 395px;
    left: 109px;
}
#btmImg
{
    margin: 0px;
}
#footer
{
    font-size: 11px;
    color: #808080;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 22px;
}
#footer a:link
{
    border-style: none;
    color: #efac01;
}
#footer a:visited
{
    border-style: none;
    color: #efac01;
}


img
{
    border-style: none;
    padding: 0px;
}


/* formAssembly style support */

input
{
    padding: 5px;

    font-size: large;

}

.preField
{
}
.oneField
{
}
