/*
colour schemes:

hues: 14 99 184
sat: 255
lightness: 77 220

*/

body
{
	background-color: #B9FFD0;
	background-image: url(/background.gif);
	background-repeat: repeat-y;
	color: #000;

	margin: 0;
	padding: 0;
}

table.body
{
	table-layout: fixed;
}

table.body td
{
	padding: 1ex;
}

div.leftnav
{
	background: #33009A;
	color: #fff;

	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: smaller;
}

div.leftnav a { color: #ffa; }
div.leftnam a:visited { color: #ffc; }
div.leftnav a:hover { color: #fc8; }


div.content
{
	font-family: "Times New Roman", serif;

}

div.content a
{
	font-weight: bold;
}

div.content a { color: #080; }
div.content a:visited { color: #040; }
div.content a:hover { color: #480; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

div.content .footer
{
	font-size: x-small;
	text-align: center;
}


h1, h2, h3
{
	font-family: "Arial Black", sans-serif;
	text-align: center;
	font-weight: normal;
}

h1 { font-size: 160%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }



hr
{
	border: solid 4px;
	color: #9A3300;
	width: 80%;
}

