body {
	color: #000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
    min-width: 40em;
}
html {
    padding: 0;
}
body {
    margin: 0; padding: 0;
}
#fixed {
    position: absolute;
    top: 8em;
	left: 0.5em;
    width: 10em;
    background-color: #eee;
}
html>body #fixed {  /* for up-to-date browsers only */
    position: fixed;
}
#fixed-narrow {
    position: absolute;
    top: 8em;
	left: 0.5em;
    width: 8em;
    background-color: #eee;
}
html>body #fixed-narrow {  /* for up-to-date browsers only */
    position: fixed;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #0000AA;
	text-decoration: none;
}
#content {
	margin-left: 12em;
	padding: 0 1em;
}
#content h2 {
    font-size: 1.2em;
    color: #0000AA;
    border-bottom: 1px solid silver;
}
#content p {
    font-size: 0.8em;
    margin: 1em 0;
}
#content-wide {
	margin-left: 10em;
	padding: 0 1em;
}
#content-wide h2 {
    font-size: 1.2em;
    color: #0000AA;
    border-bottom: 1px solid silver;
}
#content-wide p {
    font-size: 0.8em;
    margin: 1em 0;
}
#navigation {
    font-size: 0.8em;
    margin: 0 0 1em;
	padding: 0;
}
#navigation li {
    list-style: none;
    margin: 0;
	padding: 0.5em;
}
ul#navigation a {
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
}
#introheader {
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	background-color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
table.images {
	background-color: #EEEEEE;
}
td {
	text-align: center;
	border: 1px dotted #999999;
	padding: 5px;
}
img.preview {
	border: 5px solid #FFFFFF;
	margin: 5px;
}
