/* Main Page Layout Styles */
body {
 	margin: 0px;
}
.strapbg {
	background-color: #7B9E6B;
}
.golfballbg {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Menu Layout Styles */
.headercell {
	padding-bottom: 5px;
	display: block;
	width: 120px;
	height: 18px;
	background-image: url(../images/cell_background_table.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
  	font-weight: bold;
	font-size: 11px;
	color: #009900;
}
.noticeboard a{
	display: block;
  	width: 115px;
  	height: 18px;
	margin-left: 5px;
	font-family: Tahoma;
  	font-weight: bold;
  	text-decoration: none;
  	font-size: 10px;
  	color: #009900;
}
.noticeboard a:hover, .noticeboard a:active {
  	text-decoration: none;
  	color: #009900;
   	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.navbar a{
	display: block;
  	width: 118px;
  	height: 18px;
  	font-family: Tahoma;
  	font-weight: bold;
  	text-decoration: none;
  	font-size: 11px;
  	color: #009900;
	padding-left: 2px;
}
.navbar a:hover, .navbar a:active {
  	text-decoration: none;
  	color: #009900;
 	background-image: url(../images/cell_background.gif);
	background-repeat: no-repeat;
}

/* Text Styles */
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 8px;
	margin-right: 8px;
}
.header {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-top: 2px;
	line-height: 12px;
}
.sub_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	margin-left: 8px;
	margin-right: 8px;
}
.club_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
}
/* Image borders */
.imagemargin {
	margin-left: 8px;
	margin-bottom: 0px;
}
.border_r {
	border-right: 1px solid #333333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border_l {
	border-left: 1px solid #333333;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
/* Form Styles */
.form {
	background-color: #BFE5BF;
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
} 
