﻿html, body 
{
    padding:0px;
    margin:0px;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#5998cc;
    height:100%;
    color:#666666
}
#WholePage
{
    position:absolute;
    background-color:#5998cc;
    width:100%;
    height:100%;
    text-align:center;
}

#TOP
{
     background-image:url('../../images/top_banner.jpg'); 
     background-position:center; background-repeat:no-repeat; 
     height:176px; width:100%;
}
#MIDDLE
{
    background-image:url('../../images/middle_shim.gif'); 
    background-position:center; background-repeat:repeat-y; 
    width:100%; text-align:center; background-color:#5998cc;
    margin:0px;   
}
#FOOTER
{
    background-image:url('../../images/footer.jpg');
    background-position:top;
    background-repeat:no-repeat;
    padding-top:30px;
    height:39px; width:100%; 
    text-align:center;
    color:#ffffff;
    background-color:#5998cc;
    margin:0px;
}
img
{
    border:0px;
}
td, th
{
    vertical-align:top;
}


a
{
    color:#458609;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

.LeftLinks a
{
    font-size:13px;
    font-weight:bold;
    color:#458609;
    line-height:20px;
    text-decoration:none;
}

.LeftLinks a:hover
{
    color:#86160f;
    text-decoration:none;
    
}
.LeftLinks a.on
{
    font-size:13px;
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
    color:#86160f;
  
}
.LeftLinks a.smallon
{
    font-size:11px;
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
    color:#86160f;
  
}

#FOOTER a
{
    color:#ffffff;
}

.SmallLink img
{
    padding-left:10px;
}
.SmallLink a
{
    font-size:11px;
}

h1
{
    color:#e81406;
    font-size:16px;
    margin-bottom:6px;
}

h2
{
    color:#86160f;
    font-size:14px;
    margin-bottom:8px;
}

h3
{
    font-size:12px;
    margin-bottom:4px;
}
h4
{
    
    font-size:11px;
    margin-bottom:4px;
}

h5
{
    
    font-size:18px;
    margin-bottom:4px;
    color:#666666;
}
ul, ol
{
    margin-top:4px;
    margin-bottom:4px;
}

.MyForm th
{
    text-align:right;
    padding-right:5px;
    padding-top:4px;
    
}
.MyForm td
{
    padding-top:2px;
}

.MyButton
{
    color:#ffffff;
    font-weight:bold;
    font-size:11px;
    border-color:#52b320;
    background-color:#3e791f;
    border-bottom-width:1px;
    border-style:ridge;
 
 
    
}