body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #336600;
	font-size: 80%;

}
/* All Page Links */
a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
/* Main Page Container */
#container {
	width: 1000px;
	margin: 2% auto 0 auto;
	padding: 0px;
	background-color: #F9F4BC;
	background-image: url(../../newbg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	border: 1px solid #ABB795;
}
/* Header Container */
#header {
	
}
	
	#sitelinks {
	
	padding: 0 0 0 0px;
	}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {
	display: block;
	width: 88px;
	height: 22px;
	border-right: 1px solid #336600;
	border-left: none;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	color: #5C7D1E;
	text-decoration: none;
	text-align: center;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
			}
		#sitelinks ul li a:hover {
	
	color: #FFFFCC;
	background-color: #8fa665;
					}
		#sitelinks a:active {
	color: #CCC;
	background-color: #99CC66;
		}
		#sitelinks li#active a {
	color: #CCC;
	background-color: #99CC66;
		}
		#sitelinks li a#linkright {
			border-right: 1px solid #336600;
		}
		#sitelinks li a#linkleft {
			border-left: 1px solid #336600;
		}
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 200px;
		padding: 0;
		margin: 0;
		list-style: none;
	
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 200px;
		
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px;
	height: 16px;
	

	}
	#nav li a:hover {
		background-color: #8fa665;
		border-bottom: 4px solid #819957;
		padding: 4px 4px 0 4px;
	}

/* Page content */
#content {
	width: 960px;
	color: #336600;
	padding-top: 20px;
}	
	#menusubnav { /* Sub Menu Container */
		display: block;
		float: left;
		width: 16%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0 0 0 0px;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 8px;
			text-decoration: none;
			font-weight:bold;
			border-bottom: 1px solid #C4D3A9;
			color: #336600;
			background-image: url(../../navbutton3.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
		}
		ul#subnav li a:hover {
	background-image: none;
	background-color: #8FA665;
	color: #fff;
	text-decoration: none;
			}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: none;
		font-size: 11px;
			}
	
#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	font-size: 85%;
	padding: 5px;
	border-top-width: 1px;
	border-top-color: #ABB795;
	border-top-style: solid;
}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #71864D;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #71864D;
}
h3 {
	color: #71864D;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
	.tobbottomborders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336600;
	border-bottom-color: #336600;
}
	.tobborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;

}
.address {
	font-size: 13px;
}
.date {
padding-top: 4px;
}
	