/* CSS Document */
	body { margin-bottom:0px;
	   	   margin-left:0px; margin-top:0px; font-family:"Verdana"; font-size:12px; 
		   text-align:center; }
	
	/*Table and tabledata settings*/
	table#setTable { width:900px; height:100%; background-color:#FFFFFF;}
	td#topTable { width:900px; height:145px; background-image:url(../images/banner2.jpg); vertical-align:top; border-right:10px solid #113a50;}
	td#leftTable {
	width:160px;
	height:500px;
	vertical-align:top;
	background-color:#37424c;
}
	td#mainTable {
	width:730px;
	height:auto;
	vertical-align:top;
	border-right:10px solid #2892cc;
	background-image: url(../images/main.jpg);
	background-repeat: repeat;
}
	td#bottom_ct {
	color: #FFFFFF;
}
	iframe#mainFrame { width:730px; display:none; }
	
	/*Text settings*/
	.style1 { color:#FFFFFF; font-size:12px; }
	
	/*Menu settings*/
	DIV#ddMenuLayer {
	position:relative;
	left:230px;
	top:70px;
	width:700px;
	white-space: normal;
	line-height: 6mm;
}
	DIV#divMenuBar { }
	TABLE#tblMenuBar TD { font-size:12px; color:#FFFFFF; padding:0px 5px 0px 5px; cursor:default; }
	TABLE#tblMenuBar TD.clsMenuBarItem { cursor:default; }

	/* These two style rules added for links in MenuBar */
	TABLE#tblMenuBar TD.clsMenuBarItem A { text-decoration:none; color:#FFFFFF; }
	TABLE#tblMenuBar TD.clsMenuBarItem A:hover { color:#FFFFFF; }
	DIV.clsMenu {
	font-size:12px;
	background-color:#BEBEBE;
	position:absolute;
	visibility:hidden;
	width:150px;
	left: 97px;
	height: 1px;
	top: 36px;
	border: 1px solid #2892cc;
	list-style-type: square;
}
	DIV.clsMenu A { text-decoration:none; color:#020D5F; }
	DIV.clsMenu A:hover { color:#FFFFFF; background-color:#37424c; width:100%; }
	
	/*Menu settings for backoffice*/
	DIV#MenuBar { text-align:center; font-size:12px; color:#FFFFFF; padding:0px 5px 0px 5px; cursor:default; }

	/* These two style rules added for links in MenuBar */
	DIV#MenuBar .clsMenuBarItem A { text-decoration:none; color:#FFFFFF; }
	DIV#MenuBar .clsMenuBarItem A:hover { color:#FFFFFF; }

/**************************
FOOTER
**************************/
#footer_holder {
vertical-align:top; height:45px; padding-right:10px; 
background-image:url(../images/bottom.jpg); background-repeat:no-repeat;}

.copyright {
font-size:9px; text-align:right; color:#FFFFFF;}

#bottom_holder {
height:100%; background-image:url(../images/bottom.jpg);}

*html #bottom_holder {
height:20%;}

