body
{
font-family: arial;
color: #230;
text-align: center;
}

div#everything
{
width: 100%;
}

div#header, div#nav, div#page
{
width: 740px;
}

div#header
{
display: block;
margin: 5px;
}

div#nav
{
display: block;
margin: 15px 10px 0 10px;
font-weight: bold;
font-size: medium;
}


	div#nav span
	{
	text-decoration: none;
	width: 120px;
	line-height: 150%;
	padding: 2px 10px 2px 10px;
	}

	div#nav span#active
	{
	border: 1px 1px 0 1px solid #690;
	background: #7A0;
	border-left: 1px solid #8b0;
	border-top: 1px solid #8b0;
	border-right: 1px solid #470;
	color: #fff;
	}

	div#nav span.inactive
	{
	border: 1px 1px 0 1px solid #999;
	background: #dec;
	border-left: 1px solid #ffc;
	border-top: 1px solid #ffc;
	border-right: 1px solid #bcc;
	color: #7a0;
	}

div#page, div#page h1, div#page input#submit
{
border-left: 1px solid #8b0;
border-top: 1px solid #8b0;
border-right: 1px solid #470;
border-bottom: 1px solid #470;
}

div#page
{
display: block;
padding: 10px 30px 10px 30px;
line-height: 150%;
margin: 0;
font-size: small;
text-align: justify;
}

	div#page h1
	{
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	margin: 0 25px 0 25px;
	padding: 5px;
	color: #fff;
	background: #7A0;
	}

	div#flush
	{
	height: 0px;
	width: 100%;
	clear: both;
	font-size: 0px;
	}

	div#page input#submit
	{
	color: #fff;
	background: #7a0;
	font-weight: bold;
	padding: 3px 30px 3px 30px;
	clear: both;
	}

	div#page span.small
	{
	color: #999;
	font-size: xx-small;
	margin: 0 0 0 30px;
	}
	
	div.q
	{
	clear: both;
	padding: 3px 0 40px 0;
	border-top: 1px dotted #7a0;
	}

	div.question, td.q
	{
	width: 350px;
	vertical-align: middle;
	}
	
	div.question
	{
	float: left;	
	}

	div.answer
	{
	width: 350px;
	vertical-align: middle;
	clear: right;
	float: right;
	}
	
	th
	{
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	}
	
	td.a
	{
	width: 60px;
	padding: 0 5px 0 5px;
	text-align: center;
	}

	div#errors
	{
	color: #f00;
	font-weight: bold;
	}