/*@charset "utf-8";
 CSS Document */

body
{
    margin: 0;
    padding: 0;
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif;
    color: #061C37;
    /*background: #8CBDE1;
    background-image: url(images/background1.png);*/
    background-repeat: repeat-x;
}

*
{
    margin: 0px;
    padding: 0px;
}

#header
{
    width: 988px;
    height: 137px;
    padding: 7px 7px 7px 7px;
    background-color: #FFFFFF;
    margin-bottom: 7px;
    margin-top: 20px;
}

#picture
{
    width: 988px;
    height: 137px;
    background-color: #F6D818;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

h1, h2, h3
{
    padding: 0px;
    margin: 0px;
}

#header h1
{
    position: relative;
    left: 12px;
    top: 22px; /*color: #EEF5FD;*/
    color: white;
    font-size: 31px;
    text-shadow: 3px 4px gray;
}

#header h2
{
    position: relative;
    display: block;
    float: right;
    top: 158px;
    margin-right: 11px;
    font-size: 20px;
    color: #2661CE;
}

#container
{
    width: 1002px;
    margin: 0px auto 0px auto;
}

#main
{
    display: block;
    background-color: #FFFFFF;
    /*padding-top: 7px;*/
    padding-bottom: 7px;
}

.leftcol h2
{
    text-align: left;
    margin-left: 0px;
    font-size: 17px;
    color: #1D5174;
    margin-bottom: 6px;
}

.rightcol h2
{
    text-align: right;
    margin-right: 7px;
    font-size: 21px;
    color: #1D5174;
    margin-bottom: 6px;
}

.maincol h2
{
    color: #0022FF;
    margin-bottom: 3px;
}

.maincol p
{
    margin-bottom: 12px;
    text-align: justify;
}

.clear
{
    clear: both;
}

#leftcol_container, #maincol_container, #rightcol_container
{
    float: left;
    margin-left: 7px;
}

#leftcol_container, #rightcol_container
{
    width: 220px;
}
#maincol_container
{
    width: 447px;
}


.leftcol_bottom
{
    
    background-repeat: no-repeat;
    width: 220px;
    height: 13px;
    margin-bottom: 13px;
}

.rightcol_bottom
{
    background-image: url(images/rightcol_bottom.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 13px;
    margin-bottom: 13px;
}


.maincol_bottom
{
    /*background-image: url(images/maincol_bottom1.png);*/
    background-repeat: no-repeat;
    width: 760px;
    height: 13px;
    margin-bottom: 13px;
}


.leftcol, .maincol, .rightcol
{
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 12px;
}

.leftcol
{
    display: block;
    background-color: #C3F6F1;
   
    background-repeat: no-repeat;
    width: 210px;
}

a, a:visited
{
    text-decoration: none;
    color: #333333;
}

a:hover
{
    color: #666666;
    border-bottom: #666666 dotted 0px;
}

.leftcol ul, .rightcol ul
{
    list-style: none;
    font-size: 13px;
    font-weight: bold;
}
.leftcol ul li
{
    padding: 3px 0px 3px 0px;
}

.rightcol ul
{
    text-align: right;
}

.rightcol
{
    text-align: right;
}

.maincol
{
    display: block;
    /*background-image: url(images/maincol_top1.png);*/
    background-repeat: no-repeat;
/*    background-color: #EEF5FB;*/
    width: 750px;
}

.rightcol
{
    display: block;
    background-color: #AFD3EB;
    background-image: url(images/rightcol_top.png);
    background-repeat: no-repeat;
    width: 210px;
}
#footer h3
{
    font-size: 12px;
    width: inherit;
    text-align: center;
    margin: 0 auto 0 auto;
}
.search
{
    border: 0 solid red;
    color: #ffffff;
    float: right;
    padding: 12px 20px 0 0;
    text-align: right;
    width: 220px;
}
.searchIn
{
    border: 1px solid #004e22;
    height: 20px;
    padding-left: 4px;
    width: 177px;
}

.bluebordertable tr th
{
    background: #c3f6f1;
    padding: 5px;
    border: solid 1px #ccc;
}
.bluebordertable tr td
{
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: middle;
}
.bluebordertable tr td a
{
    color: #44484B;
    text-decoration: none;
}
.bluebordertable tr td a:hover
{
    color: #44484B;
    text-decoration: underline;
}
/*========footer-box-start=========*/
.footer{width:1002px; height:80px; float:none; clear:both; border-top:1px solid #d7d7d7; text-align:center;}
.footer h6{ font-weight:bold; font-size:11px; color:#333333; padding:13px 0px 0 5px; float:left;}
.footer span{  font-weight:bold; text-align:center; width:534px; color:#0022FF; margin:0; vertical-align:middle;}
.last_update{ float:right;  font-size:10px; margin:13px 5px 0 87px}
.last_info{ font-size:11px; color:#000000; float:none; clear:both; line-height:13px; margin:0 5px 0 5px; text-align:justify;}

/*========footer-box-end=========*/
.input2
{width:136px;}
.input3
{width:58px;}