/************* #footer styles ***************/

.footer{
	clear: both;
	margin:0px;
	padding:0px;
	border-top: 1px solid #fff;
	background-color:#d2d2d2;
	font-size: 75%;
	font-variant:small-caps;
	color: #fff;
	padding: 2px 10px 2px 10px;
	margin-top: -1px;
	height:12px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch for pages with low content*/
	
	
.footer p{
	margin:0px;
	padding:0px;
	color:#585858;
	margin-top: -1px;
}

.footer a:link{
	text-decoration:none;
	color:#c00;
	}

.footer a:visited{
	text-decoration:none;
	color:#c00;
	}
	
.footer a:hover, a:active{
	text-decoration:underline;
	}
	



