BODY
{
	COLOR: #000000;
	background-color: #cccccc;
	FONT-FAMILY: Arial;
}


div.container
{
	width: 775px;
	border: solid 2px #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
}

div.header
{
	background-color: #ffffff;
}

img.logo
{
	margin-left: 10px;
}

img.hright
{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.topbar
{
	height: 10px;
	background-color: #000000;
	clear: both;
}

td.leftbar
{
	width: 150px;
	background-color: #0000ff;
}

div.navbar
{
	margin-top: 20px;
}
a.nav:link, a.nav:visited {
	display: block;
	background-color: #0000ff;
	FONT-FAMILY: arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	width: 150px;
	text-decoration: none;
}

a.nav:hover {
	background-color: #ff0000;
	text-decoration: none;
	color: #ffffff;
}


td.mainbody
{
	width: 645px;
	padding: 10px;
}

div.bottombar
{
	height: 10px;
	background-color: #000000;
	clear: both;
}

a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #000000; 
	font-weight: bold;
	font-size: 70%;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 645px;
}

a.jwd:link, a.jwd:visited {
	color: #000000;  
	text-decoration: none;
	font-weight: bold;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #000000;  
	text-decoration: none;
	font-size: 70%;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}


H1
{
	COLOR: #000000;
}

H2
{
	COLOR: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}