body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ebebeb;
	color: #000000;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 500px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-bottom: 8px;
	background: #E0AD80;
	border: 1px solid #D48D4E;
}

h3 {
	width: 487px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-bottom: 8px;
	background: #E0AD80;
	border: 1px solid #D48D4E;
}

fieldset {
	border: solid 1px #c8c8c8;
	background-color: #e4e4e4;
	width: 490px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #000000;
	background: #E0AD80;
	border: 1px solid #D48D4E;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
}

.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	padding: 0 5px 0 5px;
}

.footer {
	clear: both;
	width: 500px;
	margin-top: 8px;

}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #303030;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

A:link {
  color: #7F4C1F;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
A:visited {
  color: #7F4C1F;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
A:active {
  color: #A86429;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
A:hover {
  color: #A86429;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.entry {
	width: 500px;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 440px;
	margin: 0 6px 0 0;
	padding-left: 30px;
	text-align: left;
	display: inline;

}

.entry .field .value {
	float: left;
	width: 494px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
	color: #7f4c1f;
}

.navigation {
	width: 500px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 500px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}

