body
{
	text-align: center;
	font-family: Arial, Verdana, Sans Serif;
	background-color: #000000;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#Page
{
	width: 162px;
	text-align: left;
}

#Header
{
	display: none;
	visibility: hidden;
	width: 162px;
	height: 50px;
	text-align: right;
	background-image: url('../goodpersontest/dash-header.gif');
	background-repeat: no-repeat;
	background-position: left bottom

}

#Header h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px px;
	font-weight: 200;
	font-size: 10pt;
}

#Header h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: 100;
	font-size: 10pt;
	
}



#LeftBar
{
	display: none;
	visibility: hidden;
	width: 75px;
	 
	background-repeat: no-repeat;
	background-position: right top;
	
	font-size: 8pt
}

#LeftBar a
{
	color: #000066;
}


#LeftBar div
{
	text-align: right;
	padding-right: 5px;
	margin-right: 2px;
	padding-bottom: 5px;
}

#LeftBar div.Selected a
{
	font-weight: bold;
	color: #990000;
}

#MainContent
{
	width: 162px;

	float: left;
	
	text-align: center;
	adding: 10px;
	
	background-image: url('../goodpersontest/dash-right.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}

#MainContent input
{
	border: 1px solid #990000;
	background-color: white;
	margin: 10px;
	color: #000066;
	font-weight: light;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

#MainContent h1
{
	margin-bottom: 10px;
}

#MainContent p
{
	margin-top: 2px;
		color: #decb7b;
	font-size: 10pt;
}

div.BoxHack
{
	padding: 10px;
}


h1
{
	font-weight: bold;
	color: #decb7b;
	font-size: 10pt;
}

h2
{
	color: #990000;
	font-size: 10pt;
	font-weight: 100;
}

a.Answer
{
	border: 1px none #666666;
	padding: 2px;
	color: #ff0000;
	font-size: 8pt;

}



.verse
{
	font-style: italic;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #decb7b;
	background-color: #675404;
}

.ref
{
	font-style: normal;
}

div.Warning
{
padding: 5px; 
font-size: 8pt;
width: 310px;
color: #666666;

}

div.Warning b
{
color: #990000;
font-size: 10pt;
}

div.Warning p
{
margin-top: 0px;
margin-bottom: 6px;
}

