﻿
body
{
    font-family : Calibri, Tahoma, Sans-Serif ;
    background-color: #E0601B;
    width : 100%;
    text-shadow : #AAAAAA 0px 1px 0px;
    text-align : justify ;
    margin : 0px;
    padding : 0px;
    padding-top : 4em ;
    font-size : large ;
    /*background-image : url('/Images/bg2.JPG');
    background-repeat : no-repeat ;
    */
}

div.bodyTopPadding
{
    margin : 0px;
    background-color : #888888;
    padding : 0px;
    height : 20px;
    -moz-box-shadow : 0px -5px 15px #333333;
    -webkit-box-shadow : 0px -5px 15px #333333;
}

div.bodyBottomPadding
{
    margin : 0px;
    background-color : #888888;
    padding : 0px;
    height : 20px;
    -moz-box-shadow : 0px 5px 15px #333333;
    -webkit-box-shadow : 0px 5px 15px #333333;
}

div.paddingHideshadow
{
    margin : 0px;
    background-color : #888888;
    padding : 0px;
    height : 20px;
    position : relative ;
    top : -10px;
}


div.bodyWrapper
{
    margin : 0px;
    background-color : #888888;
    padding : 0px;
}

.MainContentWrapper
{
    background-color : #888888;
     padding: 1px;
     margin : 0px;   
}

.MainContent
{
    background-color : #888888;
    margin : 0px ;
    padding : 0px;
    text-align : justify ;
    padding-bottom : 1em ;
}


ul.altSite
{
    
}

ul.altSite li
{
    list-style-type : none ;
}

a
{
    color : #582C2C;
    font-weight : bold ;
    text-decoration : none ;
}


div.Footer
{
    width : 900px;
    margin : auto;
    border-top : 1px dotted #666666;
    border-left : 1px dotted #666666;
    border-right : 1px dotted #666666;
    font-size : smaller ;
    color : #3D3D3D;
    margin-top : 3em;   
}

div.Footer a
{
    text-decoration : underline ;
    font-weight : normal ;
}

ul.SiteMapList
{
    float : left ;
    width : 140px;
    text-align : left ;
    border-right : 1px dotted #666666;
}

ul.SiteMapListExt
{
    float: right ;
    border-left : 1px dotted #666666;
}



ul.SiteMapList li
{
    list-style-type : none ;
}

li.SiteMapListHeader
{
    font-weight : bold;
    list-style-type : none ;
}

.blob
{
    min-width : 200px ;
    height : 50px;
    display : inline-block ;
    border : 1px solid #666666;
    -moz-box-shadow : 0px 0px 10px #666666;
    -webkit-box-shadow : 0px 0px 10px #666666;
    margin : 0.5em;
    padding : 10px;
    -moz-border-radius : 1em ;
    -webkit-border-radius : 1em ;
}
