
/*The Images********************************/
width:80%;
	
/*The LIST ********************************/
ul.signature{
	margin-left:-0.3em;
	padding-top:1em;
}

ul.signature li{
	list-style-type:none;
	line-height:1.3em;
}
div.content ul{
	padding-bottom:1em;
}

/*The Layout *********************************/
div.wrap{
	width:97%;
	padding:1em;
	margin:0 auto;
	margin-top:1em;
	overflow:auto;
}

div.menu{
	float:left;
	width:22%;
	padding:0.5em;
	font-size:12px;
	border:2px solid #accbe0;
	background:#fff;
	border-radius:8px;
}
div.menu a{
	display:block;
	width:100%;
	color:#1f4f80;
	text-decoration:none;
}
div.menu a:hover{
	text-decoration:underline !important;
	background:#eee;
}
div.menu ul{
	padding:0;
	margin-left:2em !important;
	margin-top:0em;
}
div.menu ul li{
	line-height:2em;
	margin-left:0em !important;
	list-style-type:none;
}

div.menu ul li a{
	color:#333;
}



div.menu a:hover{
	text-decoration:none;
	color:#0e3160; 
}

div.content{
	float:right;
	width:75%;
	background:none;
}
div.contentWrap{
	background:#ffffff;
	display:block !important;
	width:97%;
	font-size:12px !important;
}

div.content h2{
	clear:left;
}
div.ver2{
	color:#333;
	border:none !important;
	box-shadow:none !important;
}
div.ver2  h1{
	display: block !important;
	color:#1f4f80;
}

div.ver2.index ul li{
	margin-left:0em !important;
	list-style-type:square;
	color:#333;
	line-height:2em !important;
}
div.ver2.index p + ul{
	margin-top:0em !important;
}
div.ver2.index ul li a{
	width:100%;
	color:#333;
	text-decoration:none;
}
div.ver2.index ul li a:hover{
	text-decoration:underline;
	color:#0e3160; 
}
div#navheading2{
	font-weight:bold;
	font-size:14px;
	padding-bottom:0.5em;
}

a.bckTop{
	display:block;
	text-align:right;
	width:100%;
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
}
body.transaction div.ver2{
	border:none;
	box-shadow:none;
}

