
body{
   margin-top: 0px;
   padding: 0px;
  background-image: url('images/image/bg.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6
{

    margin:1px;

}

a{
    text-decoration: none;

}

h2.title{
    font-weight: normal;
    font-size:25px;
    text-align: center;
    color:gray;
    line-height: 42px;

}

.formtable
{
    width:100%;
    border:solid 1px #eaeaea;
}
.formtable th
{
    font-weight: normal;
    text-align: right;
    color:gray;
    text-align: left;
}
.formtable td{
   
    text-align: left;

}

.formtable input {
    border:solid 1px #eaeaea;
margin:auto;

}
#container{
 width: 980px;
 min-height: 600px;
 margin: auto;
 background-color:#dbdbdb;
 border-left:solid 6px white;
 border-right:solid 6px white;
 padding:6px;
 
}

#header{

 min-height: 99px;
 background-color: blue;
}

#headermenu{
  width: 980px;
  min-height: 40px;
  height: auto;
  background-color: green;
      background-image: url(../image/hmbg.jpg);
    background-repeat: repeat-x;
}

#content{
    width:980px;
    min-height:300px;
    


    
}

#leftmenu{
 float: left;
 width: 180px;
 min-height: 300px;


}


#midcontent {
    min-height: 400px;
    width:590px;
    padding: 5px;
margin-left: 190px;
margin-right: 190px;
    background-color: white;

}
#rightmenu{
 float: right;
 width: 180px;
 min-height: 300px;
text-align: right

 }

#marquee{
   height:20px;
   background-color:  #eaeaea;
   padding: 5px;
   font-weight:  bold;
   width:570px;
margin:auto;
margin-bottom:4px;
border:solid 1px silver;
}
h6{
    padding-top: 0px;
}


#sfcontent{



}





 img
{
    border:0px;
    margin:0px;
    padding:0px;
}






#footer{
    width: 980px;
    height: 30px;
    background-color:  aqua;
    margin-top: 3px;
}

.clr{
    clear:  both;
}




.clearFloat{
    clear:  both;
}








/*--------------------home-------------------------*/



.hometable{

    border:none;
    background-color: #eaeaea;
    width:960px;
    margin:auto;
    border-collapse:collapse;
}
.eventtable
{
    margin:5px;
    border:solid 1px #eaeaea;
}

.eventtable td
{padding:10px;}
.hometable tr{

}



.hometable td{
  vertical-align: top;
  text-align: left;
  background-color:#f6f5f4;
  font-size:12px;

  background-image: url(../images/news_images/news_bg.png);
  background-repeat:repeat-x;

  width:300px;

}

.hometable td img{
    max-width:80px;
    float:left;
    margin-right:5px;
}
.headerimg
{
    margin-right:0px;
    width:300px;
}
#etable td
{
      background-image: url(../images/newsflash/ybg.png);
  background-repeat:repeat-x;
}
#prestable td
{
      background-image: url(../images/newsflash/redbg.png);
  background-repeat:repeat-x;
}
.
.hometable h6{

    font-size:16px;
    text-align: left;
}

.hometable tr{background:white;}




/*--------------------search -------------------------*/


.search{
    float: left;
    height: 16px;
    width: 146px;
    font-size: 10px;
    position: absolute;
    left: 100px;
    top: 12px;
    border: none;
    background: none;
}
#searchIcon{
    float: left;
    position: absolute;
    left: 250px;
    top: 8px;
    border:none;
}



/***************************Design for right side *************************************/


.rightbox
{

    min-height:62px;
    width:160px;

    background-image:url(../image/rightboxbg.png);
    background-repeat: no-repeat;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:gray;
    margin-bottom:10px;
    float:right;
    padding:7px;

}
.divbody
{
    padding:10px;
}
.widgetdiv
{
    border:1px solid #f5f5f5;
    background-color: #eaeaea;
    padding: 6px 0px 6px 0px;
    width:180px;
    margin-bottom:10px;
    line-height: 20px;
    font-size: 12px;


}
.widgetindiv
{
    width:168px;
    margin:auto;
    background:#f5f5f5;

}






.topmenu
{
    height:20px;
    background-color:Gainsboro;
    padding:5px;
    border:solid 1px Gainsboro;
}
.topmenu ul
{
    list-style: none;
    margin:0px;
    padding:0px;
}
.topmenu ul li
{
    float:left;
    margin-right:8px;
}






.innertable
{
    border:solid 1px gainsboro;
    border-collapse: collapse;
    width:50%
}

.innertable td
{

    padding:4px;
}

.innertable th
{
        padding:4px;
    background: gainsboro;
}

.innertable tr.even
{
    background-color:white;

}

.innertable tr.odd
{
    background-color:#dff;
}










