@charset "utf-8";
/* CSS Document */

/******************** main content container ********************/

.CMContainer {
 	margin-top:50px; /* sets the distance between the top of the page and the content so the content does not appear behind the floating menu bar */
	margin-left:20px;
	margin-right:20px;
}
/******************* Footer CSS *************************/
.CMFooterContainer {
	width:100%;
	left: 0;
	bottom: 0;
	background-color: #373737;
	margin: 0px;
	padding: 20px;
	color: #FFFFFF;
	min-height: 200px;
	margin-top:40px;
}

a:link.CMFooterLink {
	color: white;
  	text-decoration: underline;
}

a:visited.CMFooterLink {
	color: white;
  text-decoration: underline;
}

a:hover.CMFooterLink {
	color: white;
  text-decoration: underline;
}

a:active.CMFooterLink {
	color: white;
  text-decoration: underline;
}

.CMCenterLogo {
    margin-top: -48px;
    text-align: center;
	font-size: 30px;
}
