body {
background-color: #FFF;
color: #000;
font-family: Arial;
font-size: 12px;
}
h1, h2, h3 {
margin: 0px;
padding: 0px;
}
#wrapper {
border: 0px solid #000;
margin-right: auto;
margin-left:auto;
position: center;
width: 956px;
}
#header {
width: 960px;
color: #B2D1E6;
font-family: Arial;
font-size: 2;
margin-right: auto;
margin-left:auto;
position: center;
} 
#navigation {
background: #B2D1E6  repeat-x;
text-decoration: none;
color: #000;
margin-left: auto px;
margin-right: auto px;
clear: both;
text-decoration: none;
padding-bottom: 7px;
padding-top: 7px;
text-align: center;
width: 956px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 17px;
	text-align: right;
}
#content {
clear: both;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}
#copyright {
	margin: 10px;
	text-align: center;
}



/* Menu */

.menu{
border:none;
border:0px;
margin:0px;
padding:0px;
font: 100% "Arial", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.menu ul{
background:#295D82;
width:955px;
height:24px;
list-style:none;
margin:0;
padding:0;
}
.menu li{
float:left;
padding:0px;
}
.menu li a{
background:#295D82 url("images/seperator.gif") bottom right no-repeat;
color:#B2D1E6;
display:block;
font-weight:normal;
line-height:24px;
margin:0px;
padding:0px 10px;
text-align:center;
text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
background: #333333 url("images/seperator.gif") bottom right no-repeat;
color:#FFFFFF;
text-decoration:none;
}
.menu li ul{
background:#295D82;
display:none;
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
width:225px;
z-index:200;
/*top:1em;
/*left:0;*/
}
.menu li:hover ul{
display:block;

}
.menu li li {
background:url('') bottom left no-repeat;
display:block;
float:none;
margin:0px;
padding:0px;
width:225px;
}
.menu li:hover li a{
background:none;

}
.menu li ul a{
display:block;
height:20px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 10px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
background:#333333 center left no-repeat;
border:0px;
color:#ffffff;
text-decoration:none;
}
.menu p{
clear:left;
}	

	

/* Hyper Links */
a { color: #295D82; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #ffffff; }
#navigation a:hover, .table_top_title a:hover {
	color: #B2D1E6;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #B2D1E6;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #295D82 repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #B2D1E6;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #B2D1E6;
	padding: 2px;
}
.table_top_rating {
	background-color: #B2D1E6;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #295D82 repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #B2D1E6;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #B2D1E6;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #295D82 repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #B2D1E6; }
.stats1 {
	background-color: #B2D1E6;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #295D82 repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #B2D1E6;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.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; }

