@font-face {
  font-family: 'Chunk Five';
  src: url(http://www2.lifeway.com/vbs2010/yourvbs/images/uploads/Chunkfive.eot);
  src: local('Chunk Five'), url(http://www2.lifeway.com/vbs2010/yourvbs/images/uploads/Chunkfive.otf) format('opentype');
}

/* RESET ______________________________________________________ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:active {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASE ______________________________________________________ */

body {
	background:#fff;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #222;
}

p {
	line-height: 1.5;
	margin: 18px 0;
	text-align: left;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 18px 0 18px  40px;
	line-height: 1.5;
	text-align: left;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 18px 0 18px 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: decimal outside;
}

li {
	margin: 18px 0;
}

ul.sidebar li, ol.sidebar li {
	margin: 0;
}

li p {
	margin: 18px 0;
}

dl {
	margin: 18px 0;
	line-height: 1.5;
	text-align: justify;
}

dt {
	margin: 18px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

sup {
	vertical-align: super;
	line-height: 0;
	font-size: 10px;
}

sub {
	vertical-align: sub;
	line-height: 0;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3 {
	color: #50a7a2;
	font-family: 'Chunk Five', Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
}

h1 {
	font-size: 36px;
	line-height: 1.2;
	margin: .5em 0 0 0;
	text-align: right;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: .75em 0 .75em 0;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2;
	margin: .8571em 0 .8571em 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 1em 0 1em 0;
}

h5 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3;
	margin: 1em 0 1em 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 1.5em 0 1.5em 0;
}

a:link {
	color: #de5b19;
	text-decoration: underline;
}

a:visited {
	color: #bb724b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #50a7a2;
	text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #50a7a2;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 1.5em 0 1.5em 20px;
	padding-left: 20px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
	line-height: 1.75;
	font-size: .8571em;
}

pre {
	background-color: #d5cdc1;
	padding: 1.45em 0 1.45em 18px;
	border: 1px solid #afa8a0;
	overflow: scroll;
}

sup {
	vertical-align: super;
	font-size: .7143em;
	line-height: 0;
}

.figure {
	background-color: #E0ECE6;
	float: right;
	margin: 1.5em 0 1.5em 20px;
	overflow: hidden;
}

.figure.alt {
	float: left;
	margin: 0 20px 1.5em 0;
}

.figure.large {
	width: 630px;
	margin: 0 0 1.5em 0;
}

.figure.medium {
	width: 270px;
}

.figure.small {
	width: 140px;
}

.figure img {
	display: block;
	float: none;
	margin: 0;
}

.figure p.credit {
	color: #666;
	font-size: .8333em;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: .9em  0 0 0;
	padding: 0 10px;
	text-align: right;
	text-transform: uppercase;
}

.figure p.caption {
	font-style: italic;
	color: #333;
	padding: .5em 10px;
	margin: 0;
	text-align: left;
}

.figure.small p.caption {
	line-height: 1.25;
}

.figure p.caption span {
	font-weight: bold;
	line-height: 1.1667;
	font-family: Georgia, Serif;
	font-style: normal;
	color: #000;
	margin-right: .5em;
}

.figure p.caption cite {
	display: block;
	text-align: right;
	color: #333;
	font-size: .8571em;
	line-height: 1.8;
	font-style: normal;
}

span.reference {
	font-weight: bold;
	font-family: Georgia, Serif;
	font-style: normal;
	color: #000;
}

div.figure a {
	background-image: none;
	padding: 0;
}

.clear {
	clear: both;
}

object {
	display: block;
	margin: 0 auto 1.5em auto;
}