html, body {
	background: #F3F3CC;
	color: black;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 1em;
	padding: 3.4em 0 3em 0;
}
/* IE extra scrollbar fix */
* html body {
	font-size: .8em;
	margin: .3em;
	overflow: hidden;
}

div.content {
	left: .3cm;
	overflow: auto;
	padding: 0 0;
	position: relative;
	right: .3cm;
	width: auto;
}
/* IE only */
* html div.content {
	height: 100%;
	margin-right: .5cm;
}
/* Now set non-IE to sane model */
@media screen {
	body>div.content {
		position: absolute;
		width: auto;
		bottom: 3em;
		padding: 0 .7em;
		top: 4.2em;
	}
}

div#titlebar, div.header {
	background: white;
	border: 1px black solid;
	left: .3cm;
	padding: .3em .7em; /* vpad hpad */
	position: absolute;
	right: .3cm;
	top: .3cm;
}
* html div#titlebar {
	left: 0;
	margin: 0 .15cm;
	padding: 0 .3cm;
	width: 100%;
}

div#footer, div.footer {
	background: white;
	border: 1px black solid;
	bottom: .3cm;
	left: .3cm;
	padding: .3em .7em; /* vpad hpad */
	position: absolute;
	right: .3cm;
}
* html div#footer { 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 */
}

h1 {
	font-size: 2em;
	margin: 0;
	overflow: hidden;
	text-transform: capitalize;
	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#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%;
}

