html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	margin: 50px 0 50px 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16x;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #442e1f;
	font-weight: normal;
	}
	
h1 {
	font-size: 100%;
	}
	
h2 {
	font-size: 90%;
	}
	

h3 {
	font-size: small;
	}

h4 {
	font-size: small;
	font-weight: normal;
	}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #990000;

	}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #990000;
	}

img {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.imagecaption {
	text-align: center;
	font-size: x-small;
	font-style: italic;
	margin: 0 auto 0 auto;
	}

.imagecaption img, .imagecaptionleft img, .imagecaptionright img {
	padding: 4px;
	border: solid 1px #999999;
	display: inline;
	}
	
.imagecaptionleft {
	float: left;
	font-size: x-small;
	font-style: italic;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	}
	
.imagecaptionright {
	float: right;
	font-size: x-small;
	font-style: italic;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	}


#frame {
	margin: 0 auto 0 auto;
	width: 32em;
	background: #FFFFFF;
	border: none;
	overflow: visible;
	}

#header {
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background: transparent;
	text-align: center;
	}
	
#header img {
	display: inline;
	}
	
#sidebar {
	width: 10em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	background: #FFFFFF;
	}
	

	
#navigation
{
	background: transparent;
	margin: 0 0 0 0;
	overflow: auto;
	border-color: black;
	border-width: 3px 0px 1px 0px;
	border-style: solid;
	text-align: center;
}
	
#navigation ol {
	list-style: none;
	padding: 0.3em 0.5em;
	margin: 0 0 0 0;
	background: transparent;
	}
	
#navigation li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
	font-size: 77%;
	
	}
	
#navigation a:link, #navigation a:visited {
/*	color: #666666; */
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
	
#navigation a:hover, #navigation a:active {
	color: #bb0000;
	text-decoration: underline;
	border: none;
	}
	
	
#content {
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
	}
	
#narrowcontent {
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
	width: 20em;
	float: left;
	
	}

#content p, #narrowcontent p, #content li, #narrowcontent li {
	
	font-size: smaller;
	}
	
#featurestable {
	padding: 1em 0 0 0;
	float: left;
	margin-left: 1em;
	width: 11em;
	}
	
#featurestable table {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	}

#featurestable th {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	font-size: smaller;
	text-align: left;
	padding-top: 0.5em;
	}
	
#featurestable td {
	border: 0;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-spacing: 0.2em;
	border-top: 1px solid #CB9;
	font-size: smaller;
	}

	
#footer
{
	font-size: x-small;
	margin: 0 0 0 0;
	background: transparent;
	padding: 0;
	border-color: black;
	border-width: 3px 0 0 0;
	border-style: solid;
	clear: both;
}

#footer img {
	margin-top: 1em;
	margin-right: 1em;
	}

#footer p {
	margin-top: 1em;
	}	
	
	
#byline {
	color: #AAA;
	font-size: x-small;
	margin: 1em 0 0 0;
	float: right;
	text-align: right;
	}
	
#byline a:link, #byline a:visited {
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted #AAA 1px;
	}

#byline a:hover, #byline a:active {
	border-bottom: solid #AAA 1px;
	}
	
#pagenav {
	clear: both;
	font-size: small;
	height: 3em;
	}