	body {
	background: white;
	font-size: 11pt;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	#menu {
	display: none;
	}
   
	#left_nav {
	display: none;
	}
	#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	div#content {
	margin-left: 10%;
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	div#mast {
	margin-bottom: -8px;
	}
	div#mast img {
	vertical-align: bottom;
	}
	a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
   
	h1 {font-size:24px;margin-bottom:10px;font-weight:400;font-variant:small-caps;letter-spacing:3px;color:#000;}
	h2 {font-size:18px;margin-top:0;margin-bottom:10px;line-height:normal;font-weight:normal;}
	h3 {font-size:16px;margin-bottom:10px;font-weight:normal;}
	h4 {font-size:14px;margin-bottom:10px;font-weight:normal;}
	h5 {font-size:12px;margin-bottom:10px;font-weight:normal;}
	h6 {font-size:11px;margin-bottom:10px;font-weight:normal;}
 
 	td {
 	background: none;
	}


/* CLUB SCORECARD */

	.scorecard {
	display:block;
	width:540px;
	height:auto;
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	}
	.scorecard p {
	display:block;
	text-align:center;
	float:left;
	width:90px;
	position:relative;
	top:10px;
	padding:0;
	margin:0;
	}
	.scorecard .header {
	width:540px;
	height:50px;
	top:0px;
	background:#b05332 url(/assets/images/scorecard_header.jpg);
	}
	.scorecard .header p {
	font-weight:bold;
	color:#FFF;
	}
	.scorecard .black {
	border-top-style:double;
	border-top-width:1px 0;
	border-top-color:#000;
	}
	.scorecard .black, .scorecard .gold, .scorecard .silver, .scorecard .bronze {
	display:block;
	width:540px;
	height:40px;
	top:0px;
	background:#F6E7CC url(/assets/images/scorecard.jpg);
	}
	
/* ONLINE PRESSROOM */
	
	.downloads {
	width: 500px;
	height: 30px;
	}
	.downloads a:hover {
	padding-left: 10px;
	}
	.downloads a, .alt a:link, .alt a:visited {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size:8pt;
	display: block;
	color: #666666;
	padding: 7px 0px 0px 10px;
	text-decoration:none;
	height: 30px;
	}
	.schedule_container {
	width:480px;
	margin-bottom:10px;
	overflow:auto;
	z-index:100;
	clear:left;
	}
	.schedule3 {
	padding:0px;
	width:120px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
