	/* everything else in esgecbasic.css */

	#content
		{
		background: #888888 url('../backgrounds/DarkGrayBackground.gif');
		overflow: auto;
		padding: 0 2em 0;
		min-height: 28em;
		border: 1px solid white;
		}
			
	h1 {
		font-size: 2em;
		font-weight: bold;
		color: white;
		background: #097054;
		padding: 0;
		margin: 0;
		}
		
	h2
		{
		margin: 20px 0 0;
		text-align: center;
		font-size: 1.5em;
		color: #097054;
		-moz-text-shadow: 3px 3px 3px #383838;
		-webkit-text-shadow: 3px 3px 3px #383838;
		text-shadow: 3px 3px 3px #383838;
		}
		
	#container
		{
		position: relative;
		width: 900px;
		margin: auto;
		border-left: 164px solid #097054;
		border-right: 35px solid #097054;
		}
		
	p
		{
		border-top: none;
		margin: 0;
		clear: both;
		}

	#handicaps
		{
		padding: 2em 2em 1em;
		}

	table.stripeMe, table.stripeMe2
		{
		margin: 0 auto 1em;
		border-spacing: 0;
		*border-collapse: collapse;
		border: 2px solid #097054;
		font-size: 0.9em;
		-moz-box-shadow: 8px 6px 4px #383838;
		-webkit-box-shadow: 8px 6px 4px #383838;
		box-shadow: 8px 6px 4px #383838;
		}
				
	tr.over td
		{
		color: white;
		font-weight: bold;
		background-color: #097054;
		}				

	tr.alt td
		{
		background-color: #dcdcdc;
		border-bottom: 1px solid #097054;
		}				

	tr.alt.over td
		{
		color: white;
		font-weight: bold;
		background-color: #097054;
		}				

	tr.last td
		{
		border-bottom: none;
		}				

	th.Acol, th.Bcol, th.Ccol, th.Dcol, th.Ecol, th.Fcol, th.Gcol
		{	
		color: black;
		font-weight: bold;
		background-color: #dcdcdc;
		}		

	.Acol, .A1col
		{
		width: 165px;
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		}

	.Bcol, .B1col, .Ccol, .C1col, .Dcol, .D1col, .Ecol, .E1col, .Fcol, .F1col, .Gcol, .G1col	
		{	
		width: 80px;
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		}

	.A1col, .B1col, .C1col, .D1col, .E1col, .F1col, .G1col
		{	
		border-top: 2px solid #097054;
		}
