body 
{
	margin: 10px 0px 0px 0px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes here */
	padding: 0px 0px 0px 0px;
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	background: #e6e7e2 url(../images/basketBackground.gif) repeat;
	min-width:800px;
}




strong, b 
{
	font-weight: bold;
}

p {
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	}

h4 {
	font-size: 10px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

.nowrap 
{
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
}
	
pre 
{
	font-size: 18px;
	font-family: myriad, verdana, arial, helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bolder;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: yellow;
}

.registeredPlayers 
{
	margin: 0px;
	padding: 0px;
}

.registeredPlayers tr
{
	
}

.registeredPlayers tr th
{
	background-color: #e6e7e2;
	text-align: left;
	padding: 5px 5px 5px 5px;
	
}

.registeredPlayers tr td
{
	padding: 5px 5px 5px 5px;
	background-color: #f2f3ee;
}

#frame
{
	clear:left;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

#middle 
{
	float: left;
	padding: 10px;
	background: Navy;
	font-weight: bold;
	font-size: normal;
	color: white;
	width: 100%;
}

#middlecontent 
{
	float:left;
	padding: 10px;
	border: dotted 1px Navy;
	background: #fff;
	color: navy;
	width: 100%;
	margin-bottom: 10px;
}

#leftmaincontent
{
	float:left;
	width: 600px;
	border-right: dotted 2px #e6e7e2;
	position:relative;
}

#rightmaincontent
{
	margin-left: 10px;
	float: left;
	text-align: center;
	width: 180px;
	height: auto;
	position: relative;
}


#menumiddle
{
	clear:left;
	text-align:left;
	width: 800px;
}



#menu 
{
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li
{
	border: dotted 1px Navy;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0;
}

#menu a 
{
	background: #fff;
	color: Navy;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover 
{
	background: #f2f3ee;
	color: Red;
	padding-bottom: 8px;
}

.donotshow {
	color:#D6D9CE;
}
.donotshow a {
	color:#D6D9CE;
}

