﻿body
{
    background-color: #144B87;
}

div.main {
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.backgroundContainer
{
    background: url(../../img/bg_table_middle.gif) repeat-y center bottom;
}

div.boundaryContainer
{
   padding: 0px 30px 0px 30px;     
   max-width: 800px;
   text-align: left;
}

.picture
{
    border-style: solid;
    border-width: thin;
    border-color:Black;
}

div.helpContent
{
    width: 820px;
    margin-left: 55px;
    /*font-family: Arial;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.helpTitle
{
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 18px;
    color: #1D4C7F;
}

span.h1_green
{
	background: #62AF00;
}

div.footer
{
	width: 1000px;
    font-size: 10px;
    color: #8FACCB;
    background: url(../../img/bg_table_bottom.gif) center top no-repeat;
}
