﻿a
{
text-decoration:none;
color:#000;
}
a:hover
{
text-decoration:underline;
}
body
{
	margin: 0px;
	font-family: Tahoma;
	font-size:20px;
}
.logo
{
	background: url(images/logo_bg.gif) repeat-x;
	height: 125px;
}
.content_lt
{
	background-image: url(images/lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content_t
{
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content_rt
{
	background-image: url(images/rt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content_lb
{
	background-image: url(images/lb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_b
{
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content_rb
{
	background-image: url(images/rb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_l
{
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 6px;
}
.content_r
{
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 6px;
}
.footer
{
	background: url(images/footer.gif) repeat-x;
	height: 5px;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
span
{
	text-align: justify;
}
.content
{
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
}
b
{
	font-size: 12px;
	color: #0a3c74;
}


/*Start Using css dropdonw menu */
.horizontalcssmenu .current_page_item a
{
	background: url(images/menu_hover.gif) no-repeat;
	height: 32px;
	width: 96px;
	color:Black;
}
.horizontalcssmenu ul
{
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: White;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	display: block;
	width:80px; /* Width of top level menu link items*/
	background: url(images/menu.gif) center center no-repeat;
	color: #ffffff;
	text-decoration: none;
	height: 32px;
	white-space: nowrap;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul
{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	text-align: left;
	visibility: hidden;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li
{
	display: inline;
	float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
	width: 120px; /*width of sub menu levels*/
	background: url(images/submenu.gif) no-repeat;
	height: 32px;
}
.horizontalcssmenu ul li a:hover
{
	background: url(images/menu_hover.gif) center center no-repeat;
	width: 80px;
	height: 32px;
	color: white;
}
.horizontalcssmenu ul li ul li a:hover
{
	background: url(images/submenu_hover.gif) no-repeat;
	width: 120px;
	height: 32px;
}
/*End using css dropdown menu */

/*Mouse Hover Text in Javascript Start*/

 #coolmenu
        {
            width: 290px;
            font-size: 11px;
            
        }
        #coolmenu .current a
        {
        	 background: url(images/menu_hr.gif) repeat-x;
            color: white;
            padding:8px 5px 8px 5px;
            line-height:20px;
        }
        #coolmenu a
        {
            font: 13px Verdana;           
            display: inline;
            width: 100%;
            color: white;
            text-decoration: none;
            border-bottom: 1px solid black;
          background:#000;
            padding:3px;
            line-height:30px;
        }
        html > body #coolmenu a
        {
            /*Non IE rule*/
            width: auto;
        }
        #coolmenu a:hover
        {
            background: url(images/menu_hr.gif) repeat-x;
            color: Black;
                    }
        #tabledescription
        {
            width: 100%;
            height: 100px;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            padding-top: 10px;
            line-height:20px;
            text-align:justify;
        }

        /*Mouse Hover Text in javascript End*/