HTML, BODY {
	margin: 10px 10px 10px 10px;
	background-color: #FFF;
	font: normal 12px "Helvetica", "Verdana"; 
}

BODY {
	background-image: url(hextile.gif);
	/* This is part of my developing color scheme. Don't use it now, though. It's not ready.
	background-image: url(UrbanCamoHexNeg_2.gif);
	*/
}

p {
	padding: 0em 1em;
	font-weight: bold;
	width: auto;
}

.banner 
{
	white-space: nowrap;
	font-family: "Comic Sans MS", fantasy;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color: Maroon;
	margin: 1em auto;
}

#banner 
{
	position: relative;
	margin: 0.5em auto;
	left: 30%;
}

#small-note 
{
	font-size: smaller;
}

#container {
}

#header {
	background-repeat: no-repeat;
}

#sidebar {
	white-space: nowrap;
	float: left;
	width: 11em;
	background-color: #CCCCCC;
	margin-right: 1em;
}

#sidebar ul {
	margin: 0;
	padding: 3px;
	list-style-type: none;
}

#sidebar a {
	display: block;
	padding: 3px 3px 5px 10px;
	background-color: #333333;
	color: #EBEBEB;
	border-bottom: 1px #EBEBEB solid;
	text-decoration: none;
}

#sidebar a:hover {
	background-color: #EBEBEB;
	color: black; /* #336666; */
	border-right: 3px #999999 solid;
	border-bottom: 3px #999999 solid;
	padding-bottom: 3px;
}

#sidebar li li {
	white-space: nowrap;
	width: 15em;
	margin-left: 40px;
	position: relative;
}

#mainContent {
	margin: 0 0 0 12.5em;
}

#venue-info {
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
}

#venue-info td {
	width: 40em;
	height: 100px;
}

#games-played {
	color: blue;
	font-weight: bold;
	text-align: center;
	width: auto;
}

#games-played td {
	width: 20em;
	height: 35px;
	background-color: #c0c0c0;
}

.subdued-bg {
	border: 1em #c0c0c0 solid;
	/* This is part of my developing color scheme. Don't use it now, though. It's not ready.
	background-image: url(UrbanCamoHexPos_2.gif);
	*/
	background-color: #c0c0c0;
	margin: 0;
	height: 560px;
	padding: 1px;
}

#NY 
{
	float: left;
	background-image: url(NY_plain.png);
	margin: 0;
	width: 346px;
	height: 489px;
	padding: 0;
}

#NyImage 
{
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
}

#circImg
{
	z-index: 1;
	position: relative;
	left: 112px;
	top: -182px;
}

.LinkList {
	margin: 10px 10px 10px 350px;
	color: blue;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

.LinkList a {
	display: block;
	padding: 3px 3px 3px 3px;
	background-color: #c0c0c0;
	color: blue;
}

.title-break 
{
	display: block;
	background-color: #c0c0c0;
	color: #000000;
	font-size:x-large;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	height: 2em;
	border: 1px solid #c0c0c0;
}

#time-stamp 
{
	line-height: 1em;
	font-size: large;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	height: 2em;
	background-color: #FFF;
}


.month-calandar {
	font-size: 1em;
	text-align: center;
}

.month-calandar td {
	background-color: #e0e0ff;
	padding: 1px;
}

.month-block {
	margin: 2px 0px;
}

.month-block td.rbs-day {
	background-color: #ff0000;
	color: #000000;
	font-weight: bold;
}

#footer {
	text-align: center;
	font-size: .8em;
}

h1, h2, h3, h4 {
	font-family: "Tempus Sans ITC", Arial;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #0080c0;
}

#sidebar h1
{
	font-size: large;
}
#sidebar h2
{
	font-size: small;
}


/* WIP. Keeping these commented out until I tackle the color scheme.
A {
	color: #202020;
	text-decoration: none;
}
A:visited {
	color: #B74900;
	text-decoration: none;
}
A:hover {
	color: #0000FF;
	text-decoration: none;
}

#RBS 
{
	background-color: #c0c0c0;
}
#BACSIM 
{
	background-color: #c0c0c0;
}
*/

DIV {
	line-height: 15px; 
	color: #666666;
/* Setting the border to 1px is handy during development, but return it to 0 for publication. */
	border: 0px solid black;
}

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font: normal 0px "Helvetica", "Arial"; 
	margin: 0;
	padding: 0;
	border: 0 solid black;
}
