*{
	margin: 0;
	padding: 0;
	border: 0;
}

body#speakers{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background-color: white;
	
}


body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: white;
	
}


a.body:hover {
	color: #701e69;
	text-decoration: underline;

}

div#page-wrap{
	margin:auto; /* center the content */
	width: 960px;
	background-color: white;
	padding-top:15px;
}

.clear_all {
	clear: both;
}

div#main-area {
	width:955px;
	height:500px;
	border: solid 1px #fff;
	margin: 0 auto;
}

div#header{
	height:138px;
	text-align:center;
}

div#top_nav{
	width:950px;
	margin:auto;
	text-align:center;
	padding-top:5px;
}


#home div#content {
	width:950px;
	padding-top:10px;
	margin:auto;
	text-align:center;
}

div#footer {
	width: 955px;
	/*height:105px; */
}

.bold {
	font-weight:bold;
}

.pink {
	color: #dd4884;
}

.blue {
	color: #0073c0;
}

.purple {
	color: #701e69;
}

.reglink {
	font-size:16px;
}

a {
	text-decoration: none;
	color: #0073c0;	
}

a:hover {
	text-decoration: underline;
	color: #701e69;
}

a.footer_links {
	margin-right:4px;
	text-align:center;
}

div#left_nav {
	float: left;
	width: 155px;
	height: 360px;
	background: url("../images/left_nav_bg.jpg") top right no-repeat;
}


#left_nav ul {
	padding-left: 10px;
	list-style: none;
}

#left_nav ul li{
	margin-bottom: 10px;
}

div#right_content {
	margin-top:5px;
	float: left;
	width:770px;
	height: 350px;
	padding-left:12px;
	padding-right:5px;
	overflow-y: auto;
}

h2 {
	font-size:12px;
	font-weight: bold;
	color: #C62128;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #C62128;
}

a.maillink {
	font-weight: bold;
	color: #701e69;	
	text-decoration: none;
}

a.maillink:hover{
	color: #0073c0;
	text-decoration: underline;
}


a.title_link {
	font-size:14px;
	font-weight: bold;
	color: #701e69;
	text-decoration: none;
}

a.title_link:hover{
	color: #0073c0;
	text-decoration: underline;
}

.disclaimer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: 666666;
}

ul.indent {
	margin-left:10px;
}

div#speaker_content {
	float:left;
	width:620px;
}


div#speaker_rightnav {
	float:right;
	width:130px;
	height:350px;
	background: url(../images/speaker_right_nav_bg.jpg)left top no-repeat;
}

/* -----for fa test -----------*/
div#newspeaker_rightnav {
	float:right;
	width:130px;
	height:900px;
	background: url(../images/speaker_right_nav_bg.jpg) repeat-y;
	margin-left:-3px;
	margin-right:-3px;
}

.10speaker_info {
	width: 198px;
	float: left;
	margin-right:5px;
	margin-bottom:20px;
}

div#sessionspeaker_rightnav {
	float:right;
	width:130px;
	height:900px;
	background: url(../images/speaker_right_nav_bg.jpg) repeat-y;
}
/* -----for fa test -----------*/



/*------this right_content2 div is needed to make the schedule page work in IE6 --*/

div#right_content2 {
	margin-top:5px;
	float: left;
	width:770px;
	height: 350px;
	padding-left:12px;
	padding-right:5px;
	overflow-y: auto;
	margin-left:-3px;
	margin-right:-3px;
}

/*---------end right_content2 div style----- */



div#speakers_list {
	margin-top:10px;
}

.speaker_info {
	width: 198px;
	float: left;
	margin-right:5px;
	margin-bottom:25px;
}

.speaker_name {
	font-size:11px;
	color: #701e69;
	font-weight: bold;
}

a.speaker_company_link {
	color: #0073c0;
}

.intro {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	background-color: white;
	
}

a.intro:hover {
	color: #701e69;
	text-decoration: underline;

}

.signup {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	color: #666666;
}

/*---Headlines  on headlines page styles--*/

.HeadlineDate {
	font-size: 11px;
	line-height: 14px;
}
a.headline_link:link {
	color:#701e69;
	font-weight: bold;
}
a.headline_link:visited{
	color:#0033FF;
	font-weight:bold;
}
a.headline_link:hover {
	color:#660099;
}

/*--end Headlines page styles-----*/

