/*======================================================================================================*/
/* Default - as per wash pages standard        
/*======================================================================================================*/
html 
{
    height: 100%;
    overflow: auto;
    /*font-family: MetricRegular, Arial;*/
}

html 
{
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body 
{
    /*font-family: MetricRegular, Arial;*/
    margin: 0;
    font-size: 13px;
    background-color: #fff;
    color: #000;
}

body 
{
    height: 100%;
    /*min-width: 1100px;*/
    margin: auto;
    background-color: White;
}

body, button, input, select, textarea 
{
    /*font-family: "MetricRegular", Arial, sans-serif;*/
    color: #767676;
}

div.everything 
{
    position: relative;
    /*height: 100%;*/
    width: 1100px;
    margin: auto;
   
}

div.body 
{
    position: relative;
    min-height: 500px;
    height: auto;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    background-color: White;
}
/*======================================================================================================*/
/* Content Section                
/*======================================================================================================*/
.content_section 
{
    width: 1100px;
    display: block;
    float: left;
    margin-top: 10px;
}

.content_section 
{
    border-top: solid;
    border-top-color: #E6EBEE;
    border-top-width: 10px;
}

.content_section 
{
    border-bottom: solid;
    border-bottom-color: #E6EBEE;
    border-bottom-width: 10px;
}

/*======================================================================================================*/
/*  Links and Left Rail       
/*======================================================================================================*/
/*======================================================================================================*/
/* Main Column                   
/*======================================================================================================*/
.main_column 
{
    padding-left: 18px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 1050px;
    float: left;
    position: relative;
    background-color: White;
}

    .main_column .single_column 
    {
        width: 100%;
        float: left;
        _display: inline;
    }

    .main_column .ls_single_column 
    {
        width: 100%;
        float: left;
        _display: inline;
    }

    .main_column .column0 
    {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        float: left;
        _display: inline;
    }

    .main_column .column1 
    {
        padding-left: 10px;
        padding-right: 10px;
        width: 47%;
        float: left;
        _display: inline;
    }

    .main_column .column2 
    {
        padding-left: 10px;
        padding-right: 10px;
        width: 47%;
        float: left;
        _display: inline;
    }
