@charset "utf-8";
/* CSS Document */
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}


html {
  height: 100%; width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+CjxyZWN0IHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0iIzI4MjgyOCI+PC9yZWN0Pgo8Y2lyY2xlIGN4PSIzIiBjeT0iNC4zIiByPSIxLjgiIGZpbGw9IiMzOTM5MzkiPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIzIiBjeT0iMyIgcj0iMS44IiBmaWxsPSJibGFjayI+PC9jaXJjbGU+CjxjaXJjbGUgY3g9IjEwLjUiIGN5PSIxMi41IiByPSIxLjgiIGZpbGw9IiMzOTM5MzkiPjwvY2lyY2xlPgo8Y2lyY2xlIGN4PSIxMC41IiBjeT0iMTEuMyIgcj0iMS44IiBmaWxsPSJibGFjayI+PC9jaXJjbGU+Cjwvc3ZnPg==");	
  background: black;
}

.bodytest {
	height: 100%;
	width: 100%;  
	margin: 0 0 3em 0;
	padding: 0 0 20px 0;
	min-width: 670px;
	text-align: center;
}

.whiteText {
	color: #fff;
}

body {
	color: white;
	margin: 0px;
}

img.zeroOut {
	margin: 0;
	padding: 0;	
}

a{
	text-decoration: none;
	outline: none;
	color: grey;
}
.accschedule {
	color: yellow;
}
a:hover{
	text-decoration:underline;
}

.center{
	text-align:center;
	border:0;
}
#main-content{
	margin: 0 auto;	
	width: 100%;
}

.acclogo{
  display:inline-block;
	background:url('../images/ACC-Star.png');
	margin: 20px auto 10px;
	width: 85px;
	height: 65px;
	background-repeat:no-repeat;
}

.button-content{
	height: 5em;
	margin: 0 auto;
}