body {
	padding: 0;
  	background: #FFF;
	color: #000;
	font: 100%  "Arial Narrow", Arial, Helvetica, sans-serif;
	 }
td, p, li, ol, ul, dt, dd, dl {
	font: 1em  "Arial Narrow", Arial, Helvetica, sans-serif;
	}

a { 
	background: transparent;
	}
a:link 	{ 
	color: #03A;
	}
a:visited { 
	color: #737;
	}
a:hover { 
	color: #900;
	}
a:active { 
	color: #8A0;
	}

h1, h2, h3, h4, h5, h6 { 
	color: #B70F32; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}

h1 	{
	font-size: 2.5em; 
	}
h2 	{
	font-size: 1.8em;
	padding-top: .5em; 
	}
h3 	{ 
	font-size: 1.6em;
	margin-top: .75em;
	margin-bottom: .75em;
	}
h4 	{
	font-size: 1.3em;
	margin-top: .5em;
	margin-bottom: .5em;
	}
h5 	{
	color: #000; 
	font-size: 1.2em;
	}
h6 	{
	font-size: 1em;
	}

p, li 	{ 
	margin-top: 0;
	line-height: 1.25;
	}

strong	{
	font-weight: bold;
	}
em	{
	font-style: italic;
	}
	
 /* Layout */

#logobar {
	margin: 0;
	padding: .5em 0 1em 0;
	background: #FFF;
  	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	height: 1%;					/* needed to contain floats */
	overflow: visible;	/* needed to contain floats */
	}

div#container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
	background: #FFF;
	width: 80%;
	height: 1%;					/* needed to contain floats */
	overflow: visible;	/* needed to contain floats */
	}
div.speakers {
	padding: 5px 10px 5px 10px;
	background-color: #FFF;
	font-size: 90%;
	margin-top: 1px;
	margin-bottom: 5px;
	overflow: visible;
	height: 1%;
	}	
div.speakers {width: 400px; } 
	html>body div.speakers { width: 400px; } 
	
div.middle {
	padding: 5px 10px 5px 10px;
	background-color: #FFF;
	font-size: 90%;
	margin-bottom: 5px;
	float:right;
	overflow: visible;
	}	
div.middle {width: 200px;} 
	html>body div.middle { width: 200px; }

div#contact {
	padding: 5px 10px 5px 10px;
	background-color: #A6A5A1;
	width: 300px;
	text-align:left;
	float:right;
	}
	
#header, #headerhome {
	padding-top: 1em; 
	padding-bottom: 1em;
	padding-right: 1em; 
	background-color: #B70F32; 
	height: 1%;  /* to get the image to display properly in IE6 */
	clear: both;
	}
#nav {
	text-align: left;
	padding-bottom: 0;
}
	
#content {
	background: transparent;
	border-bottom: 2px solid #B70F32;
	height: 1%;			/* needed to contain floats */
	overflow: visible;	/* needed to contain floats */
	}
		
#footer {
	clear: both;
	border-bottom: 15px solid #FFF;
	}

div.boxcontainer {
    width: 100%;
    margin: 0px;
    border: 1px #dfdedd; 
	line-height: 100%;
}

div.boxheader {
	padding: 0.5em;
	color: white;
	background-color:  #B70F32; 
	clear: left;
}

div.boxfooter {
	padding: 0.5em;
	color: white;
	background-color: #B70F32; 
	clear: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

h3.boxheader {
	padding: 0;
	margin: 0;
	text-align:center;
	color:#FFF;
	font-style:italic;
}

div.boxcontent {
    margin-left: 0;
    border: 2px #B70F32;
	background-color:#EEE;
    padding-left: 1.4em;
	align:absmiddle;
	padding-top: 1em; 
	padding-bottom: 1em;
	padding-right: 1em;	
}
	
 /* End Layout */

/* selectors are here */
#content a {
	text-decoration:none;
}
#logobar a {
	text-decoration: none;
}

#logobar a:link 	{ 
	color: #03A;
	}
#logobar a:visited { 
	color: #03A;
	}
#logobar a:hover { 
	color: #B70F32;
	}
#logobar a:active { 
	color: #8A0;
	}
#logobar p {
	font-size: 110%;
	font-weight: bold;
	padding-top: 3px;
}

#headerhome h1, #headerhome h2, #headerhome p, #header h1, #header h2, #header p {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	}
#header h1 strong { 
	margin-top: 0;
	font-size: 190%;
	}
#header h1 { 
	margin-top: 0;
	font-size: 170%;
	}
#headerhome h1 strong {
	font-size: 190%;
	text-align:left; 
	}
#headerhome h1 {
	text-align:left; 
	}
#headerhome h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	text-align:left;
	color: #000;
	}
#header h2 {
	font-size: 1.3em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000;
	}
#header a:hover { 
	color: #A6A5A1;
	}
#headerhome p {
	font-size: 125%;
	margin-bottom: .5em; 
	}
#headerhome p.note { 
	margin-bottom: 0;
	}
#headerhome img {
    height: auto;
    width: auto;
	width: 100%;
	padding-left: 10px;
	}
#headerhome a {
	text-decoration:none;
    }
#headerhome a:link 	{ 
	color: #69e;
	}
#headerhome a:visited { 
	color: #A6A5A1;
	}
#headerhome a:hover { 
	color: #000;
	}
#headerhome a:active { 
	color: #FD0;
	}
#header h1 a {
	text-decoration: none;
}
#header h1 a:link 	{ 
	color: #FFF;
	}
#header h1 a:visited { 
	color: #FFF;
	}
#header h1 a:hover { 
	color: #E1E1E1;
	}
#header h1 a:active { 
	color: #000;
	}
#content ul {
	line-height: 1em;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	background: transparent;
	}
#content li {
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	background: transparent;
	}
img.brd {
	border: 2px solid #B70F32;
	margin: 10px 0 0 10px;
	}
	
/* end selectors */

/* table - schedule */

table.sched  {
	text-align: left;
	margin: 0 3em 2em 0;
	float: left;
}
table.sched td, table.sched th{
	padding: 0 .5em .2em 0;
	/*vertical-align: top;*/
}
table.sched th{
	border-bottom: 1px solid #000;;
}
table.sched td.time{
	width: 12em;
}

/* end table - schedule */

/* navigation styles */
ul#nav {
	list-style: none;
	text-align: center;
	background-color: #B70F32;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 0;
	padding: 0;
    overflow:auto;		/* needed to contain floats */
    height: 1%;				/* needed to contain floats */
	} 
ul#footer {
	list-style: none;
	text-align: center;
	background-color: #B70F32;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 0;
	padding: 0;
    overflow:auto;		/* needed to contain floats */
    height: 1%;				/* needed to contain floats */
	} 
ul#nav li {
	float: left;
	text-align: center;
	margin: 0;
	background-color: transparent;
	width: auto;
	font-weight: bold;
	}
ul#footer li {
	float:left;
	text-align: center;
	margin: 0;
	background-color: transparent;
	width: auto;
	font-weight: bold;
	}
ul#nav li.current, ul#footer li.current {
	background: #FFF;
	padding: .5em 15px .5em 15px;
	display: block;
	color: #B70F32;
	border-right: 3px solid #FFF;
	}

ul#nav li a, ul#footer li a {
	padding: .5em 15px .5em 15px;
	display:block;
	text-decoration: none;
	border-right: 3px solid #FFF;
	}
ul#nav li a:link, ul#nav li a:visited, ul#footer li a:link, ul#footer li a:visited  { 
	color: #FFF;
	}
ul#nav li a:hover, ul#footer li a:hover { 
	background: #FFF;
	color: #14C;
	}
ul#nav li a:active, ul#footer li a:active { 
	background: #FFF;
	color: #B70F32;
	}

/* end nav styles */

/* side */
div#side {
	width: 300px;
	margin: 0 0 2em 2em;
	float: right;
	font-size: 90%;
	overflow: visible;		/* needed to contain floats */
 	height: 1%;			/* needed to contain floats */
	}
#side a {
	text-decoration: none;
}
#side a:link 	{ 
	color: #03A;
	}
#side a:visited { 
	color: #03A;
	}
#side a:hover { 
	color: #B70F32;
	}
#side a:active { 
	color: #8A0;
	}
/* end side */

div#center {
	margin: 0 0 2em 2em;
	text-align:center;
	font-size: 90%;
	overflow: visible;		/* needed to contain floats */
 	height: 1%;			/* needed to contain floats */
	}

/* classes */

.note {
	font-size: .9em;
	font-style: italic;
	}
.hide {
	display: none;
	}
.floatlft {
	float: left;
}
.floatrt {
	float: right;
}

/* end classes */
