body
{
	text-align: center;
	font-family: Georgia, Garamond, Serif;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

#Header
{
	width: 550px;
	height: 50px;
	text-align: right;
	background-image: url(./dash-header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

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

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



#LeftBar
{
	width: 75px;
	float: left;
	background-image: url(./dash-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	font-size: 10pt;
}

#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: 475px;

	float: left;
	
	text-align: center;
	adding: 10px;
	
	background-image: url(./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: 0px;
}

#MainContent p
{
	margin-top: 2px;
}

div.BoxHack
{
	padding: 10px;
}

#Footer
{
	clear: both;
	margin-left: 75px;
	
	width: 520px;
	
	padding: 5px;
	padding-right: 45px;
	font-size: 8pt;
	color: #666666;

	text-align: left;

	background-image: url(./dash-footer.gif);
	background-repeat: no-repeat;
	background-position: 353px 0px;
}

h1
{
	font-weight: 100;
	color: #000066;
	font-size: 20pt;
}

h2
{
	color: #990000;
	font-size: 18px;
	font-weight: 100;
}

a.Answer
{
	border: 1px none #666666;
	padding: 2px;
	color: #990000;
}



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

.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;
}