body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Trebuchet MS", Arial;
	
	background-color: #e9e8bf;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
}

a {
	color: #6f802b;
}

p.ind {
	margin-left: 24px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.floatRight {
	float: right;
	margin-left: 12px;
}

.container {
	width: 1010px;
	margin: 0px auto;
}

.header {
	width: 1010px;
	height: 249px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

/* @group Navigation */

.nav {
	height: 32px;
	width: 689px;
	float: right;
	margin-right: 5px;
	margin-top: 66px;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

.nav ul li {
	height: 32px;
	float: left;
}

.nav ul li a {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	color: #224c00;
}

.nav ul li a div.nav_slider {
	float: left;
	height: 32px;
	padding-left: 20px;
	padding-right: 13px;
	background-repeat: no-repeat;
}

.nav ul li a:hover, .nav ul li a.current {
	color: #fffc84;
	line-height: 37px;
}

.nav ul li a:hover div.nav_slider, .nav ul li a.current div.nav_slider {
	background-image: url(../images/nav_slider.jpg);
}

.nav ul li a div.nav_end {
	height: 32px;
	width: 7px;
	float: left;
	background-repeat: no-repeat;
}

.nav ul li a:hover div.nav_end, .nav ul li a.current div.nav_end {
	background-image: url(../images/nav_end.jpg);	
}

/* @end */

.page {
	width: 998px;
	padding: 0px 6px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	color: #01330c;
}

.content {
	width: 724px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	min-height: 28px;
	overflow: hidden;
	margin-right: 1px;
	float: left;
}

.page_content {
	padding: 20px;
	font-size: 14px;
}

.home_copy {
	font-size: 16px;
}

.about_copy {
	font-size: 12px;
}

.page_breakout {
	background-color: #f6fcf4;
	background-image: url(../images/breakout_bg.jpg);
	background-repeat: repeat-x;
}

.page_breakout p {
	mmargin: 8px 0px;
}

.page_breakout a {
	text-decoration: none;
	color: #01330c;
}

.page_breakout a:hover {
	text-decoration: underline;
}

.page_breakout.raffle {
	padding: 28px 18px;
	padding-bottom: 18px;
}

.page_breakout.rackets {
	padding: 24px 8px;
	padding-bottom: 10px;
	border-bottom: solid 1px #b7cb9aq;
}

.page_breakout img {
	float: left;
	margin-right: 24px;
}

.breakout_copy {
	float: left;
	width: 540px;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	margin: 0px;
}

h2 {
	font-size:18px;
	margin-bottom:-8px;
}

.sidebar {
	width: 273px;
	height: 479px;
	overflow: visible;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

.cta a{
	display: block;
	width: 258 px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.cta.events a {
	height: 40px;
	padding-top: 55px;
	background-image: url(../images/cta_events.jpg);
	background-repeat: no-repeat;
}

.cta.events a:hover {
	background-image: url(../images/cta_events_over.jpg);
}

.cta.news a {
	height: 40px;
	padding-top: 53px;
	background-image: url(../images/cta_news.jpg);
	background-repeat: no-repeat;
}

.cta.news a:hover {
	background-image: url(../images/cta_news_over.jpg);
}

.cta.contribute a {
	height: 40px;
	padding-top: 53px;
	background-image: url(../images/cta_contribute.jpg);
	background-repeat: no-repeat;
}

.cta.contribute a:hover {
	background-image: url(../images/cta_contribute_over.jpg);
}

.cta.volunteer a {
	height: 48px;
	padding-top: 53px;
	background-image: url(../images/cta_volunteer.jpg);
	background-repeat: no-repeat;
}

.cta.volunteer a:hover {
	background-image: url(../images/cta_volunteer_over.jpg);
}

.footer {
	font-family: Arial;
	width: 1010px;
	padding-top: 16px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #132d00;
	font-size: 10px;
}


.footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer_nav ul li {
	display: inline;
	margin: 0px 25px;
}

.footer_nav a {
	text-decoration: none;
	color: #132d00;
}

.footer_nav a:hover {
	text-decoration: underline;
}

ul.sub_links {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
	list-style: none;
	border-bottom: solid 1px #9ab33b;
	height: 27px;
}

ul.sub_links li {
	float: left;
	margin-right: 12px;
}

ul.sub_links a {
	display: block;
	width: 140px;
	height: 13px;
	padding: 6px 14px;
	position: relative;
	top:1px;
	
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	
	background-color: #f9fef2;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #9ab33b;
}

ul.sub_links a:hover {
	width: 138px;
	background-color: #9ab33b;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #9ab33b;
	border-bottom: solid 1px #fff;
}

ul.bod {
	list-style:none;
	margin:0px;
	padding:0px;  
	padding-left:12px; 
	padding-top:12px;
}

ul.bod li {          
	float:left;

	width:33%;
}

ul.bod li.top {
	font-weight:bold;	
	margin:0px 10px 0px 0px; 
	width:auto;
}

