body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#page-container {
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
p {
	line-height: 1.4em;
	margin: 0 0 1em;
	text-align: center;
}
.alt {
	letter-spacing: 2px;
	text-transform: uppercase;
}
hr {
	border-color: #B8B8B8;
	border-style: solid;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	border-top-width: 1px;
	margin: 0;
}
a {
	color: #000099;
}
img {
	font-size: 18px;
}
div.button {
	text-align: center;
}
div.button div {
	background-color: #000000;
	border-collapse: separate;
	border-radius: 3px;
	display: inline-block;
	padding: 13px 35px;
	text-align: center;
}
div.button a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.button-block,
.divider-block,
.heading-bar-block,
.heading-image-text-button-block,
.heading-image-text-block,
.image-text-button-block,
.image-text-block,
.image-block,
.social-links-block,
.text-button-block,
.text-block,
.three-columns-block,
.two-columns-block,
.video-block {
	margin: 0 auto 20px;
	max-width: 700px;
	padding: 0 15px;
}

.divider-block {
	padding: 35px 0;
}
.button-block {
	margin-bottom: 50px;
	padding: 15px;
}
.image-block,
.video-block {
	line-height: 0;
}

/* Image + Text */
.image-text-block {
	padding: 15px;
}
.image-text-block > a + div,
.image-text-block > img + div {
	padding-top: 15px;
}
.image-text-block div.button div {
	margin-bottom: 5px;
}

/* Text + Button */
.text-button-block {
	padding: 15px;
}
.text-button-block div.button div {
	margin-bottom: 5px;
}

/* Heading + Image + Text + Button */
.image-text-button-block,
.heading-image-text-block,
.heading-image-text-button-block {
	padding: 15px;
}
.image-text-button-block > a + div,
.image-text-button-block > img + div,
.heading-image-text-block > a + div,
.heading-image-text-block > img + div,
.heading-image-text-button-block > a + div,
.heading-image-text-button-block > img + div {
	padding-top: 15px;
}
.heading-image-text-block h1.heading-bar,
.heading-image-text-button-block h1.heading-bar {
	margin: 0 0 15px;
}
.image-text-button-block div.button div,
.heading-image-text-button-block div.button div {
	margin-bottom: 5px;
}
