body
{
	margin-top: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #016BA7;
	line-height: 16px;
}

hr
{
	height: 1px;
	margin: 25px 0px;
}

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

p
{
	margin: 12px 0px;
}

a
{
	text-decoration: underline;
	color: #69C914;
}

a:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

div#footer
{
	clear: both;
	margin: 0px auto;
	margin-top: 225px;
	margin-bottom: 30px;
	text-align: center;
}

button#view-webcast
{
	cursor: pointer;
	width: 167px;
	height: 39px;
	margin: 6px 0px;
	border: 0px;
	background: url('../img/view-webcast.png') no-repeat;
}

button#view-webcast:hover
{
	background-position: 0px -39px;
}

button.showMore, button.showLess
{
	cursor: pointer;
	display: block;
	outline: none;
	width: 100px;
	height: 17px;
	margin: 10px 0px;
	border: 0px;
	background: #FFFFFF url('../img/show-more-less.gif') no-repeat;
}

button.showMore:hover
{
	background-position: 0px -17px;
}

button.showLess
{
	background-position: 0px -34px;
}

button.showLess:hover
{
	background-position: 0px -51px;
}

iframe#registration
{
	height: 300px;
}

iframe#login
{
	height: 125px;
	margin: -25px 0px 0px 8px;
}

iframe#syscheck
{
	clear: both;
	width: 480px;
	height: 1000px;
}

div#header
{
	width: 805px;
	margin: 0px auto;
	text-align: center;
}

div#navigationBackground
{
	background: url('../img/background-navigation.gif') repeat-x;
}

ul#navigation
{
	width: 860px;
	height: 46px;
	margin: 0px auto;
	margin-top: 6px;
}

ul#navigation li
{
	float: left;
	width: 185px;
	height: 46px;
	margin: 0px 15px;
	text-align: center;
}

ul#navigation li a
{
	display: block;
	height: 46px;
	padding: 0px 20px;
	font-size: 16px;
	color: #FFFFFB;
	text-decoration: none;
}

ul#navigation li a:hover
{
	border-radius: 10px;
	background: #0B4A79;
}

ul#navigation li a div
{
	padding-top: 16px;
}

ul#speakers
{
	clear: left;
	float: left;
	width: 580px;
}

ul#speakers li.photo
{
	clear: left;
	float: left;
	width: 80px;
	min-height: 80px;
	margin: 20px 20px 0px 0px;
}

ul#speakers li.photo-student
{
	clear: left;
	float: left;
	width: 80px;
	min-height: 80px;
	margin: 40px 20px 0px 0px;
}

ul#speakers li.bio
{
	float: left;
	width: 460px;
	margin: 20px 20px 0px 0px;
}

ul#speakers li.bio-student
{
	float: left;
	width: 460px;
	margin: 40px 20px 0px 0px;
}

ul#speakers li.bio h2, ul#speakers li.bio-student h2
{
	font-size: 16px;
	font-weight: bold;
}

ul#speakers li.bio h3, ul#speakers li.bio-student h3
{
	font-style: italic;
	margin-bottom: 10px;
}

ul#speakers li.bio h4, ul#speakers li.bio-student h4
{
	margin-top: 5px;
}

ul#speakers li.bio section, ul#speakers li.bio-student section
{
	width: 450px;
}

ul#speakers li.bio section p:first-child, ul#speakers li.bio-student section p:first-child
{
	margin-top: 0px;
}

ul#agenda li
{
	float: left;
	height: 1%;
	margin-bottom: 6px;
}

ul#agenda li.time
{
	clear: both;
	width: 50px;
	height: 1%;
}

ul#agenda li.event
{
	width: 450px;
}

div#body
{
	width: 950px;
	margin: 30px auto;
}

div#body img#invite
{
	float: left;
	margin-bottom: 30px;
}

div#body img#video-webcast
{
	float: right;
	width: 335px;
	height: 75px;
}

div#body img#notice
{
	float: right;
	width: 337px;
	height: 27px;
}

div#noticeContainer
{
	clear: right;
	float: right;
	width: 315px;
	margin-left: 20px;
	padding: 10px;
	color: #696A6E;
	border-left: 1px solid #B4B4C4;
	border-right: 1px solid #B4B4C4;
	border-bottom: 1px solid #B4B4C4;
	background: #E1E6F0;
}

ul#speakers h2
{
	line-height: 20px;
}