/* CSS Document */

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

html {
	padding: 14px;
	margin: 0px;
}

	
#siteframe {
	width: 800px;
}
	
#main {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#screenhead {
	margin: 2px;
	padding: 0px;
	background: #901839 url(/images/interface/header_bkg.jpg) left top repeat-x;
}

#screenhead-table {
	width: 794px;
}

#screenhead-left {
	width: 549px;
}

#screenhead-right {
	width: 221px;
	padding-right: 24px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

#nav {
	margin: 0px 2px 0px 2px;
	border: 1px solid #C39554;
}

#printhead {
	display: none;
}

#content {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	margin: 15px;
	line-height: 150%;
}

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

#homeleft {
	width: 548px;
}

#homeright {
	width: 200px;
}

#homefoot {
	width: 768px;
}

.noscreen {
	display: none;
}

#footer {
	width: 782px;
	padding: 8px;
	border-top: 1px solid #999999;
	font-size: 10px;
	color: #666666;
}

#footer-ehlicon {
	width: 28px;
}

#footer-ehltext {
	width: 151px;
	white-space: nowrap;
}

#footer-text {
	width: 471px;
	text-align: center;
	white-space: nowrap;
}

#footer-fdic {
	width: 132px;
	text-align: right;
	font-size: 10px;
	}
	#footer-fdic a:link,
	#footer-fdic a:visited {
		color: #000000;
		text-decoration: none;
	}
	#footer-fdic a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
#footer-table {
	width: 782px;
}