/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
.body_bg{
	background-image:url(images/body_bg.gif);
	background-repeat:repeat;
}
.left_bottom{
	background-image:url(images/left_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.orangetext{
	font-family:"Trebuchet MS";
	color:#F5821F;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}
.normaltext{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}
/*scroller----starts----*/

#Layer1 {
	position:absolute;
	width:350px;
	height:550px;
	z-index:1;
	overflow-y: auto;
	top: 180px;
}
.scroll{
	scrollbar-face-color:#FF8013;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FBC18F;
	scrollbar-shadow-color:#DDBDCDE;
	scrollbar-highlight-color:#C95D00;
	scrollbar-3dlight-color:#DBDCDE;
	scrollbar-darkshadow-Color:#C95D00;
	
}
#Layer2 {
	position:absolute;
	width:350px;
	height:550px;
	z-index:1;
	overflow-y: auto;
	top: 180px;
}
.scroll{
	scrollbar-face-color:#FF8013;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FBC18F;
	scrollbar-shadow-color:#DDBDCDE;
	scrollbar-highlight-color:#FF943E;
	scrollbar-3dlight-color:#DBDCDE;
	scrollbar-darkshadow-Color:#FF943E;
	
}
#Layer3 {
	position:absolute;
	width:350px;
	height:550px;
	z-index:1;
	overflow-y: auto;
	top: 180px;
}
.scroll{
	scrollbar-face-color:#FF8013;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FBC18F;
	scrollbar-shadow-color:#DDBDCDE;
	scrollbar-highlight-color:#FF943E;
	scrollbar-3dlight-color:#DBDCDE;
	scrollbar-darkshadow-Color:#FF943E;
	
}
#Layer4 {
	position:absolute;
	width:350px;
	height:550px;
	z-index:1;
	overflow-y: auto;
	top: 180px;
}
.scroll{
	scrollbar-face-color:#FF8013;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#FBC18F;
	scrollbar-shadow-color:#DDBDCDE;
	scrollbar-highlight-color:#FF943E;
	scrollbar-3dlight-color:#DBDCDE;
	scrollbar-darkshadow-Color:#FF943E;
	
}

/*scroller----ends----*/


/*footer---starts----*/
.footertext{
	font-family:"Trebuchet MS";
	color:#026696;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}
/*footer----ends----*/