﻿body
{
	text-align: center;
	background-color: #ffffff;	/* white */
}

#banner
{
	text-align: left;
	vertical-align: text-bottom;
	background-color: #c0c0c0;
	background-image: url(scorptxt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 820px;
}

#ad_space
{
	color: #f5f5f5;	/* silver */
	font-family: Sans-Serif, Monospace, Cursive;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right: 80px;
	bottom: 20px;
}

#nav_bar
{
	/*background-color: #b0c4de;*/ /* lightsteelblue */
	/*border-bottom-color: #006400;*/ /* Darkgreen */
	border-bottom-color: #b0c4de; /* lightsteelblue */
	border-bottom-style: solid;
	border-bottom-width: medium;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#tblMenuBar
{
	/*border-bottom-color: #b0c4de;*/ /* lightsteelblue */
	/*border-bottom-style: solid;*/
	/*border-bottom-width: medium;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 810px;
}

#pageContainer
{
	position: relative;
	text-align: center;
	width: 850px;
}

#page_centred
{
	width: 820px;
}

#content
{
	background-color: #ffffff;	/* white */
	background-position: top right;
	background-repeat: no-repeat;
	border-left-color: #b0c4de; /* lightsteelblue */
	border-left-style: dashed;
	border-left-width: thin;
	border-right-color: #b0c4de; /* lightsteelblue */
	border-right-style: solid;
	border-right-width: thin;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	width: 800px;
}

.TopicDetails
{
	background-color: #ffffff;	/* white */
	border-left-color: #b0c4de; /* lightsteelblue */
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-color: #b0c4de; /* lightsteelblue */
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #b0c4de; /* lightsteelblue */
	border-right-style: solid;
	border-right-width: thin;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.MainPanel
{
	position: static;
	width: 800px;
}

.RightSidePanel
{
	border-bottom-color: #0000ff;	/* Blue  */
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-left-color: #006400;	/* Darkgreen */
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #006400;	/* Darkgreen */
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #800000;	/* Maroon */
	border-top-style: solid;
	border-top-width: thick;
	/* float: right; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	right: 5px;
	top: 20px;
	width: 200px;
}

#footer
{
	/*background-color: #b0c4de;*/ /* lightsteelblue */
	/*border-top-color: #006400;*/	/* Darkgreen */
	border-top-color: #b0c4de; /* lightsteelblue */
	border-top-style: solid;
	border-top-width: medium;
	color: #008080;	/* teal */
	font-size: 12px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	position: relative;
	text-align: center;
	vertical-align: inherit;
	/*width: 820px;*/
}

#validator
{
	display: none;
	position: static;
}

a#LinkFooter:hover
{
	color: #ffffff;	/* white */
	background-color: #284E98;
}

a.NavFooter:hover
{
	color: #ffffff;	/* white */
	background-color: #284E98;
}



	

