body {
	margin-top:7px;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0px;
	background-color: #fff;	
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;	
}

p a:link, p a:visited, p a:active {
	color: #0033CC;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
	color: #0033CC;
}


#content {width: 733px; 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:17px; 
	padding-right:17px; 
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	}

#header {
	background-color: #FFFFFF;
}

#headerLinks {
	font-size:0.90em;
}
.headerLinks a  {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
.headerLinks a:hover {
	text-decoration: underline;
}
.headerLinksHighlight a  {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.headerLinksHighlight a:hover {
	text-decoration: underline;
}

h1{ font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0; 
}

p{ 
margin-top:4px; 
} 

.hometable {background-image:url(images/big_golf_ball.jpg);
	background-position:center;
	background-repeat:no-repeat;}
.hometable td {padding-bottom:10px; padding-right:5px;
	height:100px;
	}
	
.floatRight{ float:right; padding:3px;}
.floatLeft{ float:left;padding:3px;}

#tabs {
 width:100%;
 height:25px;
 padding:0;	
 margin:0;
 background-image:url(images/header/tab_area_bgrd2.gif); 
 background-repeat:repeat-x;
}

/* tab unselected */
.tabItem {
 float:left;
 background-image:url(images/header/tab_background.gif);	
 background-repeat: repeat-x;
 height:25px;
 vertical-align: bottom;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.tabItem a  {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	padding-top:6px;
	display: block
}
.tabItem a:hover {
	color: #990000;
}

/* tab selected */
.tabItemSelected {
 float:left;
 background-image:url(images/header/tab_background_selected.gif);	
 background-repeat: repeat-x;
 height:25px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;

}
.tabItemSelected a  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top:6px; 
	display: block;
}
.tabItemSelected a:hover {
	color: #000;
}


/* tab images */
.tabMiddle {
	float:left;
	height:25px;
	width:28px;
	background-image:url(images/header/tab_separator.gif);
	background-repeat:repeat-x;
}
.tabMiddleLeftSelected {
	float:left;
	height:25px;
	width:28px;
	background-image:url(images/header/tab_separator_selected_left.gif);
	background-repeat:repeat-x;
}
.tabMiddleRightSelected {
	float:left;
	height:25px;
	width:28px;
	background-image:url(images/header/tab_separator_selected_righ.gif);
	background-repeat:repeat-x;
}
.tabLeft {
	float:left;
	height:25px;
	width:7px;
	background-image:url(images/header/tab_left.gif);
	background-repeat:repeat-x;
}
.tabLeftSelected {
	float:left;
	height:25px;
	width:7px;
	background-image:url(images/header/tab_left_selected.gif);
	background-repeat:repeat-x;
}
.tabRight {
	float:left;
	height:25px;
	width:28px;
	background-image:url(images/header/tab_right.gif);
}
.tabRightSelected {
	float:left;
	height:25px;
	width:28px;
	background-image:url(images/header/tab_right_selected.gif);
}
#main {
 border-left:1px solid #ccc; 
 border-right:1px solid #ccc;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 background-color:#FFFFFF;
 min-height:400px;
}
#subfooter {
  border-top: 1px dashed #999999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align:center;
  background-color: #FFF;
  font-size:.90em;
  padding:5px;
}
#footer {
  border: 1px solid #ccc;
  text-align:center;
  background-color: #F1EABA;
  font-size:.90em;
  padding:5px;
}