
body
{
	background: black url(/images/background.gif);
	color: white;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

pre, code
{
	font-family: "Courier New", Courier, monospace;
}

h3
{
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	color: yellow;
	background: transparent;
}

p.error
{
	/*text-align: center;*/
	color: #ff4000;
	background: transparent;
}

a:link,a:visited { color: white; background: transparent; }
a:hover,a:active { color: yellow; background: transparent; }

font.footnote
{
	font-size: 65%;
	color: #ffff99;
	background: transparent;
	margin-left: 2em;
}

/********************************************************************
 * Site header
 ********************************************************************/

div.header
{
	text-align: center;
}

/********************************************************************
 * Navigation sidebar
 ********************************************************************/

div.navbar
{
	width: 21%;
	float: left;
}

div.navbar a
{
        display: block;
        padding: 0.5em 0.5em 0 0.66em;
        margin-right: 5%;
        text-decoration: none;
	font-family: "Comic Sans MS", "Impact", Times, serif;
	white-space: nowrap;
}

/********************************************************************
 * Main content
 ********************************************************************/

div.main
{
        margin-left: 21.5%;
        padding: 0em 3em 2em 1em;
}

/********************************************************************
 * Footer
 ********************************************************************/

div.footer
{
	width: 70%;
	margin-left: 15%;
	text-align: center;
	font-size: 70%;
}

div.footer hr
{
	width: 50%;
}

/********************************************************************
 * Feedback
 ********************************************************************/

div.feedback td
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 80%;
}

