﻿body 
{
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    background-color:#46453E;
    text-align:center;
    padding-bottom:20px;
}

h2
{
    margin-top:0px;
    font-size:16px;
    font-weight:bold;   
    
}

h3
{
    font-size:13px;
       
}

img
{
    border:0;
    margin-left:auto;   
    margin-right:auto;
}

.TopGradient
{
     background-image:url(../Images/whiteGradient.png); 
     background-repeat:repeat-x; 
     height:173px; 
     width:100%; 
     position:absolute; 
     top:0px; 
     left:0px;   
     z-index:-1;
}

.MainWrapper
{
    width:612px;
    
    margin-left:auto;   
    margin-right:auto;
    text-align:left;
}

.ContentWrapper
{
    background-image:url(../Images/backgroundGradient.png); 
    background-repeat:repeat-y;  
    width:600px;
    padding-left:6px;
    padding-right:6px;
}

.ContentTop
{
    background-image:url(../Images/contentTop.png); 
    background-repeat:no-repeat;
    width:612px;
    height:13px;
    line-height:0;
    font-size:1px;
}

.ContentBottom
{
    background-image:url(../Images/contentBottom.png); 
    background-repeat:no-repeat;
    width:612px;
    height:13px;
    line-height:0;
    font-size:1px;
}

.ContentHeader
{
    padding:10px;
    padding-left:25px;
    height:30px;
 
    font-size:20px;
    font-family:Century Gothic, Arial;
    font-weight:bolder;
    color:#FFFFFF;   
    background-color:#000000; 
}

.NavWrapper
{
    height:29px;
    background-color:#C5C5C3;
    font-family:Arial, Helvetica, Verdana;
    width:600px;
}

.NavWrapper a
{
    text-decoration:none;
    color:#FFFFFF;
    display:block;
    height:15px;
    padding-top:4px;
    padding-bottom:10px;
    width:100%;
    font-weight:normal;
}

.NavWrapper table
{
    width:100%;    
}

.NavWrapper table, tr, td
{
    padding:0;
    margin:0;
    border-collapse:collapse;
    text-align:center;
}

.NavWrapper a:hover
{

    background-color:#6295DD;
}

.Content
{
    padding:25px;
    font-size:12px;
    background-color:#FFFFFF;
    font-family:Verdana;
}

.hr
{
    height:1px;
    margin: 20px 10px 20px 10px;
    background-color:#C5C5C3;
    font-size:1px;
    line-height:0;   
}






.Clear:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    float:none; 
}

.Clear 
{
    display: inline-block;
    float:none; 
}

html[xmlns] .Clear 
{
    display: block;
    float:none; 
}

* html .Clear 
{
    height: 1%;
    float:none; 
}

.ClearWhite:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    float:none; 
}



.ClearWhite:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    float:none; 
}

.ClearWhite 
{
    display: inline-block;
    float:none; 
}

html[xmlns] .ClearWhite 
{
    display: block;
    float:none; 
}


* html .ClearWhite
{
    height: 1%;
    float:none; 
    background-color:#FFFFFF;   
}









.WidgetRoundedDetailsWrapper
{
    width:540px;
    margin-left:auto;
    margin-right:auto;
    background-color:#E2F1FE;
}


.WidgetRoundedDetailsTopSpacer
{
    height:7px;
    width:524px;
    
    float:left;
    
    border-top:solid 1px #CCCCCC;
}

.WidgetRoundedDetailsBottomSpacer
{
    height:7px;
    width:524px;
    
    float:left;
    
    border-bottom:solid 1px #CCCCCC;
}

.WidgetRoundedDetailsContentWrapper
{
    clear:both;
    float:none;
    width:538px;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}

.WidgetRoundedDetailsContent
{
    padding:10px;
    
    font-size:10px;
    text-align: justify; 
    text-justify: newspaper;
}

.WidgetRoundedDetailsCornerTL
{
    width:8px;
    height:8px;
    
    float:left;
    background-image:url(../Images/RoundedCornerTL.png); 
}

.WidgetRoundedDetailsCornerTR
{
    width:8px;
    height:8px;
    
    float:left;
    background-image:url(../Images/RoundedCornerTR.png); 
}

.WidgetRoundedDetailsCornerBL
{
    width:8px;
    height:8px;
    float:left;
    background-image:url(../Images/RoundedCornerBL.png); 
}

.WidgetRoundedDetailsCornerBR
{
    width:8px;
    height:8px;
    float:left;
    background-image:url(../Images/RoundedCornerBR.png); 
}