
body
{
    background-image: url(images/bgfill.png); 
    margin-top: 0px; 
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center; /* for stupid IE */
}

.fadedBG
{
    width: 100%;
    height: 100%;
    background-image: url(images/mainbgband.png);
    background-repeat: repeat-x;
    margin: 0px;
    margin-left: 0;
    margin-right: 0;
}

.mainContent
{
    width: 754px;
	height: 100%;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
    text-align: left; /* to counteract stupid IE hack in body */
}

.navMenu
{
	height: 37px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}

.mainText
{
    margin-top: 194px;
    color: #124F00;
}

.zeroMargin
{
    margin: 0px;
}

.clearFloat
{
    clear: both;
}

#documentsTable
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
	border-collapse: collapse;
    color: #124F00;
}

table td
{
    color: #124F00;
}

form
{
    margin-bottom: 0px;
    padding: 0px;
}

form table
{
    margin-top: 5px;
}   

td.label
{   
    text-align: right;
}

.rightImage
{
    float: right;
    margin-top: 20px;
}

.leftImage
{
    float: left;
    margin: 0px 40px;
}

.narrowBox
{
    width: 469px;
}

.questionsList
{
    font-size: 18px;
    width: 389px;
    margin: 0px;
    padding-left: 30px;
    padding-right: 20px;
}

.narrowBox .boxTop
{
    background: url(images/box1_top.png) no-repeat top;
    height: 30px;
    width: 469px;
}

.narrowBox .boxMid
{
    width: 389px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 50px;
    background: url(images/box1_body.png) repeat-y;
}

.narrowBox .boxBot
{
    background: url(images/box1_bot.png) no-repeat top;
    height: 30px;
    width: 469px;
}


.fullWidthBox .boxMid h1,
.narrowBox .boxMid p,
.narrowBox .boxMid h4 
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.answer
{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    padding-left: 300px;
    width: 387px;
}

.fullWidthBox
{
    margin-top: 40px;
}

.fullWidthBox .boxTop
{
    background: url(images/box2_top.png) no-repeat top;
    height: 30px;
    width: 737px;
}

.fullWidthBox .boxMid
{
    width: 697px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(images/box2_body.png) repeat-y;
}

.fullWidthBox .boxBot
{
    background: url(images/box2_bot.png) no-repeat top;
    height: 30px;
    width: 737px;
}

.fullWidthBox .boxBody
{
    top: 0;
    left: 0;
    height: 100%;
    width: 737px;
}

