.pagination {
text-align: center;
}
.pag_links {
padding: 3px;
border: 1px solid #000000;
background-color: grey;
color: #000000;
}


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

#menutd
{
	vertical-align:top;
	width:200px;
	background-image: url(menu_bg.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	text-align: center;
	background-color: #060503;

}

#container { width:100%;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-image: url(bgwrap.jpg);
			float: left;
			
}




#header { height: 191px;
		background-image: url(head.jpg);
		background-repeat: no-repeat;
} 
#innerheader {
	background-image: url(headerbg.jpg);

}
.join_edit_error
{
	color : red;
}
#content { }

.nav {float:right;
	  margin: 10px 25px 0px 0px;
	text-align: right;
	}

legend {color: white;}

form  {margin: 0px; padding: 0px;}

 h1{  
		font-size: 14px;
		margin: 0px;
		padding: 0px; 
		color: white;}

 h2 h3 h4 {  
		font-size: 12px;
		margin:0px;
		padding: 0px;  }


fieldset {
  border: 1px solid #737373;
  padding: 10px;
}
form {
  margin: 0px;
}
h1, h2, h3 {
	font-size: 12px;

  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

a:link {
  color: white;
  text-decoration: underline;
}
a:visited {
  color: white;
  text-decoration: underline;
}
a:active, a:hover {
  color: silver;
}

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

/* Define some colors */

.darkbg {
  background-color: #292A2A;
  color: #fff;
}
.mediumbg {
  background-color: #737373;
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

.lightbg a {
  color: #000;
}

.lightbg a:hover {
  color: blue;
}

.lightbg a:visited {
  color: black;
}

.lightbgalt a {
  color: #000;
}

.lightbgalt a:hover {
  color: blue;
}

.lightbgalt a:visited {
  color: black;
}

/* Top menu */

a.menu , a.menu:visited {
  border: 0px solid #737373;
  color: white;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: black;
  background-color: silver;
  background-image: url(grad_bg1.png);
}

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


