/******************************
	BASE CONTAINERS
******************************/

body
{
	cursor: default;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a
{
	color: #293796;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

em
{
	font-style: italic;
}

p
{
	margin: 18px 0px;
}

strong
{
	font-weight: bold;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

/******************************
	GENERIC CLASSES
******************************/

.bar
{
	height: 22px;
	background: #003592;
}

/******************************
	IFRAMES
******************************/

iframe#registration
{
	width: 474px;
	height: 474px;
}

/******************************
	BODY
******************************/

div#body
{
	width: 814px;
	margin: 0px auto;
	background: url('../img/background.gif') repeat-y;
}

div#innerBody
{
	margin: 0px 10px;
}

div#header
{
	padding: 10px 20px;
}

/******************************
	NAVIGATION
******************************/

ul#navigation
{
	padding: 0px 20px;
}

ul#navigation li
{
	float: right;
	padding-top: 2px;
}

ul#navigation li, ul#navigation li a
{
	color: #FFFFFF;
}

/******************************
	CONTENT
******************************/

div#belowNavigationContainer
{
	margin-top: 18px;
}

div#noticeContainer
{
	float: left;
	width: 250px;
	margin-left: 20px;
}

div#noticeContainer a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#contentContainer
{
	float: left;
	width: 474px;
	margin: 0px 20px 0px 30px
}

/******************************
	SPEAKERS
******************************/

ul#speakers
{
	overflow: hidden;
}

ul#speakers li
{	
	float: left;
	margin: 18px 0px;
}

ul#speakers li.photo
{
	clear: left;
}

ul#speakers li.photo img
{
	border: 1px solid #000000;
}

ul#speakers li.bio
{
	width: 325px;
	margin-left: 15px;
}

/******************************
	EVENT DETAILS
******************************/

ul#eventDetails
{
	overflow: hidden;
	margin-bottom: 18px;
}

ul#eventDetails li
{
	float: left;
	margin: 4px 0px;
}

ul#eventDetails li.label
{
	clear: left;
	width: 80px;
	font-weight: bold;
}

ul#eventDetails li.data
{
	width: 384px;
}