body {
	font-family: Palatino Linotype, Book Antiqua, Garamond, Georgia;
	font-size: medium;
	color: #000000;
	background-color: #EBE8D7;
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-image:url(../../images/bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	float: right;
	width: 571px;
	/*background-color: #F7F4E8;
	background-color: #EEEAD1; little darker than above*/
}
h1 {
	font-size: x-large;
	color: #960;
	font-family: Papyrus, Garamond, Verdana, sans-serif;
}
h2 {
	font-size: medium;
	color: #960;
	font-family: Papyrus, Garamond, Verdana, sans-serif;
}
h3 {
	font-family: Papyrus, Garamond, Verdana, sans-serif;
	font-size: small;
	color: #000000;
}
#pagecontent a:link {
	color: #717239;
	text-decoration: underline;
}
#pagecontent a:visited {
	color: #717239;
	text-decoration: underline;
}
#pagecontent a:hover {
	color: #960;
	text-decoration: underline;
}

/*#header {
	height: 130px;
}
*/
#nav {
	/* float: left; */
	font-family: Verdana, sans-serif;
	width: 171px;
	/*background-image: url(../../images/sidenavbackground.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
	/*height: 425px; */
}
.rightalign {
	text-align: right;
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	background-color: #8F6D45;
	text-align: center;
	height: 35px;
	font-size: xx-small;	/*border-top: 1px solid #000000; */
	color: #FFF;
}

#footer a:link, a:visited, a:hover, a:active {
	color: #CCC;
	text-decoration: none;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 171px;
	background-color: #918B51;
}

.clearboth {
	clear: both;
}
.nav_tab { /* this is used to position the nav.  An image is used for the background of the navigation */
	margin-left: 1px;
	display: inline;
	text-align: center;
}

.sidebar {
	float: left;
	min-height: 500px;
}
.sidebarpic {
	background-image: url(../../images/hiking-trails.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 56px;
	width: 171px;
	margin-top: -56px;
	float: left;
}
#rightside {
	width: 180px;
	float: right;
	padding: 3px;
	background-color: #E3DBCD;
	font-size: small;
	border: 1px solid #960;
}
#leftside {
	float: left;
	width: 370px;
}

.copyright {
	padding-top: 5px;
}
/*.pagebackground {
	background-image: url(../../images/pagebackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} */
.nobullet {
	list-style-type: none;
}
.imgborder {
	border: 1px solid #000;
}
#rightside strong {
	text-transform: uppercase;
	color: #717239;
}
.bold {
	color: #717239;
	font-weight: bold;
}
.bullet {
	list-style-image: url(../../images/bullet.jpg);
}
.xsmall {
	font-size: x-small;
}
