body {
	margin: 0px 0px 0px 0px;
}

body,
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer,
a.footer {
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
	background-repeat:no-repeat;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin-top: 0px;
	padding-top: 0px;
}

.small_caps {
	font-size:16px;
}

h2 {
	font-size:24px;
	margin-top: 0px;
	padding-top: 0px;
}

.page_header {
	color: #9d0000;
}

.search_result_name {
	font-size:18px;
	display:inline;
}

.form_label {
	/*vertical-align:top;*/
	text-align:right;
	font-weight:bold;
}

.video_speaker_name {
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	/*color: #888888;*/
	font-family:"Times New Roman", Times, serif;
}

.subheading {
	color: #9D0000;
	font-weight: bold;
}

.infobox {
	padding: 8px;
	border: 1px #cccccc solid;
	background-color: #eeeeee;
}

/*quick search*/
.mainpagebox {
	background-color: #B1BECF;
	border: 1px black solid;
	padding: 8px;
	height: 100px;
}

#speaker_options {
	/*width: 125px;*/
}

#speaker_options ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 10px;
	font-weight: bold;
}

#speaker_options li {
	margin: 0;
	text-align: center;
}

#speaker_options a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 4px;
	border: 1px black solid;
	font-weight: bold;
}

.speaker_bar {
	background-color: #F8DA70;
	/*background-color: #2A4067;*/
}

.speaker_video {
	background-color: #9D0000;
}

#speaker_options a:link,
#speaker_options a:visited {
	color: black;
	text-decoration: none;
}

#speaker_options a:hover,
#speaker_options a:active {
	background-color: #750000;
	color: white;
}


/*topic list*/
#topiclist {
	/*width: 125px;*/
}

#topiclist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
}

#topiclist li {
	margin: 0;
	text-align: center;
}

#topiclist a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 4px;
	border: 1px black solid;
	background-color: #F8DA70;
}

#topiclist a:link,
#topiclist a:visited {
	color: black;
	text-decoration: none;
}

#topiclist a:hover,
#topiclist a:active {
	background-color: #750000;
	color: white;
}

.topic_full_list {
	padding: 10px;
	border: 1px black solid;
	background-color: #ccccff;
	color: white;
	width: 500px;
	height: 175px;
}

.topic_full_list a {
	color:black;
	text-decoration:none;
}

.topic_full_list a:hover {
	color:#9d0000;
	text-decoration:none;
}
