html {
	min-height: 101%;
}

body {
	font: 80% arial, helvetica, sans-serif;
	background: #ADD8E6;
	margin: 0;
	padding: 0;
}

#container {
	width: 850px;
	margin: 0 auto;
	background: white;
	background-image:  url(images/darkgreenbk.png);
	background-repeat: repeat-y;
}

a img{
	border: 0;
}

.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#header {
	background: #FFD700;
	height: 50px;
}

#header span {
	position: relative;
	bottom: -28px;
	color: #006400;
	font: 125% arial, helvetica, sans-serif;
	float: left;
}

#header img{
	float: left;
}


#navigation {
	margin: 1em 0 0 0;
	float: left;
	width: 160px;
	color: white;
}

#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: green;
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
}

#navigation a:hover {
	background: #FFD700;
	color: #006400;
}

#navigation p {
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
	color: white;
	text-decoration: none;
	display: block;
	background: black;
}

#content {
	background: white url(images/topCorner.gif) no-repeat;
	padding: 1px 20px 1em 1em;
	margin: 0 2em 0 160px;
	position: relative;
}

#content a:link, #content a:visited {
	color: blue;
	text-decoration: none;
}

h2 {
	font-size: 1.5em;
	color: #036;
}

h3 {
	font-size: 1.25em;
	color: #036;
}

.floatright {
	float: right;
	width: 200px;
	margin: 0 0 5px 5px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	position: relative;
}

.stdImage {
  	border:1px solid #999;
	background-color: #f0f0f0;
	/*margin: 0 0 0 2em;*/
	margin: auto;
	top: 0;
}

.clearboth { 
	clear: both; 
}

.clearright{
	clear: right;
}

td.center{
	text-align: center;
	width: 160px;
}

#footer	{
	clear: both;
	background-color: #323232;
	padding: 1em;
	text-align: right;
	color: white;
}

.thumbnail {
    display: inline;
    float: left;
    width: 160px;
    height: 180px;
    margin: 1em;
    text-align: left;
}

.thumbnail img {
    display: block;
    border: 2px solid #006a00;
}

.floatfix {
	float: left;
	position: relative;
}

ol.wide li{
	margin: 10px 0px;
}
/*many thanks to quanta++, htmldog, floatutorial and the KDE image plugins*/
/*http://archivist.incutio.com/viewlist/css-discuss/5106*/
