body { 
	background-color: #ececec;
	text-align: center;
}

img {
	border: none;
}

a {
	color: #5b7c46;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background-color: #5b7c46;
	color: #5b7c46;
	height: 1px;
	border: 0px;
}

hr.divider {
	width: 500px;
	margin-top: 2em;
	margin-bottom: 2em;
}

div#page {
	background-color: #fff;
	border: 1px solid #5b7c46;
	color: #5b7c46;
	font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	margin: auto;
	text-align: left;
	width: 960px;
}
p#banner {
	margin: 0px;
	padding: 0px;
}

div#content {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

h1 {
	font-size: 1.6em;
}

table.bottom tr td {
	vertical-align: bottom;
}

table.images {
	margin: auto;
	width: 100%;
}

table.images td {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
}

table.images td img {
	margin-bottom: 3px;
	margin-top: 1em;
}

table.images td.left-column, table.images td.left-column div {
	text-align: left;
}

table.images td.right-column, table.images td.right-column div {
	text-align: right;
}

table.images td p {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}

table.images td div {
	margin-top: 0px;
	margin-bottom: 3px;
}

div#menu-top {
	display: table;
	width: 100%;
}

div#menu-top dl {
	display: table-row;
}

div#menu-top dt {
	display: table-cell;
	text-align: center;
}

div#menu-top dt.current span {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#menu-top dt a {
	color: #5b7c46;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
}

div#menu-top dt a:hover {
}

p#copyright {
	font-size: 0.8em;
	color: #808080;
}

p#credits {
	font-size: 0.7em;
	color: #808080;
}

.problem {
	color: #808080 !important;
}

.inputprob {
	color: #fff !important;
	background-color: #808080 !important;
}

