﻿@import url("layout.css");
body {
	background-color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#masthead {
	text-align: center;
	width: 800px;
	background-color: #000000;
}

#navigation {
	border: 1px dotted #725972;
	position: relative;
	float: left;
	width: 145px;
	background-color: #EFEFEF;
	height: 500px;
	margin-left: 10px;
	margin-top: 10px;
	top: 0px;
	left: 0px;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content_1 {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content_2 {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	background-color: #EFEFEF;
}

/* Masthead Styles */
#masthead h1 {
	color: #A84D10;
	font-family: "Arial Black";
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-bottom: 0px;
}

#masthead h2 {
	color: #A84D10;
	font-size: 35px;
	font-family: "Trebuchet MS";
	letter-spacing: -2px;
	margin-top: 0px;
	text-align: center;
}

#masthead h3 {
	color: #A84D10;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px; /
	font-weight: 100;
}
	
/* Navigation Styles */

#navigation h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 10px;
	height: 16px;
}

#navigation h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 10px;
	height: 16px;
}

#navigation a {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
#navigation p {
	margin: 0px;
	font-size: 8pt;
}

#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* Heading Styles */
h1 {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 18pt;
	font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}


h3 {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

or: {#3366FF;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: 10px;
}


p {
	color: #000000;
	font-size: 9pt;
	font-family: "Trebuchet MS";
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}



li {
	margin-top: 5px;
	margin-bottom: 0px;
}


.speaker_affiliation {
	font-style: italic;
	font-weight: normal;
}


.centre {
	text-align: center;
}

.heading_box {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	text-align: center;
	height: 36px;
	font-weight: bold;
	background-color: #A84D10;
}
ox {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	text-align: center;
	height: 36px;
	font-weight: bold;
	background-color: #A84D10;
}

table {
	font-size: 9pt;
	margin-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	height: 12px;
}

.style_bold {
	font-weight: bold;
	color: #000000;
}
.style_italic {
	font-style: italic;
}

.style_italic_bold_small {
	font-style: italic;
	font-size: 8pt;
	font-weight: bold;
}