html {
	font-size: 100%;
	height: 100%;
}

html {
	margin-bottom: 1px;
}

img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

.center {
	text-align: center;
}

.keyline {
	border: 1px solid #000;
}

body {
	font-size: 62.5%;
	background: #4e7308;
	color: #000;
	margin-top: 10px;
}

#wrapper {
	width: 780px;
	background: #dfdb65;
	margin: 0 auto;
}

#header {
	height: 189px;
	position: relative;
}

#navigation {
	position: absolute;
	top: 35px;
	left: 55px;
	width: 450px;
	font-size: 1.5em;
	font-family: arial, helvetica, san-serif;
}

#navigation span {margin:0 10px 0;}

#navigation a {
	text-decoration: none;
}

#navigation a:link,  #navigation a:visited {
	color: #000;
}

#navigation a:hover {
	color: #4e7308;
}

#content {
	margin: 0;
	padding: 10px 20px;
	position: relative;
}

#content h1 {
	font-size: 1.8em;
	position: absolute;
	top: -15px;
}

#content p#flashcontent {
	position: absolute;
	top: -70px;
}

#content p {
	font-size: 1.3em;
	margin-top: 15px;
}

#content form {
	margin-top: 10px;
}

fieldset {
	border: none;
}

#footer {
	border-top: solid 5px #4e7308;
	padding: 0 10px 0 20px;
	background: #fff;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

ol.list {
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
	margin-top: 10px;
	font-size:  1.3em;
}
a.selected {color:  #4e7308; border-top: 1px solid #4e7308;border-bottom: 1px solid #4e7308;}