body {
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#canvas {
	width: 990px;
}
#col1 {
	background: url("./col1_bg.jpg") 0 0 no-repeat transparent;
	float: left;
	height: 1400px;
	position: relative;
	width: 498px;
}
#col1 .content {
	padding: 600px 40px 0 59px;
}
#col2 {
	background: url("./col2_bg.jpg") 0 0 no-repeat transparent;
	float: left;
	position: relative;
	height: 1400px;
	width: 492px;
}
#col2 .content {
	padding: 469px 0 0 63px;
}
.footer {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#col1 .footer {
	background-image: url("./col1footer_bg.gif");
	height: 310px;
}
#col2 .footer {
	background-image: url("./col2footer_bg.jpg");
	height: 515px;
}
h1 span, h3 span {
	background-color: #f6ed6b;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0.75em 0;
	text-transform: uppercase;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 1.5em 0 0.5em 0;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 1em 0 0.25em 0;
}
h1 span, h2 span, h3 span, h4 span, p {
	padding-left: 10px;
	padding-right: 10px;
}
p {
	margin: 0 0 0.5em 0;
}
p.labeled strong {
	display: block;
	float: left;
	width: 75px;
}
table {
	border-collapse: collapse;
	margin: -10px 0 0 0;
	padding: 0;
	width: 100%;
}
table td {
	border-bottom: 2px dotted darkgrey;
	padding: 10px 0 0 10px;
	vertical-align: top;
}
table td span {
	font-size: 12px;
}
table td.col2 {
	text-align: right;
}
div.endMarker {
	clear: both;
	height: 1px;
	overflow: hidden;	
}
