* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFF;
	font-family: Lucida Grande, Lucida Sans, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	width: 960px;
	margin: auto;
}

img, div {
	behavior: url(../iepngfix.htc);
}

.topNav a:link, .topNav a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.topNav a:hover {
	text-decoration: none;
	background: #000;
	color: #f9f9f9;
	border-bottom: 1px solid #FFF;
}

.who a:link, .who a:visited {
	text-decoration: none;
	color: #000;
}

.who a:hover {
	border-bottom: 1px dotted #333;
}

li {
	list-style-type: none;
}

h2 {
	font-family: "Georgia","Times","Times New Roman","serif";
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.firstLetter{
  display      : block;
  float        : left;
  margin-right : 0.5em;
  margin-top:-7px;
  height       : 2.7em;
  font-family: Georgia, Times, Times New Roman, serif;
  color:#C50000;
}

.firstLetter span{
  font-size    : 3.3em;
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}

/*.drop {
	float: left;
	font-size: 300%;
	font-family: Georgia, Times, Times New Roman, serif;
	margin: -5px 5px -5px 0;
	color:#C50000;
	line-height: 33px;*/
}

.header {
	margin: 10px 0;
	height:175px
}

.header ul {
	float: right;
}

.header li {
	float: left;
	padding: 5px;
}


.who {
	margin: 35px -25px 0 0 ;
}

.whoL {
	background-image: url(../images/who-l.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 209px;
	float: left;
}

.whoC {
	background:#F3F3F3 url(../images/silver-gradient.png) repeat-x scroll left top;
	color:#000;
	float:left;
	font-family: Baskerville, Times, Georgia, serif;
	font-size:30px;
	line-height:31px;
	padding:20px 100px;
	text-align:center;
	text-shadow:0 1px rgba(255, 255, 255, 0.7);
	width:200px;
}

.whoR {
	background-image: url(../images/who-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	height: 209px;
	float: left;

}


.banner {
	position: relative;
}

.cta {
	display: block;
	position: absolute;
	right: -20px;
	top: -60px;
	width: 309px;
	height: 120px;
	background-image: url(../images/cta-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.cta:hover {
	background-position: left bottom;
}

.container p {
	margin: 10px 0;
	width: 550px;
}

.theyCame, .participants {
	display: table;
	margin: auto;
}

.participants {
	margin: 10px 0;
}
.theyCame p, .participants ul {
	border:2px solid #888;
	float: left;	
	padding:8px 3px 5px 5px;
	vertical-align:top;
	background-image: url(../images/silver-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.theyCame p {
	width:142px;
	height: 160px;
}

.theyCame p + p {
	margin-left: 7px;
}

.participants ul + ul {
	margin-left: 10px;
}

.participants ul {
	width: 465px;
	height: 300px;
	border: none;	
}

.participants li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	list-style-type:disc;
	margin: 2px 0 2px 20px;
	text-shadow:0 1px rgba(255, 255, 255, 0.7);
}

.footer {
	border-top: 1px solid #888;
	text-align: center;
	font-size:10px;
	padding: 10px 5px;
	height: 35px;
}

.footer a:link, .footer a:visited {
	color: #000;
}

.footer a:hover {
	background: #000;
	color: #FFF;
}