﻿body 
{

    background-image:url("images/bg.png");
    background-repeat: no-repeat;
    background-position:top;
    
    margin:0px;
    padding:0px;
    width:100%;
    font: Arial;
    font-family: Arial;
    font-size: 9pt;
}

#inner_page
{
    margin-top: 0px;
    background-color: #ffffff;

    text-align: left;
}

#all
{
    width:100%;
    height: 102px;
}
#main
{
    width: 100%;
}
#all_content
{
    width:959px;

}
#top
{
    width:100%;
    height: 102px;
    background-image: url("images/top_bg.png");
    background-repeat:repeat-x;
}
#inner
{   
    width:959px;
    
}

#inner_top_left
{
    width:500px;
    height: 102px;
    text-align:left;
    float:left;
}

#inner_top_right
{
    width:400px;
    height: 102px;
    text-align: right;
    float:right;
}
#inner_top_right img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#menu
{
    background-image: url("images/lnk_bg.png");
    background-repeat: repeat-x;
    width: 959px;
    height:37px;
    text-align: left;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    height:37px;
}
#menu ul li
{
    display: inline;
    
}
#menu img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

#banner
{
    margin-top: 0px;
    height: 237px;
    width:959px;
    background-color: #000000;
}
#content
{
        border-top: #016d6b 4px solid;
        background-color: #e1e4e8;
        height: 376px;
        text-align: left;
}

#side-a {
	float: left;
	width: 33.333%;
    height: 376px;
    text-align: left;
	background-image: url("images/bg1.png");
}

#side-b {
	float: right;
	width: 33.333%;
    height: 376px;
    text-align: left;
	background-image: url("images/bg1.png");
}

#middle { 
	float: left;
	width: 33.2%;
    height: 376px;
    text-align: left;
	background-image: url("images/bg2.png");
}

#welcome
{
    width: 100%;
    height: 220px;
}
#welcome p
{
    padding-left: 3px;
}

#welcome_left
{
    width: 510px;
    float:left;
    text-align: left;
}
#welcome_right
{
    width:438px;
    float:right;
    text-align: right;
}
#welcome_txt
{
   margin-left: 6px;
}


#footer
{
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    height: 55px;
    width: 962px;
}

.contentDiv
{
    padding: 4px;
}

.contentDiv2
{
    padding: 7px;   
}
