@charset "utf-8";
/* CSS Document */

/* Footer styles
   ------------------------------------------------------------*/

/* footer is used for the BBB logo, copyright line, and links line */
#footer {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	font-size: 18px;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-top: 10px;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: #60F;
}

.footerDot {
	color: #D9D8C4;
}

/* This class is used to flood the color all the way across the screen */
.floodbrown {
	width: 100%;
	background-color: #BCBB9C;
}

#copyright {
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
}

