body {
	background-color: #ffffff;
}

/* stripe color */

#masthead {
	color: #fb5e0e;
}

#navstripe {
	background-color: #fb5e0e;
}

ul#navstripe .here {
	color: #fb5e0e;
}

ul#navstripe a:hover {
	color: #fb5e0e;
}

/* navigation link background matching */

ul#navstripe li:hover {
	background-color: #ffffff;
}

ul#navstripe .here {
	background-color: #ffffff;
}

ul#navstripe a {
	color: #ffffff;
}

/* body text */

h1 {
	font-weight: normal;
	font-size: 20pt;
	margin: 0.667em 0 0.667em 0;
}

p {
	margin: 0.667em 0 0.667em 0;
}

blockquote {
	margin-left: 30pt;
}

/* images and videos */

img {
	margin: 30px 0 30px 0;
}

video {
	margin: 30px 0 30px 0;
}
