
#footer {
	position: relative;
	z-index: 20;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	background-color: #F3FEFF;
	border: 0;
	margin:0;
	padding: 0;
	text-align: center;
	margin-top: 30px;
	border-top-color: #66BBCC;
	border-top-style: solid;
	border-top-width: 3px;
	vertical-align: bottom;

	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #8B8878;
}

#footer #line {
	position: relative;
	top: 2px;
	left: 0px;
	width: 100%;
	height: 5px;
	border: 0;
	margin:0;
	padding: 0;
	background-color: #99DDEE;
	margin-top: 0px;
	margin-left: 0px;

}

#footer #square1 {
	position: relative;
	top: 5px;
	left: 0;
	width: 200px;
	height: 20px;
	background-color: #66BBCC;
	border: 0;
	margin: 2px;
	padding: 0;
	z-index: 10;
	float: left;
}

#footer #square2 {
	position: relative;
	top: 5px;
	float: left;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #66BBCC;
	border: 0;
	margin: 2px;
	margin-left: auto;
	padding: 0;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	z-index: 11;
}

#footer p, #footer a {
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #8B8878;
	text-decoration: none;
}
#footer p {
	margin-right: -2px;
	float: left;

}
#footer a:hover {
	text-decoration: underline;

}
.sm {
	font-family: Arial;
	font-size: 1px;
}
