/*CSS Printing Stylesheet */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 100%;
	list-style-type: none;
	color: black;
	line-height: 20px;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {	
	color: black;
	font-family: 'Poiret One', 'Bodoni MT', Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h1 {
	margin: 10px 0 0 0;
}

img {
	border: none;
}

ul, li {
	list-style-type: none;
}


.liveEventHeader {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.liveEvent 
{
	text-align: center;
	font-size: 12px;
}



/*STRUCTURE AND POSITIONING*/
#contentprint {
	width: 650px;
	padding: 0px 50px 50px 50px;
	position:relative;
	left:50%;
	margin-left:-375px;
	background-color: #fff;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearone {
	clear: both;
	height: 1px;	
}	


