* {
	border: 0;
	margin: 0;
	font-family: verdana, sans-serif;
}

html, body {
	height: 100%;
}

select, input {
	color: #aaa;
	background: #fff;
	border: 1px solid #aaa;
	font-family: verdana, sans-serif;
}

a, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

li {
	margin-left: 0 !important;
	margin-left: 3em;
}

#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.5em;

}

#Header {
	text-align: center;
	padding: 1em 0 1em 0;
}
#Header h1 {
	color: #6e8f59;
	font-size: 2em;
	font-weight: bold;
}
#Header table {
	width: 100%;
}
#Header #HeaderLeft {
	width: 50%;
	text-align: right;
	padding-right: .5em;
}
#Header #HeaderRight {
	width: 50%;
	text-align: left;
	padding-left: .5em;
	border-left: 2px solid #800;
}

#MainBody {
	width: 35em;
	margin: 0 auto 0 auto;
	text-align: left;
}
#MainBody h2 {
	padding-bottom: .5em;
	text-align: center;
}
#MainBody li {
	padding-bottom: .75em;
	font-weight: bold;
}
#MainBody li span {
	font-weight: normal;
}

#Footer, #Push {
	text-align: center;
	color: #aaa;
	height: 4.5em;
}
#Footer div {
	font-size: .875em;
}
#Footer select {
	font-size: .875em;
}
#Footer table {
	width: 100%;
}

#FooterLeft {
	text-align: left;
	vertical-align: bottom;
	font-size: .75em;
}
#FooterRight {
	padding-right: .5em;
	text-align: right;
	width: 285px;
}
#FooterRight img {
	height: 2em;
}

#Instructions {
	border: .25em ridge #6e8f59;
	padding: .5em;
	font-weight: normal;
}