/* Overall Style */
a:link {	color: #3B3A76; text-decoration: underline; }
a:visited { color: #3B3A76; text-decoration: underline; }
a:hover { color: #8E5F59; text-decoration: underline; }
a:active { color: #3B3A76; text-decoration: underline; }

a.act:link { color: #8E5F59; text-decoration: none; }
a.act:visited  { color: #8E5F59; text-decoration: none; }
a.act:hover  { color: #8E5F59; text-decoration: none; }
a.act:active  { color: #8E5F59; text-decoration: none; }

a.nonactive:link { color: #3B3A76; text-decoration: none; }
a.nonactive:visited { color: #3B3A76; text-decoration: none; }
a.nonactive:hover { color: #8E5F59; text-decoration: none; }
a.nonactive:active { color: #3B3A76; text-decoration: none; }

BODY
{
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #8fc2dd;
	font-size: 90%;
}

A
{
	font-weight:bold;
}

A.spon
{
	font-weight:bold;
}

H1
{
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px;
	color: #8E5F59;
}

H2
{
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px;
	color: #3b3a76;
}

P
{
	margin:0px;
}

B#start
{
	font-family: Tahoma, Verdana, sans-serif;
	color: #8E5F59;
}

B.s
{
	color: #3b3a76;
}

#banner
{
	text-align: center; 
	margin-bottom: 35px;
}

/* Main Body CSS */

HR.sep
{
	width: 97%;
	border:0;
	height: 3px;
	color: #8b8888;
	background-color: #8b8888;
}

HR.sep2 /*DELETE IF YOU'RE NOT GOING TO USE - Ryan: 8/17/07*/
{
	width: 100%;
	border:0;
	height: 3px;
	color: #B78B6E;
	background-color: #B78B6E;
}

TD.Spacer
{
	width: 10px;
}

TD.AdSection
{
	background-color: #F7F0CF;
	border-left: 3px #B78B6E solid;
	border-right: 3px #B78B6E solid;
	text-align: center;
}

TD.MainSection
{
	background-color: #F7F0CF;
	border-left: 3px #B78B6E solid;	
	border-right: 3px #B78B6E solid;
}

/*Links CSS*/
TABLE.linksTop
{
	border-collapse:collapse;
	margin-bottom:0px;
}

TD.linksTopRB
{
	padding-left:13px;
	padding-right:13px;
	border-right:3px #B78B6E solid;
}

TD.linksTop
{
	padding-left:13px;
	padding-right:13px;
}

TABLE.linksBottom
{
	border-collapse: collapse;
}

TD.linksBottom
{
	padding-left:25px;
	padding-right:25px;
}

TD.linksBottomRB
{
	padding-left:25px;
	padding-right:25px;
	border-right:3px #B78B6E solid;
}

/* About Page */
UL.whether
{
	width: 75%;
	margin:3px;
	margin-left:auto;
	margin-right:auto;
}

/* Ads */
IMG.ad
{
	border:1px black solid;
	margin-top:70px;
}

IMG.adFirst
{
	border:1px black solid;
}

/*Groups & Clubs CSS*/
TD.alt
{
	background-color: #cfdd8a;
}

/* Disclaimer & Privacy CSS */
.DiscPriMain
{
	padding-left:10px;
	padding-right:10px;
}