﻿body
{
    margin:0px;
    font:12px Tahoma,Arial, Helvetica, sans-serif;
}
a
{
    text-decoration:none;
    }
/*top area define start*/
#top
{
    width:1000px;
    height:85px;
    margin:auto;
    position:relative;
    }
#topimg
{
    position:absolute;
    }
#topnav
{
    height:32px;
    width:700px;
    font-weight:bold;
    list-style-type:none;
    margin:0px 0px 0px 160px;
    padding:0px;
    bottom:0px;
    position:absolute;
    }
#topnav li
{
    float:left;
    width:90px;
    height:32px;
    margin:0px 10px 0px 0px;
    text-align:center;
    line-height:30px;
    }
.liblue
{
    background:url(Images/top_button.gif) no-repeat center center;
    }
.liblue a
{
    color:#2B3C60;
    }
.ligray
{
    background:url(Images/top_buttongray.gif) no-repeat center center;
    }
.ligray a
{
    color:#fff;
    }
#topmenu
{
    width:990px;
    height:35px;
    margin:auto;
    background:#475F69;
    color:#fff;
    line-height:32px;
    padding-left:10px;
    }
#topmenu a
{
    color:#fff;
    }
#nav
{
    width:1000px;
    height:35px;
    margin:auto;
    background:#C5D2D8;
    }
#bannerimg
{
    width:1000px;
    height:100px;
    margin:auto;
    }
#container
{
    width:1000px;
    margin:auto;
    margin-top:5px;
    }
/*left area define start*/
#leftdiv
{
    width:230px;
    float:left;
    border:solid 1px #D7E7EF;
    background:#E0E9EF;
    padding-bottom:20px;
    }
#leftdiv a
{
    color:#5C6167;
    }
#leftdiv a:hover
{
    color:#CC6600;
    }
.leftmenutitle
{
    width:220px;
    height:26px;
    background:#466988;
    font-weight:bold;
    color:#fff;
    padding:9px 0px 0px 10px;
    }
.leftmenu
{
    width:230px;
    list-style-type:none;
    margin:0px;
    padding:0px;
    }
.leftmenu li
{
    width:205px;
    height:30px;
    background:url(Images/left_menubg.gif) no-repeat;
    margin-bottom:1px;
    padding-left:25px;
    line-height:28px;
    overflow:hidden;
    }
.leftcontact
{
    padding:5px;
    line-height:1.8em;
    color:#5C6167;
    }
/*right area define start*/    
#rightdiv
{
    float:left;
    width:758px;
    margin:0px 0px 0px 10px;
    line-height:1.8em;
    color:#5B6066;
    }
#rightdiv a
{
    color:#5B6066;
    }
#rightdiv a:hover
{
    text-decoration:underline;
    color:#E98D3A;
    }
.righttitle
{
    height:35px;
    background:#98AFBA;
    font-weight:bold;
    line-height:32px;
    margin-bottom:15px;
    color:#000;
    padding-left:10px;
    }
.righttitle a
{
    color:#000;
    }
.ulimg
{
    width:758px;
    list-style-type:none;
    margin:0px;
    padding:0px;
    overflow:hidden;
    }
.ulimg li
{
    width: 136px;
    height: auto;
    float: left;
    margin: 0px 40px 15px 0px;
}
.ulimg img
{
    border:0px;
    }
.ulimg a
{
    display:block;
    width:135px;
    height:135px;
    border:solid 2px #D7E7EF;
    color:#5B6066;
    text-align:center;
    }
.ulimg a.link
{
    width:145px;
    height:32px;
    border:0px;
    line-height:1.3em;
    overflow:hidden;
    }
#contentdiv
{
    width:480px;
    float:left;
    }
#contactdiv
{
    width:250px;
    float:left;
    line-height:1.8em;
    margin-left:25px;
    }
.contenttitle
{
    height:30px;
    }
.tablearea
{
    border-collapse: collapse;
    background: #F3F3F3;
}
.tablearea th
{
    background:#000035;
    color:#fff;
    }
.tablearea th,.tablearea td
{
    border:solid 1px #fff;
    height:20px;
    }
.tablearea .tdblue
{
    background: #F1F0EF;
}
.tablearea .tdgray
{
    background:#EAEAEA;
    color:#666;
    }
.inputstyle,textarea
{
    border:solid 1px #ccc;
    color:#000;
	font-size:12px;
    }
.inputstyle
{
   height:18px;
    }
#bottom
{
    clear:both;
    text-align:center;
    line-height:1.8em;
    width:1000px;
    padding:5px 0px 5px 0px;
    margin:auto;
    margin-top:10px;
    background:#35474F;
    color:#D7D7D7;
    }
#bottom a
{
    color:#d7d7d7;
    }