/*	********* BEGIN FOOTER **************************************************/

#footer {
	display: block;
	background-color: Black;
	color: #FAFAF7;
	border-top: 1px solid #E9E9E6;
	font: small-caps .75em "Microsoft Sans Serif", "Century Gothic", Arial,   Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px;
	width: 100%;
	height: 10%;
	min-height: 30px;
	z-index: 20;
	text-align: right;
}
#footer .footer{
	background-color: Black;
	color: #FAFAF7;
	font: normal small-caps 100% "Microsoft Sans Serif", "Century Gothic", Arial,   Verdana, sans-serif;
	margin: 0px 6px 0px 6px;
	text-align: inherit;
	text-decoration: none;

}

#footer .copyright {
	background-color: Black;
	color: #FAFAF7;
	display: inline;

	text-align: right;
}
#footer a.footer:link{
	background-color: Black;
	color: #E5E5D9;
}
 #footer a.footer:hover, #footer a.footer:active{
 background-color: inherit;
	color: #982417;
}

/*	********* **************************************************************/
/*********** begin	search placed in the footer****************/
.footersearch {
	background-color: transparent;
	color: #e9e9e6;
	float:left;
	font: normal normal 11px/110% "Microsoft Sans Serif", "Century Gothic", Arial,   Verdana, sans-serif;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	height:23px;

}
.footersearch form {
	background-color: transparent;
	color: #e9e9e6;
	font-size: 10px;
	font-family: " Georgia", " Times New Roman", Times, Garamond, "Palatino Linotype", serif;
}
.footersearch label {
	background-color: transparent;
	color: #e9e9e6;
}

/*********  end search placed in the footer************************/
