/*body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color:#FFFFFF;
	background-image:url(img/mbg.jpg);
	background-repeat:repeat-x;
	margin:0 0 10px 0;
}*/
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color:#eaf6e6;
	background-image:url(img/mbg7.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:fixed;
	margin:0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 a, h2 a {
	text-decoration:none;
}
h1 {
	color:#275B19;
	background-image:url(img/nbg8.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding:5px 0 5px 0;
	margin:10px 0 10px 0;
	background-color:#E6F9E0;
	font-size:1.6em;
	font-weight:bolder;
	border-top:1px solid #88cc88;
}
h2 {
	border-bottom:1px solid #88cc88;
	color:#275B19;
	/*background-image:url(img/nbg5.gif);
	background-color:#FBFE98;
	text-align:center;
	background-repeat:repeat-x;*/
	padding:3px 4px;
	margin:10px 0 6px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bolder;
}
h3 {
	margin-bottom:1px;
	background-image:url(img/hbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #326F22;
	padding:4px;
	background-color:#CBF2BE;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	margin:0;
	padding:0;
}
#main a {
	color:#1E4840;
	font-weight:bolder;
}
#main a:hover {
	background-color:#yellow;
	color:#225511;
}

#mainWrapper {
	width:900px;
	margin:0 auto;
	border-right:1px solid #317023;
	border-left:1px solid #317023;
}

#banner {
	background-image:url(img/bannerApril.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#316D23;
	height:155px;
	width:750px;
}

#navbar {
	background-color:#E5F8DE;
	background-image:url(img/nbg8.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-bottom:2px solid #29601C;
	border-right:1px solid #326F22;
	color:#9FD98B;
	font-weight:bolder;
	font-size:.9em;
	text-transform:uppercase;
}
#navbar ul {
	list-style:none;
	display:block;
	width:850px;
	margin:0;
	padding:0;
}
#navbar ul li {
	float:left;
	display:inline;
	text-align:center;
	border-right:1px solid #326F22;
	border-left:1px solid #326F22;
	margin-right:-1px;
}
#navbar ul li a {
   display: block;
   background: transparent;
   text-align: center;
   text-decoration:none;
   font-weight:bolder;
	color:#29601C;
	padding:8px 18px 8px 18px;
}
#navbar ul li a:hover {
	background-color:#FFFF99;
	background-image:url(img/nbg4.gif);
	color:#225511;
	background-repeat:repeat-x;
}
#navbar ul li a.homebutton {
	width:140px;
}

#sidenav {
	background-image:url(img/sbgGradient.jpg);
	background-color:#317023;
	color:#9FD98B;
	width:175px;
	vertical-align:top;
	font-size:.9em;
	padding-top:10px;
}
#sidenav ul {
	list-style:none;
	display:inline;
	width:175px;
	margin:0;
	padding:0;
}
#sidenav ul li {
	display:inline;
	width:175px;
}
#sidenav ul li a {
   display: block;
   background: transparent;
   width: 160px;
   text-decoration:none;
   font-weight:bolder;
	color:#9FD98B;
	padding:4px 4px 4px 10px;
	margin:0 1px 0 1px;
}
#sidenav ul li a:hover {
	background-color:#225511;
	color:#9fd98b;
	padding:3px 3px 3px 9px;
	border:1px solid #9fd98b;
}

#main {
	background-image:url(img/bodyBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	color:#317023;
	padding:5px 10px;
}
.home {
	background-image:url(img/mbg3.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#fff;
}
#main p {
	padding:3px;
	margin:3px;
}

.imgspacer {
	width:100%;
	max-width:684px;
	height:110px;
	background-image:url(img/spacer.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	
}
.bodyImage {
	float:right;
}
.bodyImageLeft {
	float:left;
	margin-right:8px;
}

.inSeasonTable {
	border-bottom:3px solid #275B19;
	margin-top:10px;
}
.inSeasonTable tr.inSeasonRow th {
	font-size:1.4em;
	padding:0 0 8px 0;
}
#main table.inSeasonTable tr.inSeasonRow th a  {
	display:block;
	text-transform:uppercase;
	font-size:.65em;
	font-weight:bolder;
	border:3px double #275B19;
	color:#FFDC63;
	background-color:#326F22;
	text-decoration:none;
	padding:5px 0 5px 0;
}
#main table.inSeasonTable tr.inSeasonRow th a:hover {
	border-color:#275B19;
	color:#275B19;
	text-decoration:none;
	background-color:#9FD98B;
}
.inSeasonTd {
	border:3px solid #326F22;
	background-color:#275B19;
	font-family:"Comic Sans MS", "Comic Sans", cursive;
	color:#FFDC63;
	padding:6px;
	padding-left:8px;
}
.inSeasonTable th {
	padding:4px;
}
.rightFloat {
	float:right;
	padding-left:6px;
}
.leftFloat {
	float:left;
	padding-right:6px;
}
.borderBottom {
	background-image:url(img/hbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #326F22;
	padding:4px;
	background-color:#CBF2BE;
}
.borderDouble {
	border-bottom:3px double #99cc99;
	padding:4px;
	background-color:#CBF2BE;
	padding-bottom:9px;
}
.padding {
	padding:15px;
}

.rightSide {
	background-image:url(img/bodyBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	height:100%;
	width:217px;
	color:#317023;
	background-color:#fff;
	padding:0 8px 5px 2px;
}
.rightText a {
	color:#1E4840;
	font-weight:bolder;
}
.rightText a:hover {
	color:#002200;
}

.rightBox {
	background-image:url(img/sbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:14px;
	padding-top:19px;
	width:217px;
	color:#317023;
}
.rightBoxHead {
	margin-top:-12px;
}
.rightText {
	padding:6px;
	font-size:.8em;
	background-color:#9FD98B;
}
.box {
	border-top:4px solid #317023;
	width:217px;
	padding:10px;
	padding-bottom:16px;
	color:#317023;
	background-color:#9FD98B;
	margin:5px 0 5px 10px;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;	
}
.box h3 {
	padding:0 0 4px 0;
	margin:0 0 6px 0;
	background-image:none;
	background-color:transparent;
	border-bottom:1px dotted #efe;
}

.sidebold {
	font-size:1.2em;
	font-weight:bolder;
	margin-bottom:7px;
	margin-top:10px;
}

#footer {
	text-align:center;
	font-size:.8em;
	font-weight:bolder;
	background-color:#9FD98B;
	padding:6px 6px 25px 6px;
	border-top:3px solid #317023;

}
#footer a {
	color:#1E4840;
	font-weight:bolder;
}
#footer a:hover {
	background-color:#CBF2BD;
	color:#225511;
}

	



