body
{
	color:#000;
	font-family:arial, helvetica, sans-serif;
}


.ExtendNav
{

	background-color: #4599c8;
	width:950px;
	height:45px;
}

.ExtendNav ul li
{
    float: left;
    padding: 10px 5px 10px 5px;
    color: #fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	font-weight:bold;
	list-style-type: none;
	font-size:16px;
}

.ExtendNav a
{
	color:#fff;
}

.ExtendNav a:hover
{
	color:#115090;
	text-decoration:none;
}

.Contentbody
{
	
	background-repeat:repeat-x;
	background-position:bottom;

}

.ExtendLeft
{
	float:left;
	width:300px;
	padding:1em;
	border-right:dotted 1px #cecece;	
	font-size:14px;
	margin-top:1em;
}

.ExtendMiddle
{
	float:left;
	color:#000;
	width:235px;
	padding:1em;
	border-right:dotted 1px #cecece;
	margin-top:24px;
}

.ExtendMiddleRight
{
        float:left;
	width:300px;
	padding:1em;
	border-right:dotted 1px #cecece;	
	font-size:14px;
	margin-top:1em;
}

.ExtendMiddle li
{
	padding:.5em;
}

.ExtendRight
{
	float:right;
	color:#000;
	width:250px;
	padding:1em;
	margin-top:5em;
	font-size:14px;
}


.Question
{
	color:#607207;
	font-size:18px; 
	font-weight:bold;
}

.AgendaNav
{
	list-style-type: none; 
	margin:0; 
	padding:0;
}

.AgendaNav li
{
	background:url('../Extend09/images/liArrow.gif') no-repeat; 
	background-position:left center; 
	padding-left:15px; 
	border-bottom: 1px dotted #cecece;
}

.ExtendContent
{
	float:left;
	width:620px;
	padding:1em;
	border-right:dotted 1px #cecece;
	margin-top:2em;
	font-size:14px;
}

.RegisterContent
{
	float:left;
	width:620px;
	padding:1em;
	border-right:dotted 1px #cecece;
	margin-top:2em;
	font-size:12px;
}

h1
{
	color:#870404;
	font-size:32px;
}

h2
{
	color:#607207;
}

h4
{
	color:#607207;
	
}

.spacer
{
	clear:both;
}

/* vvvvvvvvvvvvvvvvv AGENDA TAB CSS vvvvvvvvvvvvvvvv */
	
.TabbedAgenda
	{
		width:870px;
		background-color:#fff;
		border:1px solid #cecece;
		margin-left:2em;
		clear:both;
		margin-bottom:2em;
		margin-top:-15px;
		padding:8px;
		background-color:#fff;
	}

	.agendatabs ul 
	{
		width:1100px;
		/*width:900px; THIS IS THE CSS FOR THE ADDITION OF THE "SPEAKERS" TAB */
		margin-left:25px;
		font-family: arial, helvetica, sans-serif;
		white-space:nowrap;
		list-style-type: none;
	}

	.agendatabs ul li
	{
		display:inline;
	}

	.agendatabs ul li a
	{
		float: left;
		font-weight:bold;
		font-size: 9pt;
		/*font-size:9.5pt;THIS IS THE CSS FOR THE ADDITION OF THE "SPEAKERS" TAB */
		margin:0 .2em 0 0;
		padding:0px 4px;
		background: url('../Extend2010/images/inactive.png')  bottom left repeat-x;	
	}
	
	.agendatabs ul li a.selected
	{
		float: left;
		font-weight:bold;
		/*font-size:9.5pt; THIS IS THE CSS FOR THE ADDITION OF THE "SPEAKERS" TAB */
		font-size: 9.5pt;
		margin:0 .2em 0 0;
		padding:0px 4px;
		background: url('../Extend2010/images/active.png')  bottom left repeat-x;
		position: relative;
		top: 1px;
		color:#172ea7;
	}

	.agendatabs li a
	{
		
		line-height: 2em;
	}
	
	.agendatabs li a:visited
	{
		
		text-decoration:none;
		outline:0;
	}
	
	.agendatabs li a:hover
	{
		
		text-decoration:none;
	}
	
	.agendatabs li a:active
	{
		
		text-decoration:none;
		outline:0;
	}
	
	.TabbedAgenda h1
	{
		color:#870404;
		font-size:20px;
	}
	
	.TabbedAgenda h2
	{
		color:#607207;
	}
	
	

/* ^^^^^^^^^^^^^^^^^ AGENDA TAB CSS ^^^^^^^^^^^^^^^ */


#RegisterForm input, #RegisterForm textarea {
	width: 200%;
}

#contact label, #ContactForm label, #RegisterForm label {
	display: block;
	margin-top: 5px;
	font-size: 9pt;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #333333;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	width:240px;
}

