html	{
	background-color: #000;
	color: #fff;
	padding: 1%;
}

body	{
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 75%;
	padding: 1em;
}

a	{
	color: #339;
	font-weight: bold;
}

img	{
	border: none;
}

div#content p	{
	max-width: 36em;
}

p	{
	margin-top: 0;
}


/* banner */
h1	{
	border-bottom: .1em solid #000;
	font-size: 2em;	
	height: 64px;	/* 60px png logo; 4px bottom padding */
	margin-top: 0;
	padding: 0;
	text-align: right;
}

h1 img	{
	float: left;
}

h1 span	{
	font-style: italic;
}

h2	{	
	background-color: #000;
	color: #fc3;
	font-size: 1.5em;
	padding: .2em .4em;
	text-align: center;
}

h3	{
	font-size: 1.2em;
}

h4	{
	border-bottom: .1em solid #000;
	font-size: 1em;
}

table	{
	background-color: #eee;
	border: .1em solid #ddd;
	color: #000;
}

tfoot	{
	background-color: #fff;
	color: 000;
}

td	{	
	padding: 0 .4em;
}

caption {
	background-color: #000;
	color: #fc3;
	font-size: 1.2em;
	font-weight: bold;
	padding: .1em;
}

div#content	{
	margin-left: 17em;
}

p#footer	{
	border-top: .1em solid #000;
	clear: both;
	float: none;
	font-size: .8em;
	text-align: right;
}

/* nav menu */
ul#nav	{	
	border-bottom: .1em solid #000;
	border-left: .1em solid #000;
	border-right: .1em solid #000;
	float: left;
	font-weight: bold;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;	
}

ul#nav>li 	{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: .1em solid #000;
}

ul#nav li a	{
	text-decoration: none;
}

ul#nav li a:hover	{
	color: #f00;
}

form	{
	background-color: #fff;	
	border: .1em solid #000;
	color: #000;
	padding: .5em;	
}

form>p	{
	margin: .5em 0;
}

optgroup	{
	font-style: normal;	
}

input, select, textarea, optgroup	{
	padding: .1em;
}

textarea	{
	font-family: sans-serif;
}

form em	{
	color: #c00;
	font-style: normal;
}

fieldset>div	{
	margin-top: .2em;
}

fieldset>fieldset legend	{
	background-color: #eee;
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

fieldset>div>label, div.controlset>span	{
	float: left;
	margin-right: .5em;
	position: relative;
	text-align: right;
	width: 11em;
}

label>em	{
	font-size: 1.5em;
	position: absolute;
	left: 0;
}

fieldset>div	{
	margin-bottom: .5em;
}

p.note	{
	font-size: .75em;
	margin: 0 0 0 9em;
}

div.controlset>div	{
	margin-left: 6.5em;
}

/**/
div#errors	{
	background-color: #ffc;
	border: .1em solid #c00;
	padding: .5em;
}

div#errors em	{
	color: #c00;
	font-style: normal;
	font-weight: bold;
}

div#errors ul	{
	margin-bottom: 0;
	margin-top: 0;
}
/**/

table#athresults	{
	width: 100%;
	float: none;	
}