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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #F4F4EA;
}
body {
	background-color: #F4F4EA;
	margin: 0;
	padding: 20px;
	line-height: 20px;
}
h1 {
	color: #004;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
h2, h3, h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
}
li {
	list-style: disc;
	margin-left: 30px;
}
p, ul {
	margin-bottom: 0.8em;
}
strong {
	font-weight: bold;
}
table {
	width: 100%;
	border-top: 1px solid #CCC;
}
td {
	padding: 6px 20px 6px 0;
	border-bottom: 1px solid #CCC;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	border: 1px solid black;
	box-shadow: 0 15px 50px #999;
	-webkit-box-shadow: 0 15px 50px #999;
	-moz-box-shadow: 0 15px 50px #999;
}
#nav {
	text-align: center;
	background: #359AD7;
}
#heading {
	background: #FFF;
	text-align: center;
	padding: 40px 20px;
}
#nav ul {
	margin: 0;
}
#nav li {
	display: inline-block;
}
#nav a {
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 20px;
	margin: 10px;
}
#nav a:hover {
	color: #FFE100;
}
#content {
	background-color: #FFF;
	padding: 20px;
}
.logo {
	text-align: center;
}
.logo img {
	vertical-align:middle;
	margin: 30px 50px;
}
.photo {
	float: right;
	margin: 20px 0 20px 20px;
}
.emphasis, h2 {
	color: #7992B1;
	font-weight: bold;
}
h2.emphasis {
	font-size: 1.5em;
	margin-top: 1em;
}
.summary {
	margin: 2em 0;
}
.summary p {
	margin-bottom: 0;
}
.summary .label {
	display: inline-block;
	width: 100px;
}
.facts > li {
	margin-bottom: 0.8em;
}
.facts ul {
	margin-bottom: 0;
}
.tagline {
	text-align: center;
	font-size: 1.5em;
	margin: 2em;
}
.tagline span {
	padding: 0 1em;
}
.sponsors {
	text-align: center;
}
.sponsors li {
	list-style: none;
	margin: 4em 0;
}