html, body {
	margin: 0;
	background: #fff;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica;
	font-size: 11px;
}

#wrapper {
	width: 726px;
	margin: 0 auto;
	text-align: left;
}

hr {
	display: none;
}

a {
	color: #06803B;
	text-decoration: none;
}

#banner {
	font-size: 0;
	line-height: 0;
}

a:hover {
	color: #06803B;
	text-decoration: underline;
}

#top {
	width: 722px;
	height: 93px;
	padding-top: 30px;
}

#navbar {
	width: 716px;
	border-bottom: 11px solid #B8BB69;
	border-top: 11px solid #B8BB69;
	padding-left: 6px;
	height: 52px;
}

#navbar ul {
	margin: 0;
	padding: 15px 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #06803B;
}

#navbar ul li {
	display: inline;
	padding: 0 23px 0 27px;
	background: url(img/navbox.gif) no-repeat left 50%;
}

#navbar a {
	color: #06803B;
	text-decoration: none;
}

#navbar a:hover {
	color: #06803B;
	text-decoration: none;
}

#navbar ul .nobox {
	padding: 0 23px 0 10px;
	background: none;
}

#main {
	background: url(img/mainbg.gif) repeat-y;
	width: 726px;	
}

#main #submenu {
	float: left;
	width: 138px;
}

#main #submenu a {
	color: #06803B;
	text-decoration: none;
}

#main #submenu a:hover {
	color: #06803B;
	text-decoration: none;
}

#main #submenu ul {
	color: #06803B;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#main #submenu ul li {
	padding: 4px 0 4px 6px;
	border-bottom: 1px solid #cccccc;
}

#main #content {
	width: 553px;
	padding: 16px;
	float: left;
	font-size: 12px;
	background: url(img/rightbg.gif) repeat-x;
}

#main #content a {
	color: #06803B;
	text-decoration: none;
}

#main #content a:hover {
	text-decoration: underline;
}


#main #content img {
	border: 1px solid #666;
	margin: 8px;
}

#main #content h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #06803B;
	margin: 0;
}

#main #content h4, h4 a {
	font-size: 14px;
	color: #06803B;
	margin: 0;
}

#main #content .date {
	font-size: 11px;
	color: #999;
}

#main #left {
	float: left;
	width: 295px;
	padding: 16px;
}

#main #left p {
	text-align: justify;
	margin-top: 9px;
}

#main #left hr {
	color: #CCCCCC;
	height: 1px;
	border: 0;
	background: #cccccc;
	display: block;
}

#main #right {
	float: left;
	width: 228px;
	padding: 15px 15px 0 15px;
	font-size: 10px;
	color: #000;
	background: url(img/rightbg.gif) repeat-x;
}

#main #right .date {
	font-size: 10px;
	color: #999;
}

#main #right h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#main #right hr {
	color: #CCCCCC;
	height: 1px;
	border: 0;
	background: #cccccc;
	display: block;
}

#main #right p {
	margin-top: 0;
}

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

#bottom {
	width: 717px;
	border-top: 11px solid #B8BB69;
	color: #06803B;
	padding-top: 5px;
	padding-right: 6px;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#bottom a {
	color: #06803B;
	text-decoration: none;
}

#bottom a:hover {
	color: #06803B;
	text-decoration: underline;
}


/*--( Calendar )------------------------------------- */

.calendar {
	font-size: 10px;
	color: #666666;
	background: #fff;
	width: 222px;
	margin: 10px auto 0 auto;
	text-align: center;
}
.calendar a {
	text-decoration: none;
	color: #06803B;
}
.calendar a:hover {
	text-decoration: underline;
}
.calendar th {
	padding: 2px;
	margin: 1px;
	font-weight: normal;
	background: transparent;
	width: 32px;
}
.calendar td {
	padding: 2px;
	background: #F5F6E7;
	margin: 1px;
	text-align: center;
}
.calendar .today {
	padding: 2px;
	background: #F1F2D5;
	margin: 1px;
	text-align: center;
}
.calendar .blank {
	width: 30px;
	padding: 2px;
	margin: 1px;
	text-align: center;
	background: transparent;
}
.calendar .days {
	padding: 2px;
	margin: 1px;
	text-align: center;
	background: transparent;
	width: 32px;
}
.calendar .event {
	width: 6px;
	height: 3px;
	background: #910101;
}
.calendar .title {
	color: #910101;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.caldays {
	margin: 0 auto 10px auto;
}
.caldays td {
	width: 30px;
}

/*--( Events )------------------------------------- */
.eventtitle {
	border-top: 1px solid #cccccc;
}

.eventcontent {
	background: url(img/eventbg.gif) repeat-x bottom;
	border-bottom: 1px solid #cccccc;
}
