@charset "UTF-8";

/* Used for the styling of the PE pages */
.pe_txt{
	font-size: 14px;
	text-align: center;
}
.program_intro{
  padding: 10px;
	width: 425px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.list_style li{padding-bottom: 10px;}

/* testimonials */
hr.separator{
  margin: 30px 0px 30px 0px;
}

/* faq */
.question{
	font-size: 14px;
  font-weight: bold;
}
.answer{
	font-size: 14px;
	margin-top: 6px;
  margin-bottom: 20px;
}
/* resources */
#resources h1{
  font-size: 18px;
}
#resources ul li{
  margin-bottom: 10px;
}
#resources a{
  text-decoration: underline;
	font-weight: bold;
}
