body {
  background-color: #2B4566;
  color: #DDC2BB;
}

fieldset {
  border: 1px solid #737373;
}

li {
  margin: 0 25px 0em; list-style: outside; font-size: 14px;
}

option {
  font-size:14px;color:white;background-color:#2D4A6A;
}

form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

input {
  background-color: #DDC2BB;
}

textarea {
  background-color: #DDC2BB;
}

select {
  background-color: #DDC2BB;
}

a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}

div.bottom {
  color: #737373;
  font-size: x-small;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
  background-color: #2D4A6A;
  color: #fff;
}
.lightbg {
  background-color: #D6B2A6;
  color: #2D4A6A;
}
.lightbgalt {
  background-color: #DCD6E4;
  color: #2D4A6A;
}
.highlight {
  background-color: tan;
  color: #000;
}

/* Top menu */

a.menu {
  color: #2D4A6A;
  font-weight: bold;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  text-decoration: underline
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
