html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
    font-family: arial, verdana, sans-serif;
}
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
    font-family: arial, verdana, sans-serif;
}
td {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
    font-family: arial, verdana, sans-serif;
}
ul {
	margin: 0px 0px 0px 0px;
}
li {
	margin: 8px 0px 0px 0px;
}
a, a:link, a:visited, a:active, a:hover {
    color: #39648e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#div_MASTER {
}
#div_CENTERED {
	width: 740px;
	margin: 0px auto;
	text-align: left;
}
/* Tells IE to push content to the right...
	- issue with IE not properly auto sizing margins */
* html #div_CENTERED {
	padding: 0px 0px 0px 1px;
}
html>div_CENTERED {
	width: 740px;
}
#div_INLINE {
}
#div_HEADER {
	height: 97px;
	display: block;
	clear: both;
}
#div_LOGO {
	float: left;
	display: block;
	width: 287px;
}
#div_TOP_NAV_BG {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	width: 453px;
	height: 97px;
}
#div_TOP_NAV {
	float: left;
	width: 388px;
	height: 97px;
	display: block;
}
#div_TOP_NAV_REG_STAR {
	float: left;
	width: 65px;
	height: 97px;
	display: block;
	cursor: pointer;
}
#div_TOP_NAV_TABS {
	float: left;
	width: 388px;
	height: 47px;
	display: block;
}
/* Top nav tab styles - probably overkill :) */
#div_TAB_AGENDA, #div_TAB_PRESENTERS, #div_TAB_VENUE, #div_TAB_NEWS, #div_TAB_REGISTER {
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 47px;
	display: block;
	cursor: pointer;
	width: 82px;
	float: left;
}
#div_TAB_REGISTER {
	width: 59px;
}
/* End top nav tab styles */
#div_TOP_NAV_LOC {
	float: left;
	width: 388px;
	padding-top: 12px;
	text-align: right;
	display: block;
	color: #78b6d7;
	font-weight: bold;
	font-size: 12px;
}
#div_PAGE_CONTENT {
	clear: both;
	float: none;
}
#div_FOOTER {
	display: block;
	clear: both;
	padding: 15px 0px 10px 0px;
}
#div_FOOTER a, #div_FOOTER a:link, #div_FOOTER a:visited, #div_FOOTER a:active, #div_FOOTER a:hover {
	color: #2e5c89;
	text-decoration: none;
}
#div_FOOTER a:hover {
	text-decoration: underline;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
.clearer  {
	clear: both;
	float: none;
	font-size: xx-small;
	height: 0;
	overflow: hidden;
}
.tabContent {
	padding: 26px 0px 0px 9px;
	color: #FFFFFF;
}
.tabContent a, .tabContent a:link, .tabContent a:visited, .tabContent a:active, .tabContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tabContentRegister a, .tabContentRegister a:link, .tabContentRegister a:visited, .tabContentRegister a:active, .tabContentRegister a:hover {
	color: #ec6120;
	text-decoration: none;
}
.lineBG {
	overflow: hidden;
	display: block; 
	background-position: left top;
	background-repeat: no-repeat;
}
.linkOrange {
	color: #ec6120;
}
.linkOrange a, .linkOrange a:link, .linkOrange a:visited, .linkOrange a:active, .linkOrange a:hover {
	color: #ec6120;
}
.linkWhite {
	color: #FFFFFF;
}
.linkWhite a, .linkWhite a:link, .linkWhite a:visited, .linkWhite a:active, .linkWhite a:hover {
	color: #FFFFFF;
}
.linkDkBlue {
	color: #194067;
}
.linkDkBlue a, .linkDkBlue a:link, .linkDkBlue a:visited, .linkDkBlue a:active, .linkDkBlue a:hover {
	color: #194067;
}
.linkUL a, .linkUL a:link, .linkUL a:visited, .linkUL a:active {
	text-decoration: underline;
}
.linkUL a:hover {
	text-decoration: none; 
}
.txtBlue {
	color: #39648e;
}
.txtOrange {
	color: #ec6120;
}
.txtGray {
	color: #666666;
}
.txtWhite {
	color: #FFFFFF;
}
/* Presenter display styles */
.presOff {
	width: 158px;
	display: block;
	cursor: pointer;
	color: #39648e;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}
.presOff a, .presOff a:link, .presOff a:visited, .presOff a:active, .presOff a:hover {
	color: #39648e;
	text-decoration: none;
}
.presOff:hover, .presOff a:hover {
	text-decoration: underline;
}
.presOn {
	width: 158px;
	display: block;
	background-color: #FFFFFF;
	cursor: default;
	color: #666666;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.presOn a, .presOn a:link, .presOn a:visited, .presOn a:active, .presOn a:hover {
	color: #666666;
	text-decoration: none;
}
.presName {
	display: block;
	padding: 5px 0px 4px 15px;
}
/* End Presenter styles */
/* Agenda display styles */
.agenOff {
	width: 415px;
	display: block;
	cursor: pointer;
	color: #666666;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}
.agenOff a, .agenOff a:link, .agenOff a:visited, .agenOff a:active, .agenOff a:hover {
	color: #39648e;
	text-decoration: none;
}
.agenOff a:hover {
	text-decoration: underline;
}
.agenOn {
	width: 415px;
	display: block;
	background-color: #FFFFFF;
	cursor: default;
	color: #ec6120;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.agenOn a, .agenOn a:link, .agenOn a:visited, .agenOn a:active, .agenOn a:hover {
	color: #ec6120;
	text-decoration: none;
}
.agenTime {
	float: left;
	width: 100px;
	display: block;
	color: #666666;
}
.agenName {
	display: block;
	padding: 5px 0px 4px 15px;
}
/* End Agenda styles */
/* PR styles */
.prTitle {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
.prHeading {
	color: #ec6120;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
/* End PR style */