/******************************
	Basic Containers
******************************/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
    font-style: italic;
}

p {
	margin: 9px 0px 0px 0px;
}

.list {
  list-style-type: disc;
}
.list li {
  margin: 0 0 0 32px;
}

strong {
	font-weight: bold;
}

/******************************
	Frames
******************************/

#registrationFrame {
	width: 486px;
	height: 476px;
}

/******************************
	Body Padding and Stuff
******************************/

#innerBodyContainer {
	width: 814px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -22px auto;
	background: url("../img/background.gif") repeat-y;
}

#innerBodyContainerPadder {
	width: 800px;
	margin: 0px 0px 0px 7px;
}

/******************************
	Header/Footer
******************************/

#header {
	width: 800px;
	height: 20px;
	padding: 89px 0px 0px 0px;
	background: url("../img/banner.gif") no-repeat;
}

#footer {
	width: 800px;
	height: 22px;
	margin: 0px auto;
	background: #76A3B3;
}

#footerPush {
	height: 22px;
}

/******************************
	Navigation
******************************/

#navigation {
	height: 22px;
	background: #76A3B3;
}

#navigation ul {
	overflow: hidden;
	margin: 0px 18px 0px 0px;
	padding: 2px 0px 0px 0px;
}

.navigationLink {
	float: right;
	color: #FFFFFF;
}

.navigationLink a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/******************************
	Page/Content
******************************/

#contentContainer {
	overflow: hidden;
	margin: 30px 0px 0px 30px;
}

#cpanelContainer {
	float: left;
	width: 250px;
}

#cpanelAlreadyRegisteredMessage {
	height: 38px;
}

#pageContainer {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 30px;
}

#pageContentContainer {
	margin: 30px 0px 0px 0px;
}

/******************************
	Speakers
******************************/

.speakersItem {
    clear: left;
    overflow: hidden;
    width: 424px;
    margin: 30px 0;
}

.speakersItem:first-child {
    margin-top: 0;
}

.speakersItemPhoto {
    float: left;
    width: 124px;
}

.speakerPhoto {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
}

.speakersItemBio {
    float: left;
    width: 300px;
}

.speakersItemBio h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

/******************************
	Event Info
******************************/

.infoItem {
	overflow: hidden;
  width: 450px;
	min-height: 20px;
}

.infoItem strong {
	display: block;
	float: left;
	width: 50px;
}

.infoItem span {
	display: block;
	float: left;
  width: 400px;
}