body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
}

H2 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
}

form{
  margin:0px;
  padding:0px;
}

.subhead {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8781BD;
}

.eventtext {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #102873;
}

A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8781BD;
	text-decoration: underline;
}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8781BD;
	text-decoration: underline;
}

A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8781BD;
	text-decoration: underline;
}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8781BD;
	text-decoration: none;
}

.smtext {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

A.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
}

table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}

table.standard td.field {
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
}

table.contact_us {
	border-collapse: collapse;
	empty-cells: show;
}

table.contact_us td, table.contact_us th {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	empty-cells: show;
	vertical-align: middle;
}

table.contact_us td.field {
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
}

.errors {
	color: #ff0000;
}

#error_list {
	margin-bottom: 8px;
}

/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
	border: 2px solid #102873;
	background-color: #8781BD;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}

div.faq_item div.answer{
  display:none;
}

.did_you_know{
  vertical-align:top;
  font-size:8pt;
  font-family: Arial, helvetica, sans-serif;
  padding-top:30px;
  width:230px;
}
