﻿body, h1, h2, p, ul {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman",Times, serif;
}
* {
	color: #000 !important;
	background: #fff;
}	
h1  {
	font-size: 18pt;
	text-align: center;
	padding: 5px;
}
h2  {
	color: #000;
	text-align: center;
	border: 0;
	margin: 1px;
	font-size: 14pt;
}
.break_before { page-break-before: always; }
	
.emph {
	font-weight: bold;
	color: #000;
}	
p  {
	font-size: 10pt;
	text-indent: 5px;		
}                                                                                                                                                             
.first-letter {
	font-size: 1.15em;
	font-weight: bold;
	
}	
.byline {
	display: none;
}
#info, #banner, #spacer {
	position: static;		
	
}
*html #banner {
	position: static;
}
#wrapper {
	background: #FFF;
	border-style: none;
	position: static;
	width: auto;
}
#keynotes {
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #000;
	width: auto;
	background-color: #fff;
	}
#pitch {
	width: auto;
	margin: 0; 
	border-top: 1px solid #000;
	background-color: #fff;
	padding: 0;
}
#footer {
	width: auto;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	left: 0;
}
ul.nav a {
	display: block;
	width: 4.5em;
	padding: 5px;
	margin-right: 5px;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	color: #000;
}
ul.nav {
	list-style: none;
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
	border: 0;
	float: left;
	width: 100%;
}	
ul.nav li { 
	float: left;
}	 
a.button {
	background: #fff;
	color: #000;
	font-weight: bold;
	border-width: 4px;
	border-style: double;
	border-color: #000;
}
    


