	body
		{
		font: 100% tahoma, arial, helvetica, sans-serif;
		color: black;
		background: white url("../themes/virtualred/ESGECBackgroundfill1.jpg");
		margin: 0;
		}
		
	#header {
		text-align: center;
		line-height: 60px;
		color: white;
		vertical-align: middle;
		background: #097054;
		}
		
	#navigation
		{
		position: absolute;
		top: 60px;
		left: -154px;
		width: 154px;
		background: #097054;
		}
		
	#navigation ul
		{
		top: 60px;
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
		font-size: 0.80em;
		line-height: 20px;
		}
		
	#navigation ul a
		{
		color: black;
		text-align: center;
		text-decoration: none;
		display: block;
		background: #cccccc;
		padding: 0 0.5em;
		margin: 0px 1em 1px 1em;
		}
		
	#navigation a:visited
		{
		color: black;
		}
		
	#navigation a:hover {
		font-weight: bold;
		background: white;
		border: 2px solid #097054;
		padding: 0 5px;
		margin: 0 0 1px 0;
		}
		
	#navigation a.nohover:hover
		{
		color: black;
		text-decoration: none;
		display: block;
		background-color: #cccccc;
		padding: 0 0.5em;
		margin: 0px 1em 1px 1em;
		}
		
	#content
		{
		padding: 0 2em 2em;
		}
			
	h1 {
		font-size: 2em;
		font-weight: bold;
		color: white;
		padding: 0;
		margin: 0;
		}
		
	h2
		{
		margin: 20px 0 0;
		text-align: center;
		font-size: 1.5em;
		color: #097054;
		}
		
	#container
		{
		position: relative;
		width: 900px;
		margin: auto;
		border-left: 154px solid #097054;
		border-right: 15px solid #097054;
		}
		
	#footer 
		{
		clear: right;
		background: #097054;
		text-align: center;
		font-weight: bold;
		line-height: 2.5;
		vertical-align: middle;
		color: white;
		font-size: 0.9em
		}
		
	#footer p
		{
		margin: 0;
		}
		
	p
		{
		border-top: none;
		margin: 0;
		clear: both;
		}

	#handicaps
		{
		padding: 2em 2em 1em;
		}

	table.stripeMe
		{
		margin: 0 auto 1em;
		border-collapse: collapse;
		border: 2px solid #097054;
		border-bottom: 2px solid #097054;
		font-size: 0.9em;
		}
				
	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;
		}				

	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;
		}