.disclaimer
{
border-width: 3px 0 3px;
border-color: red;
border-style: solid;
width: 100%;
background-color: #fff;
padding: 8px 5px 8px 5px;
font-family: sans-serif;
color: red;
font-size: small;
}


.googleAd
{
	border-top: 1px dotted #F30;
	border-bottom: 1px dotted #F30;
}

.hiddenStuff
{
	position: absolute;
	visibility: hidden;
}

h1, h2, h3, p
{
	font-family: 'courier new', courier, fixed-width;
}

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

div.Nav
{
	font-size: 11px;
	font-family: sans-serif;
	background-color: #EFE;
	color: #3C3;
	width: 200px;
	padding: 10px;
	text-align: right;
	border-width: 6px;
	border-color: #6C6;
	border-style: groove;
	top: 2px;
	right: 2px;
	position: absolute;
	display: block;
}

div.NavHidden
{
	font-size: 11px;
	font-family: sans-serif;
	background-color: #EFE;
	color: #3C3;
	width: 200px;
	padding: 10px;
	text-align: right;
	border-width: 6px;
	border-color: #6C6;
	border-style: groove;
	top: 2px;
	right: 2px;
	position: absolute;
	visibility: hidden;
	display: block;
}

body
{
	margin: 0px;
	background-color: #000;
}

h1 span
{
	font-family: 'arial narrow', courier;
	font-size: small;
	font-weight: normal;
}

td#navigation
{
	font-size: x-small;
	font-family: sans-serif;
	background-color: #eee;
	padding: 2px;
	width: 140px;
}

#content
{
	font-size: small;
	font-family: sans-serif;
	background-color: #eee;
	padding: 0 30px 30px 30px;
	color: #333;
}

#ad
{
	border-left: 2px solid #FFF;
}

#navcontainer
{
	width: 140px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a, #navcontainer span
{
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}

#navcontainer span
{
	background-color: #C03;
	color: #FFF;
}

#navcontainer a:link, #navcontainer ul li ul li a:visited, #navcontainer ul li a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #fff;
}

