BODY, HTML{
	margin: 0;
	padding: 0;
	height: 100%;
	background:#0a94d2;
	font-family: Verdana, Sans Serif;
	font-size: small;
}

H1{
	color: #999;
	font-weight: normal;
	font-size: 130%;
	background: url(/images/gui/H1Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 24px;
}

	#MainContentArea H1{
		font-size: 160%;
		color: #999;
		background-position: 0 6px;
	}
	
H2{
	font-family: Verdana, Sans Serif;
	font-weight: normal;
	font-size: 120%;
	padding-top: 0.5em;
	margin-bottom: -0.5em;
}

H3{
	font-family: Verdana, Sans Serif;
	font-size: 100%;
	font-weight: normal;
}

P, LI{
	color: #333;
	line-height: 1.6em;
}

SPAN.placeholder{
	color: red;
	font-style: italic;
}

	.error *{
		color: red;
		font-weight: bold;
	}

A{
	color: #0a94d2;
}

#MainContentArea A:hover{
	background-color: #ddd;
}

A:visited{
	color: #054f81;
	text-decoration: none;
	border-bottom: dotted #054f81 1px;
}

A.blocklink{
	background: #fff;
	border: double #333 3px;
	padding: 0.5em;
}

DIV.callout{
	background-color: #C5DBC4;
	border: solid #00533e 1px;
	padding: 1.0em;
	padding-top: 0.5em;
	clear: both;
}
	
DIV.floatImage{
	margin: 1em;
	font-size: xx-small;
	color: #999;
	border: solid #666 1px;
}

	DIV.left{
		float: left;
		margin-left: 0;
	}
	
	DIV.right{
		float: right;
		margin-right: 0;
	}

DIV.PageRow{
	margin: 0;
	padding: 0;
	clear: both;
}

DIV.stripe{
	height: 8px;
	overflow: hidden;
}

DIV.PageRow DIV.ColumnWrapper{
	width: 968px;
	padding-left: 16px;
	padding-right: 16px;
	
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(/images/gui/bg_main.gif);
}

DIV.PageRow DIV.Column{
	margin: 0;
	padding: 0;
	float: left;
}

DIV.divided{
}

DIV.divided DIV.ColumnContent{
	margin-left: 12px;
}
	
	UL.horizontalList{
		margin: 0;
		padding: 0;		
		list-style: none;
		display: block;
	}
	
		UL.horizontalList LI{
		float: left;
		display: block;
		}
	
			UL.horizontalList LI A{
				display: block;
			}

#Block1{
	padding-top: 1em;
}

	#PageHeader{
	}

		#LogoColumn A{
			margin: 1em;
			width: 253px;
			height: 75px;
			display: block;
			border: none;
			background-image: url(/images/logos/mvsb.gif);
		}
		
		#BigLinks{
			float: right;
			margin-top: 1em;
			padding-right: 1em;
			padding-left: 40px;
			padding-bottom: 0;
			height: 48px;
			background-image: url(/images/gui/BigLinksGraphic.gif);
			background-repeat: no-repeat;
		}
		
			#BigLinks A{
				display: block;
				padding-top: 24px;
				padding-left: 20px;
				padding-right: 1em;
				color: #0a94d2;
				text-decoration: none;
				font-size: 113%;
			}
				
				#BigLinks A:visited{
					border: none;
				}
				
				#BigLinks A:hover{
					background-color: none;
					background-image: url(/images/gui/bg_biglink.gif);
					background-repeat: no-repeat;
					background-position: 10px 29px;
				}
	
		#TopLevelNavLinks{
			width: 980px;
		}
		
		#udm{
			margin: 0 4px;
		}
		
		#udm LI.UDM_top{
			padding: 0 10px;
		}
		
		#udm span.udmS {
			background-image: url(/images/gui/udmMenu_bg.png);
			background-repeat: no-repeat;
			background-position: bottom left;
			padding-bottom: 6px;
		}
		
		#TopLevelNavigation A{
			color: #333;
			line-height: 1.3em;
		}
		
		UL.UDM_subnav{
			padding-bottom: 16px;
		}
		
		UL.UDM_subnav LI{
			margin-top: 0.7em;
		}
		
		#TopLevelNavigation A.top{
			padding-bottom: 12px;
			padding-top: 4px;
			text-align: center;
			color: #666;
			text-decoration: none;
		}
		
			#TopLevelNavigation A:hover{
				color: #00a5db;
			}

DIV.PageDisclosures{
	border-top: solid #ccc 1px;
	color: #333;
	margin-top: 3em;
	padding: 6px;
}

	DIV.disclosure{
		margin-bottom: 0.5em;
		font-size: smaller;
		line-height: 1.6em;
		width: 100%;
		height: 1%;
		clear: both;
	}
	
	.fdicDisclosure{
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		border: solid black 1px;
		padding: 1em;
		font-weight: bold;
		position: relative;
	}
			
#QuickLinkStripe{
	margin-left: 5px;
	border: solid #ccc 1px;
	width: 700px;
	font-size: smaller;
}

	#QuickLinkStripe UL{
		float: right;
		border-right: solid #ccc 1px;
		border-left: solid #ccc 1px;
		padding-bottom: 4px;
		margin-right: 0.5em;
	}	
	
	#QuickLinkStripe A{
		padding-left: 1em;
		padding-right: 1em;
		font-size: 90%;
		text-decoration: none;
		margin-top: 2px;
		color: #666;
	}
	
	#QuickLinkStripe A:hover{
		color: #0a94d2;
	}
	
	#QuickLinkStripe A:visited{
		border: none;
	}
	
	#MiniSearchForm{
		float: right;
	}

#Footer{
}

	#FDIC{
		width: 75px;
		padding-left: 25px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#EHL{
		float: right;
		width: 57px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#FooterText{
		text-align: center;
		width: 767px;
	}
	
	#FDICText{
		text-align: center;
		width: 968px;
	}
	
	#FooterText P{
		color: #333;
		font-size: xx-small;
	}

#EndOfPage{
	width: 1000px;
	height: 33px;
	background-image: url(/images/gui/endOfPage.gif);
	padding: 0;
}



INPUT.fullwidth{
	display: block;
	width: 100%;
}
