﻿body
{
	margin: 0px;
	padding: 0px;
    color: #333333;
    background: #FFFFFF url(Image/Body.jpg) repeat-x left top;
    font-family: verdana, arial, helvetica, sans-serif;
}


.hometable
{
    border: 1px solid #999999;
    width:950px;
    color: #333333;
    background-color: #FFFFFF;
    font-size:12px;
    line-height:1.7em;
}


.hometableheader
{
    height:81px;
    background: #FFFFFF url(Image/Banner.jpg) repeat-x left top;
}



.hometableleft
{
    width:200px;
    background-color: #F4F4F4;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    vertical-align: top;
}


.hometableright
{
    width:750px;
    vertical-align: top;
}

#submenu
{
    height: 33px;
    padding-left: 8px;
    background: #CACACA url(Image/bar.gif) repeat-x left top;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

#hometablecontent
{
  padding:10px;
  margin-bottom:10px;
}

.leftcolumnincontent
{
    margin-top:10px;
    float: left;
    width: 590px;
}

.rightcolumnincontent
{
    margin-top:15px;
    float:right;
    width: 125px;
}

.hometablecopyright
{
    text-align: center;
    font-size: 10px;
    padding: 11px;
    background: #CACACA url(Image/bar.gif) repeat-x left top;
 
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-width: 1px;   
}


/*----------------Content---------------------*/

.HeaderOfNavMenu
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 11px;
    padding-top: 8px;
    color: #000080;
}


.NavMenuClass
{
    padding-top:8px;
}




/*---a:link Clear IE cache when test----------*/
a:link
{
    color: #2955A0;
}

a:visited
{
    color: #551a8b;
}

a:hover
{
    color: #e05252;
}


/*---For H1 H2 H3 ... ----------*/
h1
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color:#333333;
}


h2
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color:#333333;
}
