html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}
:focus {outline:0;} 
body {line-height:1; color:#000; background:#fff;}
ol, ul {list-style:none;}
table {border-collapse:separate; border-spacing:0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

body, a{
	font-family:"myriad pro", "helvetia neue", arial, sans-serif;
	font-size:13px;
	color:#6B6B6A;
	line-height:1.4;
}

span.slightlySmaller{
	font-size:90%;
}


#sideNav{
	float:left;
	text-align:right;
	font-variant:small-caps;
	width:170px;
}

#sideNav li a{
	text-decoration:none;
	display:block;
	margin-left:30px;
	border-bottom: solid 2px #DDD9BA;
	padding:4px 6px 3px 3px;
	font-size:14px;
		
}

#sideNav li{
}

#sideNav li.selected a{
	border-bottom:0;
}

.selected{
	background-color:#DDD9BA;
}


#slightlySmaller{
	font-size:.9;
}


#main{
	background:url("../images/side_nav_dropshadow.png") left top repeat-y;
	margin-left:170px;
	padding:20px 0 30px 50px;
	font-size:.9em;
/*	max-width:800px;*/
	min-height:700px;
}

#date{
	text-align:right;
	margin: 0 1em 1em 0;
}

#message{
	background:#805C31 url("../images/message-bg.jpg") right top repeat-y;
	border-top:solid 1px #DDD9BA;
	border-bottom:solid 1px #DDD9BA;
	margin-left:-50px;
	color:white;
	font-weight:bold;
	font-size:1.5em;
	size:100;
	padding:.4em 0 .2em 50px;
	margin-bottom:10px;
}

#main p{
	padding:10px 0 10px 0;
	margin-right:50px;
}

#main h2{
	color:#964F1B;
	padding:10px 0 10px 0;
	font-weight:bold;
	margin-right:50px;
}

#main ul{
	list-style-type: disc;
	margin-left:20px;
	padding-bottom:10px;
	margin-right:50px;
}

#main ol{
	list-style-type: decimal;
	margin-left:20px;
	margin-right:50px;
}

#main ol ol{
	list-style-type: lower-latin;
	margin-left:20px;
}

.plain{
	list-style: none;
}

.narrow{
  width:70%;
}

.program{
	margin-bottom:1em;
}

.program li{
	list-style-type: decimal;
	margin:1em 50px 0 0;
	font-weight:bold;
}

.program ol li{
	list-style-type: decimal;
	margin:0 50px 0 0;
	font-weight:normal;
}

.separator{
	border-bottom:solid 1px #DDD9BA;
	margin-bottom:10px;
}

.floatRight{
	float:right;
}


#schedule table,tr,td,th{
	border:solid #DDD9BA 1px;
	
}

#schedule td,th{
	padding:4px;
	text-align:center;
}

#schedule th{
	font-weight:bold;
	font-size:1.3em;
  	background:#805C31;
	color:white;
	line-height:1.5em;
}

#schedule th .schDate{
	font-weight:normal;
	font-size:.9em;
	line-height:.9em;
	
}


#schedule th .schDayDesc{
	font-weight:normal;
	font-size:0.7em;
	line-height:0.7em;
	
}

#schedule .time{
	color:#805C31;
}

#schedule .emptySlot{
	background:#ddd;
}

#schedule .presenter{
	text-decoration:italic;
	font-size:.8em;
  	color:#999;
}