body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
}
/* Paragraphs throughout the web-site */

p { 	
  margin-top: 1.5ex;
  margin-bottom: 0ex;
  margin-left: 8px;
  margin-right: 8px;
}

h1 {
  color: #ffffff;
  background-color: #135786;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
  margin-left: 8px;
  margin-right: 8px;
}

h1 {
  color: #ffffff;
  background-color: #1897B5;
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
  margin-left: 8px;
  margin-right: 8px;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  }
h3 {
  font-size: 1.0em;
  font-weight: bold;
}

/* Layout of the web-site */

#menu { 
  float: left;
  width: 180px;			/* should equal margin-left of #content */
  background-color: #1875B5;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5em;
  margin: 0ex 0ex 0px 0px; /* top right bottom left */
  border-bottom: #1875B5 1px solid;
  font-weight: bold;
}
#menu ol {
	font-size: .8em;
}

#menu h1 {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
  margin-left: 8px;
  margin-right: 8px;
}

#menu p {
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
  margin-left: 8px;
  margin-right: 8px;
}

#menu a {
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
  margin-left: 8px;
  margin-right: 8px;
}

#contents { 
  color: #000;
  background-color: transparent;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 3ex;
  margin-top: 0ex;
  margin-right: 0.5ex;
  margin-bottom: 0ex;
  margin-left: 180px;    /* should equal width of #menu */
  border-bottom: #1875B5 2px solid;
}

#contents table, td, th {
  border: 2px solid;
  background-color: #eee;
}

.neg {
  background-color: #fdd;
  color: red;
}

.pos {
  background-color: #ddf;
  color: blue;
}

/* A code block - maybe even PHP ;). (Stolen from SMF) */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-medium;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
