@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 - Background and body text font.
#BE1E2D - Center Menu Font Color
#8DC63F - Footer Menu Text and links
*******Color Scheme *******/

/* Contains style for the space between the top of the document area and next style area */

/* Container Styles */
.headerSpacer
{
	position: relative;
	width: 72px;
	height: 25px;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	text-align: left;
}
