	#body {
		background-image: url(images/chestnutoak1.jpg);
		background-repeat: repeat;
		background-color: #643f2c;
		color: #643f2c;
		margin: 0px;
		width: 100%;
		height: auto;
		font-family: sans-serif;
	}
	
	#leftmain {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100px;
		height: auto;
		text-align: center;
		color: white;
		font-weight: bold;
		font-family: sans-serif;
	}
	
	#rightmain {
		background-image: url(images/lrock039-1.jpg);
		background-repeat: repeat;
		position: absolute;
		top: 20px;
		left: 100px;
		margin-right: 20px;
		width: auto;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.logo {
		text-align: center;
		border: 0;
		margin-top: 50px;
	}
	
	h1 {
		text-align: center;
		font-family: cursive;
	}
	
	h2 {
		text-align: center;
		font-size: 105%;
		font-weight: bold;
	}
	
	h3 {
		text-align: center;
		font-family: cursive;
		line-height: 95%;
		font-size: 100%;
	}
	
	h4 {
		font-family: cursive;
		font-weight: bold;
		font-size: large;
	}
	
	h5 {
		text-align: center;
		font-family: cursive;
		font-style: italic;
		font-size: 100%;
		margin: 0;
	}
	
	h6 {
		text-align: center;
		font-family: cursive;
		font-style: italic;
		font-size: 95%;
		margin: 0;
		margin-bottom: 10px;
	}
	
	dl {
		font-family: cursive;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		font-style: italic;
	}
	
	fieldset {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	fieldset img {
	    border-width: 1px; 
	    border-style: solid;
	    border-color: gray;
	}
	
	legend {
		font-weight: bold;
		font-size: large;
		font-family: cursive;
	}
	
	ul {
		list-style-type: disc;
	}
	
	.news {
		list-style-type: disc;
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 30px;
		font-size: smaller;
		font-weight: bolder;
	}
	
	p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.picleft {
		float: left;
    border-width: 4px; 
    border-style: solid;
    border-color: #708090 #dddddd #dddddd #708090;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		vertical-align: top;
	}
	
	.picright {
		float: right;
    border-width: 4px; 
    border-style: solid;
    border-color: #708090 #dddddd #dddddd #708090;
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		vertical-align: top;
	}
	
	.piccenter {
		float: right;
		border: 0;
		margin: 10px;
	}
	
	.mappic {
		text-align: center;
		border: 1px;
		border-color: #643f2c;
	}
	
	.signature {
		font-family: cursive;
		font-weight: bold;
		font-style: italic;
	}
	
	a {
		color: #926A51;
		font-weight: bold;
		font-style: italic;
	}
	
	a:visited {
		color: #51948C;
	}
	
	a:hover {
		color: #515994;
	}
	
	a:active {
		color: #515994;
	}
	
	#leftmain a {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	
	#header {
		vertical-align: middle;
		font-family: cursive;
		font-size: small;
		left: -20px;
		top: 0px;
		position: relative;
	}
	
	#footer {
		color : #643f2c;
		font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: x-small;
		padding : 2px;
		margin-top: 40px;
		margin-bottom: 20px;
		border-color : #643f2c;
		border-style : groove;
		border-width : 2px;/* the border property in longhand*/
		text-align: center;
	}
	
	#footer a {
		color: #643f2c;
		text-decoration: underline;
		font-weight: bolder;
	}
	
	.specials {
		font-size: small;
	}
	
	.news {
		font-size: smaller;
	}
	
	.navtable , .navcell {
		border-width: 1px;
		border-color: white;
		background-color: black;
		width: 100%;
	}
	
	.cnbseenpic {
		vertical-align: top;
		border: 0;
		padding: 3px;
		margin: 0;
	}
	
	.itemheader, .itemtrailer {
		font-family: cursive;
		font-style: italic;
		font-weight: bold;
		font-size: 90%;
	}

	.eventdt {
		font-size: 90%;
	}
	
	.eventdd {
		font-family: normal;
		font-style: normal;
		font-size: 80%;
	}
	
	.pindex {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: center;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */

  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.pindex ul {
	display: inline;
	margin: 0;
	padding: 0; }

.pindex li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	display: inline;
	margin: 0;
/*	padding: 0 .30em 0 .20em;*/
	padding-right: .25em;
	border-right: 1px solid #999999;	
	}

.pindex li.last {
	border-right: none;
}

.pindex a {
	color:  #556B2F;
	text-decoration: none;
}

.pindex a:link a:visited a:active {
}

.pindex a:hover {
	color: #FF8C00;
}

table {
	width: 100%;
}

tr {
}

th {
	background-color: gray;
	color: white;
}

td {
	text-align: center;
}

.team {
	text-align: left;
}

.tright {
	text-align: right;
}

.tleft {
	text-align: left;
}

.fullCal {
	font-size: 70%;
	border: 3px solid red;
}

.fullCal td {
	border: 1px solid blue;
	vertical-align: top;
}

.calMonth {
	font-size: 170%;
	font-weight: bold;
}

.calDay {
	font-size: 125%;
	font-weight: bold;
}

.calGameTab {
	border-width: 0px;
}

.calGameTab td {
	border-width: 0px;
}

.calGameTabDay {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

.calGameTabTime {
	font-weight: bold;
}
.calGameTab img {
	    border-width: 1px; 
	    border-style: solid;
	    border-color: gray;
	}
.calNoGame  TD {
	background-color: #0000FF;
}

acronym {
	    border-bottom: none;
	}

.hidden {
	visibility: hidden;
}
