body, input {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 1em;
}

div#background {
	margin-left:auto;
	margin-right:auto;
	width: 1050px;
	background: url('images/JSpC10-bg.jpg') repeat-y;
}

div#content {
	background: url('images/JSpC10-skin.jpg') no-repeat;
	padding-top: 180px;
	padding-left: 50px;
	padding-right: 468px;
	padding-bottom: 8px;

	color: #222;
	text-align: justify;
	line-height: 1.4em;
	font-size: 1.2em;
}

div#content p img {
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

ul#menu {
	list-style-type: none;
	padding-left: 0;
	width: 100%;
	text-align: center;
}

ul#menu li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

a, .disabled {
	background-color: #ddd;
	color: #3d8f3c;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #3d8f3c;
	font-weight: bold;
	text-decoration: none;
}

a.index, a.index:hover {
	background-color: transparent;
	color: #222;
	font-weight: normal;
}

ul#menu li a {
	background-color: #ddd;
	padding-left: 8px;
	padding-right: 8px;
	color: #3d8f3c;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li a:hover {
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	background-color: #3d8f3c;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li .disabled {
	padding-left: 8px;
	padding-right: 8px;
}

p#disclaimer {
	padding-top: 100px;
	line-height: 1em;
	font-size: 50%;
	font-style: italic;
}

#errors {
  background-color: yellow;
  color: black;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.4em;
  padding-right: 16px;
}

span.required {
	color: #af3634;
	padding-left: 4px;
}

span.disabled {
	color: #999;
}

iframe#map {
	border: 1px solid #222;
}

p.spacer {
  padding-top: 1000px;
}
