/****footer****/

#footer{
    float:left;
	margin: 0px;
	padding: 2px;
	width: 760px;
	color: #999999;
	z-index: 10;
	text-align: center;
	font-size:10px;
	background-color: #FFFFFF;
}
.footer{
font-size:10px;
color:#999999;
}
.footerlink {
font-size: 10px;
color: #999999;
text-decoration:none;
}
a.footerlink:hover {
text-decoration:underline;
}
.footerrule{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



