/* CSS Document */

.main{
width:913px;
height:860px;
}

.header{background-image:url(img/logo.jpg);
background-repeat:no-repeat;
width:913px;
height:76px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.header_buttons{
margin-top:35px;
margin-right:2px;
float:right;
}


.text _n{
font-family:"Times New Roman";
font-size:24px;
color:#FF0000;
}

.text_s{
font-family:"Times New Roman";
font-size:18px;
font-weight:800;
color:##003399;
}


.middlearea{
width:913px;
height:714px;
float:left;
margin-top:10px;
}

.left_panel{
width:255px;
height:auto;
float:left;
background-color:#eaeaea;
border:medium;
border-color:#c5c5c5;
}

.middleflash{
width:649px;
height:228px;
float:right;
}

.text{
width:649px;
height:269px;
float:right;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.bottom_flash{
width:649px;
height:199px;
float:right;
margin-top:10px;
background-color:#eaeaea;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.text_left{
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
width:230px;
}

.footer{
width:913px;
height:50px;
float:left;
margin-top:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.livehelp{
width:160px;
height:106px;
}

h2
{
font-family:tahoma;
font-size:18px;
}


<style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

</style>

