/** General Styles **/
body {
	background: #126700 url(images/bg.jpg) repeat-x;
	font: normal 76.1%/1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	text-align:left;
}
a, a:visited {
	text-decoration:none;
	color:#F9A71A;
}
a:hover {
	text-decoration:underline;
	color:#F9A71A;
}
p {
	text-indent: 2em;
}
h1,h2,h3 {
	font-weight:bold;
	margin:0;
	padding:0;
}
h1 {
	font-size:1.4em;
	line-height:1.3em;
}
h2 {
	font-size:1.3em;
	line-height:1.2em;
}
h3 {
	font-size:1.2em;
	line-height:1.1em;
}

/** Layout Styles **/
.edge_top {
	background: url(images/edge_top.gif) no-repeat center top;
	height: 88px;
	width:1000px;
}
.content {
	background: #FFFFFF;
	border-right:1px solid #000000;
	vertical-align:top;
}
.maincontent {
	padding:15px 25px;
}
.edge_bottom {
	background: url(images/edge_bottom.gif) no-repeat left top;
	height:90px;
	width:1000px;
}

/** Menu Styles **/
.menu {
	background: #FFFFFF url(images/mouse.jpg) no-repeat left bottom;
	padding-bottom:231px;
	border-left:1px solid #000000;
	border-right:5px solid #E3E3E3;
	font:normal 1.8em Trebuchet MS, Helvetica, sans-serif;
}
.menu ul {
	list-style:none;
}
.menu li {
	line-height:1.5em;
	padding-left:20px;
}
.active-menu {
	background:url(images/arrows.jpg) center left no-repeat;
	padding-left:0;
	color:#029510;
	font-weight:bold;
	text-transform:capitalize;
}
li.active-menu a,
li.active-menu a:link,
li.active-menu a:visited {
	color:#029510;
}
.menu {
	vertical-align:top;
}

.menu a,.menu a:visited {
	color:#000000;
}
.menu a:hover {
	color:#029510;
	text-decoration:none;
}
.menu-bottom, .footer {
	padding:5px 15px;
	text-align:center;
	font: .8em Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.menu-bottom a{
	padding:5px 15px;
	font:1em Lucida Sans Unicode, Lucida Grande, sans-serif;
}

/** Misc Styles **/
.designer_notice,.designer_notice a,.designer_notice a:visited {
	text-align:center;
	font-size:.85em;
	color:#ffffff;
}
.designer_notice a:hover {
	color:#000033;
}
.title_color {
	font-size: 1.25em;
	color:#0472D3;
	font-weight:normal;
}
.coming_events .title_color {
	font-size: 1.25em;
	color:#31942a;
	font-weight:normal;
}
.coming_events h2 {
	padding:6px;
}
.events {
	padding:6px;
}
.whatwedo .title_color {
	font-size: 1.25em;
	font-weight:normal;
	color:#CC0000;
}
h2.whatwedo {
	padding:6px;
}
img.whatwedo {
	margin:2px;
}
.boxed {
	border-top:3px solid #E3E3E3;
	border-bottom:3px solid #E3E3E3;
}
.boxedright {
	border-left:2px solid #E3E3E3;
}
.boxedleft {
	border-right:2px solid #E3E3E3;
	padding:3px;
}
