@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 *******/




/* below the menu - contains company, copyright information etc. */
.footerCopyright
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	display: block !important;
	color: #CCC;
	font-size: 8pt;
}


/***************************************************************/
/************** BEGIN - Speciality Styles ******************/

/*** Begin - Footer Menu Link Style ***/
.footerCopyright a
{
	font-size: 8pt;
	color: #CCC;
}

.footerCopyright a:link 
{
	text-decoration: none;
}

.footerCopyright a:visited 
{
	text-decoration: none;
	border-bottom: none;
}

.footerCopyright a:hover  
{
	text-decoration: none;
	border: none;
	color: white;
}

.footerCopyright a:active
{
	text-decoration: none;
	border: none;
	color: white;
}


/************** END - Speciality Styles ******************/
/***************************************************************/