/*----CONTENT----*/

.Content {
	background: url(../images/bkg_divider.gif) top repeat-y;
	margin: 40px 0px 50px 0px;
	width: 874px;
}

	.Content .PageTitle {
		color: #1F568A;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		padding: 0px 229px 30px 0px;
		text-align: right;
		width: 617px;
	}
	
	
	
/*----LEFT COLUMN----*/

	.Content .LeftColumn {
		float: left;
		padding: 0px 14px 0px 14px;
		width: 617px;
	}
	
		.Content .LeftColumn h3 {
			color: #1F568A;
			font-size: 14px;
			font-weight: bold;
			padding-bottom: 14px;
		}
		
		.Content .LeftColumn h4 {
			color: #1F568A;
			font-size: 12px;
			font-weight: bold;
			padding-bottom: 14px;
		}
	
		.Content .LeftColumn p {
			padding-bottom: 14px;
		}
		
		.Content .LeftColumn ul {
			margin: 0px 0px 0px 45px;
			padding-bottom: 14px;
		}

		.Content .LeftColumn h5 {
			font-size: 14px;
			font-weight: bold;
			color: #000;
		}
		
		.Content .LeftColumn .OnlineBankingBox {
		
			width: 580px;
			padding: 10px;
			border: 1px solid #000;
		
		}

		
		.Content .LeftColumn .List {
			padding: 0px 0px 14px 16px;
			list-style: square;
		}
		
			.Content .LeftColumn .List li {
				padding-bottom: 4px;
			}
		
		.Content .LeftColumn .IndentedList {
			padding: 0px 0px 14px 30px;
			list-style: square;
		}
		
		.Content .LeftColumn .Image {
			padding: 10px 20px 25px 0px;
		}
		
		.Content .LeftColumn .BoldBlue {
			color: #1F568A;
			font-size: 11px;
			font-weight: bold;
		}
		
		.Content .LeftColumn .Blue {
			color: #1F568A;
		}
		
		.Content .LeftColumn a {
			color: #1F568A;
			text-decoration: underline;
		}
		
		.Content .LeftColumn a:hover {
			color: #000000;
		}
		
		
		.Content .LeftColumn .TableWrapper {
			padding-left: 50px;
			padding-top: 16px;
		}
		
			.Content .LeftColumn .TableWrapper p {
				padding-bottom: 30px;
			}
			
			.Content .LeftColumn .TableWrapper a {
				color: #000000;
			}
		
		.Content blockquote {
			padding-left: 30px;
		}
		
		.subscript {
			font-size: 9px;
		}
	
	
	
/*----RIGHT COLUMN----*/	
	
	.Content .RightColumn {
		float: left;
		padding: 0px 14px 0px 0px;
	}
	
		.Content .RightColumn .SideNav {
			height: auto;
			list-style: none;
			min-height: 155px;
			padding: 40px 0px 40px 14px;
		}
		
		/* for Internet Explorer */

		/*\*/

		* html .Content .RightColumn .SideNav {
			height: 155px;
		}
		
		/**/
		
			.RightColumn .SideNav li {
				font-size: 11px;
				line-height: 12px;
				padding-bottom: 8px;
			}
			
			.RightColumn .SideNav a { color: #1F568A; text-decoration: underline; }
			.RightColumn .SideNav a:hover { color: #000000; text-decoration: underline; }
