html,body
{
    background:white;
    font-family:Arial,Helvetica,Verdana,Sans-Serif;
    font-size:9pt;
    height:100%;
    padding-bottom:15px;
    background-image:url('/image/BG_Body.png');
    background-repeat:repeat-x;
    text-align:center;
    margin-top:0px;
}

a 
{
    display:inline-block;
    border-bottom:dashed 1px black;
    color:Black;
    text-decoration:none;
}

a:hover 
{
    color:#81AA98;
    border-bottom:dashed 1px #81AA98;
}

a.Plain,a.Plain:hover
{
    border-bottom:solid 1px white;
}

.BlockHeader 
{
    width:437;
    padding:3px;
    border:solid 1px black;
    background-color:#8EC641;
    margin-bottom:0px;
    text-align:center;
}

.BlockHeaderNegative
{
    width:437;
    padding:3px;
    border:solid 1px white;
    background-color:#8EC641;
    margin-bottom:0px;
    text-align:center;
}

.Block 
{
    width:437;
    margin-top:0px;
    padding:10px;
    border-left:dashed 1px black;
    border-right:dashed 1px black;
    border-bottom:dashed 1px black;
}

.ClearAll
{
    clear:both;
    height:1px;
    width:1px;
    font-size:1px;
    line-height:1px;
    margin-bottom:-1px;
}

.MenuSpacer 
{
    margin-left:7px;
    margin-right:7px;
    font-size:11pt;
}

#Container 
{
    height:100%;
    min-height:100%;
    width:900px;
    padding:10px;
    background-color:White;
    text-align:left;
    border-left:solid 1px black;
    border-right:solid 1px black;
}

#ContentColumnLeft 
{
    width:150px;
    float:left;
    background-color:White;
    height:100%
}

#ContentColumnRight 
{
    height:100%;
    width:738px;
    float:left;
    padding-left:9px;
    border-left:solid 1px black;
    padding-bottom:25px;
    background-color:White;
}
