SPAN.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

SPAN.lighttext {
	font-family: Arial, Helvetica, sans-serif;
	color: ffffff;
	font-size: 20px;
}
SPAN.regprice {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
}

SPAN.memberprice {
	font-family: Arial, Helvetica, sans-serif;
	color: RED;
}
SPAN.specialprice {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
}

SPAN.inactive {
	font-family: Arial, Helvetica, sans-serif;
	color: #669966;
}

BODY {
background-color:#99CC99;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif; color: #000000;
scrollbar-Arrow-Color:#336633;
scrollbar-Track-Color:#99CC99;
scrollbar-Base-Color:#99CC99;
scrollbar-3dLight-Color:#000000;
scrollbar-DarkShadow-Color:#336633;
scrollbar-highlight-Color:#FFFFFF;
scrollbar-shadow-Color:#336633;
scrollbar-Face-Color:#99CC99;
}

HR {
border: 1px solid green;
}

H1 {
color: green;
}

table.bodycopy { font-size: 10pt; color: #000000;}
table.bodycopy2 { font-size: 10pt; color: #000000; border: 1px solid green;}
table.navigationcopy { font-size: 10pt;}
td.bodybgcolor {
	background-color: #99CC99
	}
	
td.aboutbg {
background-image: url(../img/corner-golf.jpg);
background-repeat: no-repeat;
	}
	
	td.pagebgcolor {
	background-color: #ffffff
	}

a:link.club,a:active.club	{  
font-weight: normal;
text-decoration: none; 
color: red;
background-color: transparent;
cursor: pointer;}
	
a:link,a:active	{  
font-weight: normal;
text-decoration: none; 
color: #006400; /* active font color for links */
background-color: transparent;
cursor: pointer;}

a:hover	{
color: #003300; 
background-color: transparent;
text-decoration: underline; 
}

a:visited	{
font-weight: normal;
text-decoration: none;
color: #003300; /* visited font color for links */
background-color: transparent; 
}

table.thinborder { border: 1px solid green; }
img.thinborder { border: 1px solid green; }



INPUT.form {
	font-size: 9pt; 
	border: 1px solid green;
	background: #ffffff;
}

INPUT.formbtn {
	font-size: 9pt;
	font-weight: bold;
	color: green; 
	border: 1px solid green;
	background: #D9FFEC;
}

SELECT.form {
	font-size: 9pt; 
	background: #ffffff;
	border-style:solid;
	border-width:thin;
	border-color:#000000;
}

Textarea.form {
	font-size: 9pt; 
	border: 1px solid green;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/* Dropdown menus Horizontal */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px; /* Width of Menu Items */
	border-bottom: 1px solid #008000;
	border-left: 0px solid #008000;
	background: #99CC99;
	}

ul.menu li.menu {
	position: relative;
	}
	
li.menu ul.menu {
	position: absolute;
	left: 144px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-left: 1px solid #008000;
	}

/* Styles for Menu Items */
ul.menu li.menu a.menu {
	display: block;
	text-decoration: none;
	background: #99CC99; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #008000;
	border-left: 0px solid #008000;
	border-bottom: 0;
	color: #000000;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li.menu { float: left; height: 1%; }
* html ul.menu li.menu a.menu { height: 1%; }
/* End */

ul.menu li.menu a:hover.menu { color: #800000; } /* Hover Styles */
		
li.menu ul.menu li.menu a.menu { padding: 2px 5px; } /* Sub Menu Styles */
		
li.menu:hover ul.menu, li.over ul.menu { display: block; background: #99CC99; } /* The magic */

