﻿body
{
    background-color: #46466D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;


}


#Wrapper {
    background-color: #08083C;
    width:800px;
    padding: 10px;
    position:relative;
    margin:auto;
}
#MainBody {
    text-align:left;
    padding-top:10px;
    font-size:medium;
    
    
}

.LeftColWrapper 
{
    float:right;
    width:175px;
    padding-left:12px;
}

.LeftCol 
{
}


.Heading {
    font-size:large;
    font-weight:bold;
    color:#9CB19C;
    padding-bottom:5px;
}

.SubHeading 
{
    font-weight:bold;
}

a {
    
    text-decoration:none;
    font-weight:bold;
}
a:link 
{
    color:#B19C9C;
    
}
a:visited 
{
    color:#B19C9C;
}
a:active 
{
    color:#B19C9C;
}
a:hover 
{
    color:#B19C9C;
     
}


