#footer {
	position: relative;
	z-index: 1000;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	height: 20px;
	width: 770px;
	background-color: #67655B;
}
#imageLeft {
	vertical-align: top;
	padding: 5px 10px 2px;
	visibility: visible;
	float: left;
	left: 10px;
}
#imageRight {
	padding: 5px 10px 5px 5px;
	float: right;
	visibility: visible;
	vertical-align: top;
}

/* TEXT CLASSES */
.copyBLACK {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: normal;
	background-position: left top;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.indent {
	text-indent: 50px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #6666CC;
	background-color: #E9EBBD;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 4px;
	margin: 0px;
}
.footer a:link {
	color: #000099;
	text-decoration: none;
}
.footer a:visited {
	color: #6666CC;
	text-decoration: none;
}
.footer a:hover  {
	color: #000066;
	text-decoration: underline;
}