#PageBody{
	font-size: x-small;
}

HTML{
	margin: 0;
	padding: 0;
}

BODY{
	background-color: #105a43;
	font-family: Verdana;
	font-size: small;
	margin: 10px auto;
	padding: 0;
	overflow: auto;
}

H1, H2, H3, H4{
	color: #105a43;
}

H1{
	font-size: 180%;
}

H2{
	font-size: 140%;
}

H3{
	font-size: 110%;
	padding-bottom: 4px;
	margin-bottom: 0;
}

H4{
	font-size: 110%;
	padding-bottom: 0;
	margin-bottom: -0.5em;
}

A{
	color: #105a43;
	text-decoration: none;
}

A:hover{
	background: #dfd;
}

#RootDiv{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: url(/images/gui/RootDivBG.gif);
	position: relative;
}

DIV.outsideRow{
	background: #105a43;
}

#onlineBankingLogin IMG{
	vertical-align: middle;
}

#onlineBankingLogin{
	text-align: center;
}

#onlineBankingLogin A{
	color: white;
	padding: 4px;
}

#onlineBankingLogin A:hover{
	color: #ffff99;
	background: #0b402f;
}

DIV.cap{
	background-image: url(/images/gui/cap.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 18px;
	min-height: 63px;
	height: auto !important;
	height: 63px;
}

	DIV.tab{
		height: 36px;
		background: #105a43;
		position: absolute;
		margin-top: -18px;
		top: 0;
		left: 400px;
	}
	
	DIV.tab A{
		position: relative;
		bottom: 12px;
		padding: 4px;
		color: white;
	}
	
	DIV.tab A:hover{
		color: #ffff99;
		background: #0b402f;
	}

DIV.foot{
	background-image: url(/images/gui/foot.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 28px;
	height: 63px;
	position: relative;
}

DIV.ContentWrapper{
	width: 933px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 18px;
	float: left;
	clear: left;
}

#PageHeader{
	border-bottom: solid #ccc 1px;
	background-image: url(/images/gui/pageHeadBG.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}

	#UpperRight{
		position: absolute;
		top: 8px;
		right: 30px;
		text-align: right;
		padding-top: 1em;
		padding-right: 1em;
		font-size: x-small;
		font-weight: bold;
	}
	
		#UpperRight UL{
			margin: 0;
			padding: 0;
			list-style: none;
		}

	#HomeLink IMG{
		margin: 16px;
		margin-left: 32px;
		border: none;
	}
	
	#HomeLink:hover{
		background-color: transparent;
	}
	
#PageNav{
	padding-top: 4px;
	z-index: 10;
}

#NavWrapper{
	height: 20px;
	padding-left: 10px;
	border-bottom: solid #ccc 1px;
}

#PageBody{
	border-bottom: dashed #cfded9 1px;
	z-index: 0;
}

DIV.col{
	float: left;
}

	#ColumnA{
		width: 205px;
	}
	
		#ColumnA DIV.extraContent{
			margin: 16px;
			line-height: 1.6em;
		}
		
		#SubnavMenu, #SubnavMenu UL{
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		#SubnavMenu{
			margin-top: 16px;
			margin-left: 16px;
		}
		
			#SubnavMenu LI{
				margin-left: 1.5em;
				padding: 4px;
			}
			
			#SubnavMenu LI.top{
				margin-left: 0.5em;
				font-size: 130%;
			}
			
			#SubnavMenu A{
				text-decoration: none;
			}
	
	#ColumnB{
		width: 481px;
		border-left: solid #ccc 1px;
		border-right: solid #ccc 1px;
	}
	
		#Content{
			margin-left: 20px;
			margin-right: 12px;
			padding-bottom: 40px;
			line-height: 1.6em;
		}
		
		DIV.callout{
			background-color: #faeba4;
			padding: 1em;
			font-weight: bold;
			border: solid #afa573 1px;
		}
			
			#Content A{
				text-decoration: underline;
			}
			
			#Content #PageTitle{
				background-image: url(/images/gui/pageTitleBullet.gif);
				background-repeat: no-repeat;
				background-position: 0em 0.2em;
				margin-left: 0;
				padding-left: 40px;
				margin-top: 1em;
				color: #105a43;
				min-height: 25px;
				line-height: 1.3em;
			}
			
			.inlineList{
				list-style: none;
				padding: 0;
			}
			
			.inlineList LI{
				float: left;
				padding: 4px;
			}
			
			TABLE{
				border-collapse: collapse;
			}
			TABLE TD, TABLE TH{
				border: ridge #999 2px;
				padding: 4px;
			}
			
			TABLE.clear TD, TABLE.clear TH{
				border: none;
			}
			
			TABLE.styled{
				border-collapse: collapse;
				border: solid #666 1px;
			}
			
			TABLE.styled THEAD{
				border-bottom: solid #999 1px;
			}
			
			TABLE.styled THEAD TH{
				padding: 0 1.5em;
				background: #cfded9;
				border: none;
				border-right: dotted #105a43 1px;
			}
			
			TABLE.styled TBODY TR{
			}
			
			TABLE.styled TBODY TD{
				border-top: none;
				border-left: none;
				border-right: dotted #ccc 1px;
				border-bottom: solid #666 1px;
				padding: 4px;
			}
			
			TABLE.styled TFOOT TD{
				font-size: smaller;
				border: solid #666 1px;
				padding: 0 4px;
				background-color: #eee;
			}
			
			DIV.CaptionedImage{
				padding: 4px;
				float: right;
				font-size: x-small;
				color: #333;
				border: solid #ccc 1px;
				margin: 0em 0em 1em 1em;
				line-height: 1.4em;
			}
			
	
	#ColumnC{
	
	}
	
		#StockPhoto{
			padding-left: 2px;
			padding-bottom: 2px;
			border-bottom: solid #ccc 1px;
		}
		
		#RelatedLinks{
			padding-left: 2em;
			margin-top: 2em;
			margin-right: 2em;
		}
		
			#RelatedLinks H1{
				color: #105a43;
				font-weight: normal;
				margin-bottom: 2px;
			}
			
			#RelatedLinks UL{
				list-style: none;
				margin: 0;
				padding: 0;
				margin-left: 1em;
			}
			
			#RelatedLinks LI{
				padding: 2px;
			}
	
#PageFooter{
	position: relative;
	font-size: xx-small;
}

#FDICLogo{
	text-align: right;
	width: 100px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#FooterContent{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	SPAN.FooterItem{
		white-space: nowrap;
	}
	
#EHLLogo{
	width: 100px;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 28px;
}
#udm{
	text-align: center;
}
#udm LI.topNav{
	list-style-type: none;
	display: inline;
}
#currentPage A{
 font-weight: bold;
}
#InternalLinks{
	color: #105a43;
	position: relative;
	left: 0.5em;
}
#InternalLinks LI{
	list-style: disc outside;
}
#InternalLinks A{
	font-weight: normal;
}

#udm span.udmS {
margin-top: 6px;;
background-image: url(/images/gui/udmMenu_bg.png);
background-repeat: no-repeat;
background-position: bottom left;
}
UL.UDM_subnav LI{
	width: 143px;
	margin: 0 1px;
}

/* Product Sheet stuff */
	DIV.ProductGroup{
		margin-bottom: 1em;
		border-bottom: solid #666 2px;
	}
	
	DIV.ProductGroup SPAN.GroupName{
		display: block;
		color: #105a43;
		margin-bottom: 0.5em;
		font-size: larger;
	}
	
	DIV.ProductGroup TD{
		padding: 4px;
	}
	
	DIV.ProductGroup THEAD{
		background-color: #faeba4;
		text-align: center;
	}
	
	DIV.ProductGroup THEAD TD{
		border: none;
	}
	
	DIV.ProductGroup TBODY{
	}
	
	DIV.ProductGroup TBODY TD{
		height: 2em;
		border: none;
	}
		
	DIV.ProductGroup TBODY TD.label{
		text-align: left;
	}
	
	DIV.ProductGroup TBODY TD.data{
		text-align: center;
	}
	
	DIV.ProductGroup TABLE{
		border-collapse: collapse;
		font-size: 11px;
	}
	
	DIV.ProductGroup TBODY TD.top{
		border-top: solid #ccc 1px;
	}
	
	DIV.ProductGroup UL{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	DIV.ProductGroup DIV.groupDisclaimers UL UL{
		list-style-type: disc;
		margin-left: 2em;
		padding: 0;
	}
	
	DIV.ProductGroup DIV.groupDisclaimers{
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	
	UL.sheetDisclaimers{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	DIV.ProductSheetHeader{
		border-bottom: solid #999 1px;
		margin-bottom: 1em;
	}
	
	DIV.ProductSheetHeader SPAN.sheetTitle{
		font-size: larger;
		font-weight: bold;
	}
	
UL.checklist{
	list-style: square url(/images/gui/checkbox.gif);
}

#alert
{

	border: 1px solid #eeff66;
	padding: 1em;
	
	margin-bottom: 3em;
	
	font-size: larger;
	
	background-color: #ffd;
}

#alert h1, #alert h2
{
	margin-top: 0px;
	text-align: center;
	line-height: 1em;
	
}