body {
	bgcolor: #9dbaf4;
        color: #4169E1;
	font-family: verdana;
	font-size: 9pt;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
        width: 600px;
	border: 0px solid #DFEFFF;
	position: right;
}
#header {
	width: 600px;
        color: #FFF;
        height: 157px;
}
#navigation {
   	background: url("backgroundblue.jpg");
	width: 600px;
	margin: 1px;
	border: 1px solid #4169E1;
	padding-bottom: 7px;
	padding-top: 7px;
        padding-left: 1px;
	text-align: center;
	width: 600px;
	text-decoration: none;
        font-weight: bold;
}
#filters {
	background-color: #FFF;
	float: left;
	margin: 5px;
}
#search {
	background-color: #FFF;
	float: right;
	margin: 9pt;
	text-align: right;
}
#content {
	background-color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
        clear: both;
}
#copyright {
	background-color: #FFF;
	margin: 9pt;
	text-align: center;
}

/* Hyper Links */
a:link { color: #4169E1; text-decoration: none; font-size:9pt; font-family: Verdana; font-weight:bold }
a:active { color: #4169E1; text-decoration: none; font-size:9pt; font-family: Verdana; font-weight:bold    }
a:visited { color: #4169E1; text-decoration: none; font-size:9pt; font-family: Verdana; font-weight:bold    }
a:hover { color: #4169E1; text-decoration: none; background: #DFEFFF; font-size:9pt; font-family: Verdana; font-weight:bold   }

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #4169E1;
	text-decoration: bold;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.table_border {
	background-color: #FFF;
	border: 1px solid #4169E1;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
   	background: url("backgroundblue.jpg");
	border: 1px solid #DFEFFF;
	font-size: 9pt;
	color: #4169E1;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #DFEFFF;
	font-size: 9pt;
	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: #DFEFFF;
	padding: 2px;
}
.table_top_rating {
	background-color: #DFEFFF;
	text-align: center;
}
/* Ranking Style */
.table_title {
   	background: url("backgroundblue.jpg");
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DFEFFF;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DFEFFF;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
   	background: url("backgroundblue.jpg");
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DFEFFF; }
.stats1 {
	background-color: #DFEFFF;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
   	background: url("backgroundblue.jpg");
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 9pt;
	border-color: #CCE5E1;
	border-style: dashed;
	border: 1.5 px;
}

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