body {
  background-color: #fff;
  color: #000;
  font-size: small;
  font-family: sans-serif;
}

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

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #111;
  text-decoration: none;
}
a:active, a:hover {
  color: #411;
}

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

/* Define some colors */

.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
  background-color: #09c;
  background-image: url(grad_bg.png);
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

a.menu {
  background-color: #000;
  border: 1px solid #737373;
  color: #fff;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #fff;
  background-color: #09c;
  background-image: url(grad_bg.png);
}

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; }

/* The we reccomend navigation START*/
#nav1, #nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}	
#nav1 li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	text-align: left;
}
#nav1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#nav1 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav1 li:hover ul, #nav1 li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* Design */
#nav1>li {
	font-weight: bold;
	border: 1px solid #737373;
	background-color:#000;
	color: white;
	line-height: 26px;
}
#nav1 A {
	display:block;
	background-color:#000;
	border:1px solid #737373;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}
#nav1 A:HOVER {
	background-color:#0099CC;
	color:#FFFFFF;
}
#nav1 {
position:absolute;
right:150px;
top:18px;
}
/* The we reccomend navigation END*/
