html, body {
	background-attachment: fixed;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	color: #111;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 1em;
}
/* IE extra scrollbar fix */
* html body { overflow: hidden; }

div.content {
	bottom: 3em;
	left: .3cm;
	margin: .3cm;
	overflow: auto;
	padding: 0 .7em;
	position: absolute;
	right: .3cm;
	top: 3.4em;
	width: auto;
}

div#titlebar {
	background: #DEE7EC;
	border: thin #8CACBB solid;
	color: #636363;
	left: .3cm;
	padding: .3em .7em; /* vpad hpad */
	position: absolute;
	right: .3cm;
	top: .3cm;
}
* html div#titlebar { width:100% }

div#footer {
	background: #F6F6DD;
	border: thin #FABD23 solid;
	bottom: 0;
	color: inherit;
	left: 0;
	margin: .3cm;
	padding: .3em .7em; /* vpad hpad */
	position: absolute;
	right: 0;
}

A:link {
	background-color: transparent;
	color: #770000;
}

A:visited {
	background-color: transparent;
	color: #C4AFA1;
}

A:focus {
	background-color: transparent;
	color: #BB0000;
}

A:hover {
	color: #BB0000;
	background: #FFFFEE;
}

A:active {
	color: #FFFFFF;
	background: #BEBEBE;
}

A IMG {
	border: none;
	background-color: transparent;
}

/*
	Serif fonts don't look good on a screen
	Mozilla keeps using them even if the body font has been set to sans-serif,
	so we must once more override them here.
*/
INPUT {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 1em;
	margin-top: 0.5ex;
	min-width: 5em;
}

SELECT {
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 1em;
	min-width: 7em; /* avoid overly narrow lists */
}

/*
	Real work starts here...
*/

H1 {
	font-size: 2.4em;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	white-space: nowrap;
}

H2 {
	font-size: 1.2em;
	margin: .7ex 0 0;
	text-transform: uppercase;
}

H2:first-letter {
	font-size: 1.4em;
}

H3 {
	font-size: 1.2em;
	margin: 0;
	text-transform: capitalize;
}

DIV#titlepage {
	text-align: center;
	font-size: 2em;
	margin-top: 1em;
}

DIV#list {
	text-align: center;
	font-size: 1.6em;
	margin-top: 1em;
}

DIV#copyright {
	float: right;
	font-size: .8em;
	margin-top: .6ex;
}

/* "embedded" menu: to be used inside another div block */
div#embmenu {
	margin-left: 1em;
}

LI {
	margin-top: .2em;
}

ul.none {
	list-style: none inside;
	margin-top: 1ex;
	padding-left: 1em;
}

span.texttt {
	font-family: "Courier", monospace;
	font-size: 90%;
}

