	/* everything else in golfbasic.css */
		
	#content
		{
		overflow: auto;
		padding: 0 2em 2em;
		background: #888888 url('../backgrounds/DarkGrayBackground.gif');
		border: 1px solid white;
		}
			
	h1 {
		font-size: 2em;
		font-weight: bold;
		color: white;
		background: #097054;
		padding: 0;
		margin: 0;
		}
		
	h2
		{
		margin: 20px 0 20px;
		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;
		}
		
	h3
		{
		margin: 2em 0 1em;
		text-indent: 2em;
		font-size: 1.25em;
		color: #097054;
		-moz-text-shadow: 3px 3px 3px #383838;
		-webkit-text-shadow: 3px 3px 3px #383838;
		text-shadow: 3px 3px 3px #383838;
		}
		
	ul.dl, ol.dl {
		margin: 0;
		padding: 0;
		}

	ul.dl li {
		margin-left: 1.75em;
		padding-left: 1em;
		list-style-type: disc;
		}

	ol.dl li {
		margin-left: 1.75em;
		padding-left: 1em;
		}	

	#mpcontainer
		{
		position: relative;
		width: 1200px;
		margin: auto;
		border-left: 164px solid #097054;
		border-right: 35px solid #097054;
		color: white;
		}
		
	#wscontainer
		{
		position: relative;
		width: 1000px;
		margin: auto;
		border-left: 164px solid #097054;
		border-right: 35px solid #097054;
		color: white;
		}
		
	.professordick
		{
		padding: 15px;
		border: 1px solid white;
		background-color: #cccccc;
		top: -10px;
		float: right;
		clear: right;
		margin: 0 2.5em 1em 2.5em;
		-moz-box-shadow: 8px 6px 4px #383838;
		-webkit-box-shadow: 8px 6px 4px #383838;
		box-shadow: 8px 6px 4px #383838;
		}
		
	table.stripeMe, table.stripeMe2
		{
		margin: 0 auto 0;
		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.last td
		{
		border-bottom: none;
		}				

	tr.alt.over td
		{
		color: white;
		font-weight: bold;
		background-color: #097054;
		}				

	th.A1col
		{	
		font-weight: bold;
		background-color: #dcdcdc;
		}		

	th.B1col, th.B2col
		{	
		font-weight: bold;
		border-top: 1px solid #097054;
		background-color: #dcdcdc;
		}		

	.A1col, .A2col
		{	
		width: 143px;
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		border-right: 2px solid #097054;
		}

	.B1col
		{	
		width: 72px;
		border-right: 1px solid #097054;
		}

	.B2col
		{
		width: 68px;
		border-right: 2px solid #097054;
		}

	.B1col, .B2col
		{	
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		border-bottom: 2px solid #097054;
		}

	.C1firstcol, .C1col
		{	
		width: 72px;
		border-right: 1px solid #097054;
		}

	.C2firstcol, .C2col
		{	
		width: 68px;
		border-right: 2px solid #097054;
		}

	.C1firstcol, .C1col, .C2firstcol, .C2col
	 	{	
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		}

	th.D1col
		{	
		font-weight: bold;
		background-color: #dcdcdc;
		}		

	.D1firstcol
		{
		border-top: 2px solid #097054;
		border-right: 2px solid #097054;
		}
		
	.D1col
		{
		border-right: 2px solid #097054;
		}
		
	.D1firstcol, .D1col
		{
		width: 140px;
		padding: 1px 1px;
		text-align: center;
		background-color: white;
		color: black;
		margin: 0;
		}
