body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #e6f5c7;
	margin: 10px 0 0; /* zeroes the margins on the body */
 padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
 border: 0; /* zeroes off any existing border */ 
 text-align: center; /* Hack to center the wrapper in IE5.x pc */
 min-width: 819px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
a:link, a:visited, a:active {
	color: #ad3725;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
 background-color: #ffffff;
 width: 819px;
	height: 675px;
	margin: 0px auto;
 position: relative; /* important to position it relatively */
 text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd_grn.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bkd_top {
 width: 819px;
	height: 14px;
	margin: 0px auto;
 position: relative; /* important to position it relatively */
	background-image: url(images/bkd_topgrn.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bkd_bottom {
	width: 819px;
	height: 13px;
	margin: 0px auto;
	position: absolute; /* important to position it relatively */
	background-image: url(images/bkd_botgrn.gif);
	background-repeat: no-repeat;
	background-position: center;
	top: 664px;
	left: 0px;
}
#head_bkd {
	background-image:url(images/headbkd.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	left: 13px;
	top: 14px;
	background-position: top;
	height: 109px;
	width: 793px;
}
select {
font-size: 10px;
margin: 2px 0px 3px;
width: 170px;
}
input {
padding: 3px 30px 0px 0px;
}
/*-----------navigation------------------*/
.navStyle a:link, .navStyle a:visited, .navStyle a:active {
 color: #99b957;
	padding: 4px 3px 0px;
	border-bottom-width: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.navStyle a:hover {
	color: #ad3725;
	padding: 4px 3px 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #99b957;
	text-decoration: none;
	}
#navpos1 {
	position:absolute;
	width:54px;
	height:19px;
	z-index:1;
	left: 164px;
	top: 77px;
}
#navpos2 {
	position:absolute;
	width:85px;
	height:19px;
	z-index:1;
	left: 229px;
	top: 77px;
}
#navpos3 {
	position:absolute;
	width:58px;
	height:19px;
	z-index:1;
	left: 325px;
	top: 77px;
}
#navpos4 {
	position:absolute;
	width:62px;
	height:19px;
	z-index:1;
	left: 394px;
	top: 77px;
}
#navpos5 {
	position:absolute;
	width:58px;
	height:19px;
	z-index:1;
	left: 466px;
	top: 77px;
}
#navpos6 {
	position:absolute;
	width:93px;
	height:19px;
	z-index:1;
	left: 534px;
	top: 77px;
}
#navpos7 {
	position:absolute;
	width:55px;
	height:19px;
	z-index:1;
	left: 639px;
	top: 77px;
}
#navpos8 {
	position:absolute;
	width:83px;
	height:19px;
	z-index:3;
	left: 704px;
	top: 77px;
}
.sep {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #99b957;
	top: 83px;
	width:4px;
	height:10px;
	z-index:2;
}
#seppos1 {
	position:absolute;
 left: 220px;
}
#seppos2 {
position:absolute;
left: 316px;
}
#seppos3 {
position:absolute;
left: 384px;
}
#seppos4 {
position:absolute;
left: 457px;
}
#seppos5 {
position:absolute;
left: 525px;
}
#seppos6 {
position:absolute;
left: 629px;
}
#seppos7 {
position:absolute;
left: 695px;
}
#clubHolder {
	position:absolute;
	z-index:3;
	left: 485px;
	top: 10px;
}
/*-----------/navigation------------------*/
/*-----------sub_navigation------------------*/

.subnav {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66852b;
}
.subnav a:link, .subnav a:visited, .subnav a:active {
	color: #66852b;
	padding: 3px 0px 3px 10px;
	display:block;
	background-color:#E6F5C7;
}
.subnav a:hover {
 background-color:#66852b;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}
.subnavSelect {
 background-color:#66852b;
	color:#FFFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66852b;
}
.titlePad {
	padding: 3px 0px 3px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ad3725;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66852b;
}
.subsubPad {
	padding: 3px 0px 3px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #ad3725;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66852b;
}
/*-----------/sub_navigation------------------*/

.contentPad {
	padding:10px 5px 5px 10px;
}
.sectionPad {
	padding:2px 5px 5px 5px;
}
.recipePad {
	padding:0px 0px 0px 10px;
}
hr {
	background-color: #ad3725;
	height:1px;
	width:100%;
	border:0px;
	margin-bottom:5px;
	margin-top:0px;
}
.green12 {
	color: #99b957;
	font-size: 12px;
	font-weight: bold;
}
.green14 {
	color: #99b957;
	font-size: 14px;
	font-weight: bold;
}
.green11 {
	color: #99b957;
}
.red14 {
	color: #ad3725;
	font-size: 14px;
	font-weight: bold;
}
.blackTitle {
	font-size: 14px;
	font-weight: bold;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
