/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#siteframe {
	width: 660px;
}

#nav {
	display: none;
}

#screenhead {
	display: none;
}

#content {
	width: 660px;
	margin: 15px 0px 15px 0px;
	line-height: 125%
}

#content-top {
	padding: 15px 0px 15px 0px;
	margin: 0px;
	line-height: 125%;
}

#printhead {
	width: 660px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

#subnav {
	display: none;
}

#toplink {
	display: none;
}

#screenhead-table {
	display: none;
	width: 660px;
}
	
#screenhead-left {
	display: none;
	width: 415px;
}

#screenhead-right {
	display: none;
	width: 245px;
}

#homeleft {
	width: auto;
}

#homeright {
	width: 200px;
}

#homefoot {
	width: auto;
}

#footer {
	width: 660px;
	padding-top: 8px;
	border-top: 1px solid #999999;
	font-size: 10px;
	color: #666666;
}
	
#footer-table {
	width: 660px;
}
	
#footer-ehlicon {
	width: 28px;
}
	
#footer-ehltext {
	width: 141px;
	white-space: nowrap;
}
	
#footer-text {
	width: 421px;
	text-align: center;
}
	
#footer-fdic {
	width: 70px;
	text-align: right;
}
	
.noprint {
	display: none;
}