body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family:  arial, helvetica, verdana, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	line-height: 1.8em;	
	}
	
/* layout */
#container {
	width:740px;
	margin:0 auto;
	}
	
#header {
	padding:15px 0;
	}
	
#menu {	
	width:150px;
	float:left;
	text-align:right;
	font-size:1.1em;
	
	}
	
#menu a {
	display:block;
	font-weight:bold;
	width:130px;
	background-color:#ccc;
	padding:8px 10px;
	border-bottom:1px #fff solid;
	color:#000;
	}
	
#menu a:hover {
	color:#fff;
	text-decoration:none;
	background: #000 url('images/menu-hover-bg.gif') no-repeat left center;
	}
	
a#menu1 {
	background:#8f816d;
	}
	
a#menu2 {
	background:#978975;
	}
	
a#menu3 {
	background:#a0927e;
	}
	
a#menu4 {
	background:#aa9d89;
	}
	
a#menu5 {
	background:#b5a994;
	}
	
a#menu6 {
	background:#c1b5a0;
	}
	
a#menu7 {
	background:#cec3ae;
	}
	
a#menu8 {
	background:#dad0ba;
	}
	
a#menu9 {
	background:#e7ddc7;
	}
a#menu10 {
	background:#f3e9d3;
	}	
a#menu11 {
	background:#fef5df;
	}	
#content {
	margin: 0 0 0 150px;
	padding: 16px 20px 20px 20px;
	background: #fdfbfa url('images/tb-bg.gif') repeat-x;
	border:1px #ebe7de solid;
	min-height:322px;
	text-align:justify;
	}
	
#footer {
	margin:0;
	background: #fff url('images/footer-bg.gif') repeat-x;
	margin-left:150px;
	font-size:.8em;
	text-align:right;
	color:#aaa28b;
	padding-bottom:20px;
	line-height:1.2em;
	}
#footer a {
	color:#544e3c;
	}

.tableline th
	{
	font-weight:bold;
	text-align:left;
	padding:10px 0;	
	border-bottom:1px #4E3123 solid;
	font-size:1.2em;
	}
.tableline td
	{
	border-bottom:1px #dfd6ba dotted;
	padding:10px 0;
	}
.tablespeakers td {
	padding:10px 0;
	}
.tablespeakers p {
	margin-top:0;
	}	
.tableheading td
	{
	border-bottom:1px #9c4302 solid;
	color:#9c4302;
	font-weight:bold;
	padding-top:30px;
	font-size:1.1em;
	}
.speakerphoto {
	padding:5px;
	background-color:#FFFFFF;
	border:1px #ebe7de solid;
	float:right;
	margin:0 0 0px 10px;
	}

/*typography*/
a {
	text-decoration: none;
	color: #C00;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	text-align:left;
	color:#9c4302;
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
h2 {
	color:#9c4302;
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
	
h3 {
	color:#9c4302;
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
img {
	border: 0;
	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
li > p {
	margin-top: 0.2em;
	}
	
strong, b {
	font-weight: bold;
	}
