﻿body
{
    font-family: Verdana;
}

.divContainer
{
    margin: auto;
    width: 763px;
}

.divContainerBack
{
    width: 100%;
    background-color:Red;
}

.divContainer .banner
{
    height: 130px;
    background-image: url(    '../../Image/banner_background.png' );
    background-repeat: no-repeat;
}

.divContainer .vi
{
	position: absolute;
    margin: 12px 0px 0px 725px;
}

.divContainer .us
{
	position: absolute;
    margin: 12px 0px 0px 725px;
}


.divContainer .logo
{
    background-image: url(    '../../Image/logo.png' );
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    position: absolute;
    margin: 25px 0px 0px 40px;
}

.divContainer .sologan
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: White;
    float: right;
    margin: 45px 5px 0px 0px;
}

.divMenu
{
}

.menuCell
{
    float: left;
    margin: 2px 1px 2px 0px;
}

.menuBtn, .menuBtnSelected
{
    text-decoration: none;
    background-color: rgb(0,112,184);
    color: White;
    border-style: none;
    font-weight: bold;
    font-size: small;
    display: block;
    padding: 7px 0px 7px 0px;
    width: 108px;
    text-align: center;
}

.menuBtnSelected
{
    background-color: #fe4110;
}

.menuBtn:hover, .menuBtnSelected:hover
{
    background-color: #fe4110;
}


.divSubMenu
{
    clear: both;
    float: left;
    width: 158px;
    margin-top: 1px;
    
}

.subMenuCell
{
    margin: 1px 0px 0px 0px;
}

.subMenuBtn, .subMenuBtnSelected
{
    text-decoration: none;
    background-color: rgb(0,112,184);
    color: White;
    border-style: none;
    font-weight: bold;
    font-size: x-small;
    display: block;
    padding: 7px 0px 7px 5px;
    width: 153px;
    text-align:left;
    
}

.subMenuBtnSelected
{
    background-color: #fe4110;
}

.subMenuBtn:hover, .subMenuBtnSelected:hover
{
    background-color: #fe4110;
}


#divArticle
{
    width: 440px;
    float: left;
    margin: 0px 5px 0px 5px;
}

.rightCol
{
    width: 150px;
    height: 500px;
    float: right;
    margin-top: 2px;
    overflow: hidden;
}

.divFooter
{
    clear:both;
    float:left;
    width:100%;
    color:Blue;
    
}

.divFooterLine
{
	clear:both;
    float:left;
    width:100%;
    height: 35px;
    background-image: url(    '../../Image/footer_line.png' );
    background-repeat: no-repeat;
}
