body { 
	margin: 0; 
	color: #006633; 
	font-family: verdana, arial, tahoma;
        background-image: url(embossed_golf_tile.jpg);
	background-repeat: repeat;
        scrollbar-base-color: #006633;
        scrollbar-track-color: #00cc00;
        scrollbar-face-color: #009966;
        scrollbar-highlight-color: #006600;
        scrollbar-3dlight-color: #009900;
        scrollbar-darkshadow-color: #003300;
        scrollbar-shadow-color: #00cc00;
        scrollbar-arrow-color: #66ffcc;
	}
a { padding-right: 5px; }
a:link 		{ color: #009966; }
a:visited 	{ color: #009966; }
a:active 	{ color: #009966; }
a:hover		{ color: #006600; }
/* special buttons below */
.button a { 
	display: block; 
	float: none;
	margin: 15px 25px 0 25px; 
	padding: 2px 3px;
	font-size: 12px;
      font-weight: bold;
	} 
/* above makes hover and hot spot encompass entire td space */
.button a:link, .button a:visited, .button a:active { 
	background-color: #00cc00;
	color: #006633; 
	text-decoration: none; 
	border: 1px solid #006633;
	}
.button a:hover { 
	background-color: #006633;
	color: #00cc00; 
	text-decoration: underline; 
	border: 1px solid #00cc00;
	}
.buttonoff { 
	display: block; 
	float: none;
	margin: 60px 25px 40px 25px; 
	padding: 2px 3px;
	font-size: 12px;
        font-weight: bold;
	background-color: transparent;
	color: #006633; 
	text-decoration: none; 
	border: 1px solid #006633;
	} 
/* special buttons above */
#nav {
	width: 142px;
	vertical-align: top;
	background-image: url(golf_vert.gif);
	background-repeat: no-repeat;
	background-color: #00cc00; 
	padding: 10px 0px;
	margin: 0;
      font-size: 12px;
	border-right: 1px solid #006600;
	}
#maincontent {
	margin: 0;
	padding: 0;
	vertical-align: top;
 	}
#maincontent h1 {
	font-size: 36px;
	font-weight: bold;
	color: #00cc00;
	margin: 0 0 0 50px;
	width: 600px;
	padding: 0;
	}
.pagetext {
	float: none;
	margin-top: 10px;
	margin-left: 10px;
	width: 600px;
	padding: 10px 10px 10px 10px;
	color: #00cc00;
	font-size: 14px;
      font-weight: bold;
	line-height: 18px;	
	}
.pagetext p {
	margin: 10px;
	}
.bottomtext {
	float: none;
	margin-top: 10px;	
	margin-left: 50px;
	font-size: 10px;
        color: #003300;
	}
p.dropcap:first-letter {
        font-family: Times New Roman;
        font-size:150%;
        font-style:italic;
        font-weight:bold;
        float:left;
        color:#006600;
        }