﻿BODY
{
    margin: 0px 0px 0px 0px;
    
    /*** For background position and color ***/
    text-align: center;
    background-color: #1A1C32;
}

DIV.div_body
{
    width: 975px;
    background-color: White;
    
    /*** For background position and color ***/
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

DIV.div_header
{
    width: 100%;
}

DIV.div_main
{
    width: 100%;
    height: 1000px;
    background-image: url('~/Images/background.jpg');
    background-repeat: no-repeat;
    z-index: 200;
}

DIV.div_navigation_bar
{
    width: 100%;
    height: 60px;
}

DIV.div_left
{
    float: left;
    height: 100%;
}

DIV.div_right
{
    background: none;
    margin-right: 0px;
    height: 100%;
    padding-right: 30px;
}

IMG.img_left
{
    width: 190px;
    margin-left: 30px;
    margin-right: 30px;
}

IMG.img_logo
{
    width: 190px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

A.lnk_facebook
{
    font-size: 0px;
}

DIV.pnl_facebook
{
    visibility: visible;
    display: inherit;
    
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    width: 190px;
    text-align: center;
}

/*** Styles for the menu ***/
DIV.div_menu
{
    width: 100%;
    height: 60px;
    font-weight: 900;
    font-family: helvetica;
    font-size: 10pt;
    border-width: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
}

TD
{
    vertical-align: middle;
}

TD.td_menu_main
{
    padding-right: 10px;
    padding-left: 0px;
}

TD.td_menu_right
{
    padding-left: 0px;
    padding-right: 0px;
}

A.lnk_menu
{
    text-decoration: none;
}

DIV.div_footer
{
    font-size: 8pt;
}
