span.bold {
	font: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.2em; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	text-align: left;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color:#000000; }

html, body {
	height: 100%; }

.floatLeft {
	float: left;
	margin: 4px;
	padding: 10px;
	clear: left; }

.floatRight {
	float: right;
	margin: 4px;
	padding: 10px;
	clear: right; }

.floatTextRight {
	float: right;
	text-align: right;
	padding-right: 20px;
	clear: right; }

.nobullet li {
	list-style: none; }

.left {
	clear: left;
	}

.thumbnail ul {
	list-style: none; /* No bullets */
	overflow: hidden; /* Clear the floats */ }

.thumbnail li {
	display: inline;
	float: left; /* Horiz list */
	width: 180px; /* Room for thm and text */
	height: 180px;
	padding: 10px; /* Gap between */ }

.thumbnail li div {
	text-align: center; /* Centre description */ }

.thumbnail li img {
	display: block;
	margin: 0 auto; /* Centre block image */ }

#main {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%; }

#header {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; }

#sidebar {
	position: absolute;
	top: 260px;
	left: 0px;
	margin: 0px;
	margin-left: 15px;
	width: 250px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6em;
	background-color: #000000; }

#sidebar img.nohover {
	border: 0;
	margin-left: -60px;
	height: 40px;
	width: 200px; }

#sidebar img.hover {
	border: 0;
	display: none;
	margin-left: -60px;
	height: 40px;
	width: 200px; }

#sidebar a:hover img.hover {
	display: inline; }

#sidebar a:hover img.nohover {
	display: none; }

#sidebar ul {
	list-style: none; }

#content {
	position: absolute;
	top: 260px;
	left: 250px;
	clear: both;
	width: 800px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 6em;
	margin-top: 0px; }

#container {
	clear: both;
	overflow: hidden; }

#footer {
	position: fixed;
	height: 4em;
	width: 100%;
	bottom: 0px;
	clear: both;
	color: #000000;
	font: "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	word-spacing: 0;
	text-indent: 0;
	line-height: 50%;
	background-color: #b58a53;
	margin-left: 0px;
	padding-top: 1px;
	padding-left: 5px; }

h2 {
	margin-left: 2%;
	font-size: 18px;
	font-weight: bold; }

h3 {
	margin-left: 2%;
	font-size: 1.6em;
	font-weight: bold; }

h4 {
	font-size: 1.2em;
	word-spacing: 0; }

hr {
	border: 0;
	color: #b58a53;
	background-color: #b58a53;
	height: 2px;
	width: 100%;
	text-align: left; }
	
p {
	margin-left: 2%;
	text-indent: 2em; }

ul {
	margin-left: 2%;
	text-indent: 0.5em; }

li {
	margin-left: 2%;
	text-indent: 0.5em; }

td {
	color: #000000;
	padding: 6px; }
img {
	border-width: 1px;
	border-color: #b58a53; }
	
a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; }

a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none; }

a:hover {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	text-decoration: underline; }

a:active {
	color: #555555;
	font-weight: bold;
	text-decoration: underline; }
	
