body {
	background-color: #005A95;
	color: black;
	font-family: arial;
	padding-top: 4px;
	margin-top: 0;
}
.header {
	background-color: black;
	border: 1px solid black;
	width: 720px;
	margin: 0px auto;
}
.content {
	background-color: white;
	border: 1px solid black;
	width: 660px;
	margin: 0px auto;
	padding: 16px 30px;
}
.box {
	border: 1px solid blue;
	width: 330px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
.headline {
	color: #770000;
	font-size: 32pt;
	margin-top: 0;
	text-align: center;
}
.quote {
	color: #000066;
	font-style: italic;
	font-weight: bold;
	border: 1px solid grey;
	background-color: #efefff;
	padding: 8px 12px;
	margin: 8px 24px 8px 16px;
	width: 260px;
	float: left;
}
.quote span {
	font-weight: normal;
	margin-left: 1em;
	white-space: nowrap;
}
.image {
	text-align: center;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.image p {
	margin-top: 4px;
}
.clear {
	clear: left;
}
.footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid grey;
	color: grey;
	font-size: 9pt;
	text-align: center;
}
.q {
	margin: 18px;
	border: 0px solid grey;
	background-color: #ddf;
	padding: 0 12px;
	font-style: italic;
	background: #ddf url('images/quote_edge_tr.png') top right no-repeat;
}
.q_tl {
	background: #ddf url('images/quote_edge_tl.png') top left no-repeat;
	position: relative;
	top: 0;
	left: -12px;
	width: 16px;
	height: 16px;
}
.q_bl {
	background: #ddf url('images/quote_edge_bl.png') bottom left no-repeat;
	position: relative;
	bottom: 0;
	left: -12px;
	width: 16px;
	height: 16px;
}
.q_person {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	width: 100%;
	margin-top: 0;
}

h1 {
	color: #770000;
	font-size: 36pt;
	margin: 0;
	text-align: center;
	font-family: impact;
	font-weight: normal;
	line-height: 110%
}
h3 {
	color: #770000;
	font-size: 18pt;
	text-align: center;
	margin-top: 1.5em;
}
li {
	margin: 0.5em;
}
tr {
	valign: top;
}
img {
	border: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.8em;
}
.skip_button {
	text-align: center;
	background: red;
	width: 300px;
	text-align: center;
	padding: 8px;
	margin: auto;
}
.printable {
	display: none;
}
@media print { 
	div.printable { 
		display: block; 
	} 
}