
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #c0fcff;
	text-align: justify;
	min-height: 100%;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

blockquote {
	font-style: italic;
}

#titlebar {
	background-image: url(titlebar);
	background-repeat: no-repeat;
	background-color: blue;
	text-align: center;
	height: 39px;
	width: 100%;
	color: white;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	margin-bottom: -39px;
	z-index: 10000;
}

#topspace {
	height: 39px;
	clear: both;
}

#bottomspace {
	height: 31px;
	clear: both;
}

#titlebar h1 {
	white-space: nowrap;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	top: 3px;		/* We should set top:50%;line-height:0 but IE6 breaks */
	margin: 0;
}

#contents {
	padding: 0.5em;
}

#bottombar {
	clear: both;
	background-image: url(bottombarbg);
	text-align: center;
	height: 31px;
	left: 0;
	bottom: 0;
	right: 0;
	color: white;
	position: fixed;
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
	margin-top: -31px;	/* Don't leave a big gap in IE6 since it's too brain-dead to understand position:fixed */
	z-index: 9900;
}

#bottombar div {
	margin: 0.5em;
	margin-top: 5px;
	margin-bottom: 0;
	position: absolute;
}

#bottombar div.email {
	text-align: left;
	left: 0;
	white-space: nowrap;
}

#bottombar div.updated {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	left: 33%;
	right: 33%;
}

#bottombar #banners {
	right: 0;
	margin-top: 0;
	margin-right: 0.5em;
	list-style-type: none;
	white-space: nowrap;
}

img.iconlink {
	border-style: none;
}

#bottombar #banners li img {
	border-style: none;
	margin: 0;
	margin-right: -4px;
}

#bottombar #banners li {
	margin: 0;
	float: right;
}

img.borderless {
	border: 0;
}

a:link, a:visited {
	color: #505050;
}

a:link:focus, a:visited:focus, a:link:hover, a:visited:hover {
	color: red;
}

#bottombar a {
	color: white;	/* Can't inherit coz IE6's inheritance is FUBAR */
	text-decoration: underline;
}

#bottombar a:focus, #bottombar a:hover {
	color: red;
}

#contents hr {
	background-image: url('breakbar');
	height: 3px;
	width: 500px;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	border-style: none;
}

#contents h2 {
	text-align: center;
	font-size: 1.3em;
}

div.iewarn {
	position: absolute;
	border-style: outset;
	background-color: silver;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	top: 10px;
	left: 220px;
	right: 130px;
	z-index: 20000;
}

div.iewarn img.warning {
	float: left;
	margin: 1em;
}

div.iewarn h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 2em;
}

div.iewarn p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.iewarn p.buttons {
	text-align: center;
	vertical-align: middle;
}

div.iewarn a.button {
	padding: 0.2em;
	font-weight: bold;
	border-style: outset;
}

code {
	margin-left: 2em;
	margin-right: 12em;
	display: block;
	border-style: solid;
	border-width: 1px;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}

