body, html {
	margin: 15px;
	font: 12px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.25em;
}
body {
	background-color: #7f99ce;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:link {
	color: 3366CC;
}
a:visited {
	color: #005dab
}
a:hover {
	color: #005dab}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
}
.style8 {font-family: "Trebuchet MS"; font-size: 12px; color: #FFFFFF; }

#wrapper {width:770px; background-color:#FFFFFF; }
#leftCol {width:476px; margin:10px 10px 10px 17px; float:left; text-align:left; padding:10px; /*border-right:1px solid #CCCCCC;*/}

#leftCol a {color: #005dab;}

#rightCol {width:194px; margin: 10px 10px 10px 0px; float:right; text-align:left; padding:5px}
#rightCol h2 {
	font-size: 1.5em;
	color: #005DAB;
}
#rightCol h3 {
	font-size: 1.2em;
	color: #7f99ce;
	margin: 25px 0px 5px 0px;
}

#rightCol ul {
color: #7f99ce;
list-style-type: none;
margin: 0px;
margin-left: 0px;
padding-left: 0px;
}

#rightCol ul li {
border-bottom: 1px dashed #7f99ce;
margin: 0px;
padding: 5px 0px 5px 0px;

}
#rightCol ul li a {
color: #7f99ce;
text-decoration: none;
padding-bottom: 5px;


}
#rightCol img {
border: 0px;
margin: 0px 2px 0px 0px;

}
#fullwidth {
	margin:25px 10px 10px 25px; text-align:left;
}
#cleardiv {clear:both;}

/* COMPLETE AGENDA CSS */

#topBar {
	width: 760px;
	margin: 0 0 3px 0;
	padding: 10px 0 0 10px;
	height: 25px;
	border: 0px;
	background: #0D3856;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#agendaTable {
	margin-top: 3px;
	margin-bottom: 10px;
	border-top: 1px solid #c1bfbf;
}

#agendaTable tr.sessionTitle {
	background: #7F99CE;
	font-weight: bold;
	border-bottom: 0;
}

#agendaTable tr.speakers {
	background: #C9D4EB;
	border-bottom: 0;
}

#agendaTable td {
	width: 23%;
	padding: 8px 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #c1bfbf;
}
#agendaTable tr.sessionTitle td, #agendaTable tr.speakers td {
	border-bottom: 0;
}

#agendaTable td.time {
	width: 8%;
	background: #CCCCCC;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	border-bottom: 0;
}

#agendaTable td.longRow {
	width: 92%;
	border-bottom: 1px solid #c1bfbf;
}

#agendaTable tr.day, #agendaTable tr.day td {
	font-weight: bold;
	color: white;
	background: #5F7196;
	font-size: 14px;
	border-bottom: 1px solid #c1bfbf;
}

/* === BIO POPUPS === */

div.bioContent {
	background: #C9D4EB;
	margin: 0;
	padding: 0 0 20px 0;
}

div.bioContent h1 {
	background: #7F99CE;
	color: white;
	padding: 10px;
	font-size: 24px;
}
div.bioContent p {
	padding: 0 20px;
}
div.bioContent img.speaker {
	float: right;
	padding: 5px;
	border: 1px solid white;
	margin: 0 0 10px 10px;
}

/* ===== Agenda Table CSS ==== */

table#weekAgendaTable {
	font: 10px Arial, Helvetica, sans-serif;
	border: 0;
	border-right: 1px solid #E2E8F3;
}

table#weekAgendaTable tr, table#weekAgendaTable td {
	border: 0;
	border-bottom: 1px solid #D8D8D8;
	padding: 4px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
table#weekAgendaTable td {
	width: 42px;text-align: center;
}
table#weekAgendaTable td.am {
	border-left: 1px solid #E2E8F3;text-align: center;
}
table#weekAgendaTable tr.header {
	background: #005DAB;
	color: white;
	font-weight:bold;
	text-align:center;
}

table#weekAgendaTable td.event {
	width: 121px;
	background: #E2E8F3;
	text-align: left;
}
#nav {
background-color: #0d3856;
font: 11px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
}

#nav ul {

color: #ffffff;
display: inline;
}

#nav ul  li {
display: inline;
margin: 5px 30px 5px 0px;
letterspacing: 1px;
font-weight: bold;

}

#nav ul  li a {
letter-spacing: 1px;
text-decoration: none;
color: #fff;

}

#nav ul  li a:hover {

	text-decoration: none;
	color: #fff;

}