#eb_header {
	margin-top:20px;
	font-size:10px;
	}
	
#eb_headerLeft {
	margin-left:20px;
	float:left;
	}
	
#eb_headerBanner {
	margin-left:5px; 
	padding:0px;
	}
	
#eb_headerMOTD {
	clear:both;
	float:left;
	margin-left:5px; 
	margin-top:20px;
	width:290px;
	height:85px;
	border:4px solid #ccc;
	background-color:#f7f7f7;
	overflow-y:hidden;
	overflow-x:hidden;
	}
	
#eb_headerContact {
	width:175px;
	height:100px;
	margin-left:40px;
	margin-top:20px;
	}

#eb_headerBox {
	float:left;
	padding-top:10px;
	padding-left:10px;
	margin-left:20px;
	font-size:10px;
	width:185px;
	height:230px;
	background-image: url(/common/images/boxes/box_half195x195.jpg);	
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#eb_content {
	clear:both;
	margin-left:25px;
	margin-top:20px;
	}	

#eb_contentLeft {
	float:left;
	width:240px;
	margin-top:0px;
	overflow:hidden;
	}
	
#eb_contentRight {
	float:left;
	margin-top:0px;
	margin-left:16px;
	}
	
#eb_contentRightFrame {
	background-image:url(/common/images/boxes/box_470x380.jpg);
	background-repeat:no-repeat;
	width:470px;
	height:400px;
	}
	
#eb_contentMain {
	width:440px;
	height:355px;
	margin-left:15px;
	margin-top: 12px;
	margin-right:15px;
	margin-bottom:12px;
	}
	
	
	

/* Accordian - Mootools */

	#accordion {
	margin:0px 0px;
	
	}

	h3.toggler {

	background-image:url(/common/images/ebanking/ac_menu_grey.gif);
	background-repeat:no-repeat;
	font-family: 'Andale Mono', sans-serif;
	font-size: 13px;
	margin: 5px 0 5px 0px;
	padding: 6px 8px 1px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	}
	
	
	.element ul {
     margin:0px;
	 padding:0px;
	 padding-left:40px;
	 padding-bottom:10px;
	 list-style:none;
	 font-size:10px;
	 font-weight:800;
	 color:#333333;
	 list-style-image:url(/common/images/global/icon_green_arrow.gif);
	}
	
	
	.element ul a {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	}
	
	.element ul a:hover{
	cursor:pointer;
	cursor:hand;
	color:#9cbc3c;
	}

	div.element p, div.element h4 {
	margin:0px;
	padding:4px;
	}
	
