body
{
	background-color:#666666;
	font-family:georgia, serif;
	color:#000000;
}

table
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border:0;
	border-collapse:collapse;
}

table.background
{
	position:absolute;
	top:0px;
	width:908px;
	background-color:#000000;
}

/****************** New Menu Coding **********************/

tr.navbar
{
	background-color:#000;
	text-align:left;
	font-size:150%;
	font-weight:bold;
	width: 900px;
	float: left;
}

tr.navbar ul
{
	list-style-type: none;
	background-color:#eeeecc;
	margin: 0;
	padding: 0;
	width: 149px;
	float: left;
}

tr.navbar a
{
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-family:"Courier New", lucida console, monospace;
	font-weight:bold;
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #000 #000 #000 #000;
	margin: 0;
	padding: 2px 0px;
}

tr.navbar a:hover
{
	color:#770077;
}

tr.navbar li {position: relative;}

tr.navbar ul ul
{
	position: absolute;
	width:12em;
	padding: 2px, 3px;
	z-index: 500;
}

tr.navbar ul ul
{display: none;}

tr.navbar ul li:hover ul
{display: block;}

/**************** End New Menu Coding ********************/

td.main
{
	width:700px;
	padding:25px;
	background-color:#EEEECC;
	font-family: georgia, serif;
	color:#000000;
}

td.side
{
	width:200px;
	background-color:#000000;
	font-family: georgia, serif;
	color:#ffffff;
}

.container
{
	text-align:center;
}

.center_table
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
}

h1, h2, h3, h4
{
	text-align:center;
	font-family:"Courier New", lucida console, monospace;
}

p.notice
{
	color:#ffffff;
	text-align:center;
	font-size:75%;
}

a
{
	color:#000000;
/*	text-decoration:none;*/
	font-family:"Courier New", lucida console, monospace;
/*	font-weight:bold;*/
}

a img {border:0;}

a:visited {color:#222222}

a:hover
{
	color:#770077;
	text-decoration:none;
}

a:active {color:#888888}