/******************* Body table ******************/

#body_table {
	position: relative;
	top: -18px;
	padding-top: 10px;
	/*padding-left: 3px;*/
}
#body_table td{
	padding-top: 10px;
    vertical-align: top;
}
#body_table .menubox {
	background-image: url("../images/menu_bg.gif");
	background-repeat: no-repeat;
	z-index: 10;
	width: 193px;
	height: 553px;
}

#main_body{
	position: relative;
	top: 0px;
	height:553px;
}


/************** Body table ENDS ***************/


#picframe{
	position: relative;
	top: 0px;
	left: 3px;
	height:360px;
	width: 800px;
}

#dot_border{
	background-image: url("../images/dot_line.gif");
	background-repeat: repeat-y;
	height: 150px;
}

#dot_border_head{
	background-image: url("../images/dot_line.gif");
	background-repeat: repeat-y;
	height: 25px;
}


#newsframe{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#235e64;
	position: relative;
	top:20px;
	left: 11px;
	height:280px;
	width: 800px;
	visibility: inherit;
	
}

#newsframe ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	line-height: 21px;
	list-style-image: url("../images/bullet.jpg");
	border: 0px;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 50px;
}

#newsframe ul li{
	line-height: 14px;
}
#newsframe ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	line-height: 24px;
	text-decoration:underline ;
}

#newsframe ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #590d00;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;

}
#newsframe .links a{
	font-size: 9pt;
	text-decoration:none ;
}

#newsframe .links a:hover{
	font-size: 10 pt;
	text-decoration:underline ;
}





/**************** Menu table*****************/

#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 156px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

#menu table {
	border-collapse: collapse;
	border: 0;
	margin: -1px;
	padding: 0px;
}

/**************** Menu table*****************/


/*********** main menu ***********/

#menu ul {	
	list-style-type: none;
	width: 193px;
	border: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a,
#menu ul li a:visited {
	display: block;
	float:left;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #590d00;
	width: 174px;
	height: 25px;
	line-height: 14px;
 	padding-left: 20px;
	padding-top: 6px;
}

#menu ul li:hover a,
#menu ul li a:hover{
	width: 170px;
	background: #235e64;
	color: #ffffff;
}

/*********** main menu END***********/


/********* sub menu ************/
#menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	height: auto;
	top: 0px;
	left: 190px;
	width: 200px;
	-moz-opacity: 0.8;			/*** sets the opacity *** 3rd one works on IE***/
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility: visible;
	position: absolute;
	overflow:visible;
	border: 1px solid #235e64;
	background: #235e64;
	padding-left: 0px;
	width: 190px;
	height: auto;
}

#menu ul li:hover ul li a,
#menu ul li a:hover ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
	height: auto;
}

#menu ul li:hover ul li:hover a,
#menu ul li a:hover ul li a:hover {
	background: #a1d6c5;
	color: #204e27;
}
/*********** sub menu END***********/


/********* sub sub menu ****************/
#menu ul li:hover ul li ul,
#menu ul li a:hover ul li a ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	height: auto;
	top: 0px;
	left: 190px;
	width: 100px;
}


#menu ul li:hover ul li:hover ul,
#menu ul li a:hover ul li a:hover ul {
	visibility: visible;
	position: absolute;
	height: auto;
	color: #000000;
	padding: 0px;
	border: 1px solid #a1d6c5;
	list-style-type: none;
	background: #a1d6c5;
	width: 100px;
}


#menu ul li:hover ul li:hover ul li a,
#menu ul li a:hover ul li a:hover ul li a {
	display: block;
	background: transparent;
	color: #142e18;
	width: 100px;
}


#menu ul li:hover ul li:hover ul li:hover a,
#menu ul li a:hover ul li a:hover ul li a:hover {
	background: #235e64;
	color: #ffffff;
	width: 100px;
}


/********* sub sub menu ****************/
