.center {
	text-align: center;
}

.margin-top-8 {
	margin-top: 8px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-64 {
	margin-top: 64px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.bkgnd-light {
	background-color: #fefefe;
}

.bkgnd-midlight {
	background-color: #f6f6f6;
}

.bkgnd-lowlight {
	background-color: #efefef;
}

.bkgnd-blue {
/*	background-color: skyblue;*/
}

.bkgnd-green {
/*	background-color: seagreen;*/
}

.addShadow {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

hr {
  height: 2px;
  margin: 30px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  border: 0;
}
p.separator {
    height: 2.5px;
    width: 90%;
    margin-left: 5%;
    background: darkgray;
}
























