@charset "UTF-8";
/* CSS Document */

body {
	background-color: #A69C7C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	margin: 20px 15%;
	padding: 0;
}
a:hover {
	color: #737E50;
	text-decoration:underline;
}
a:link {
	color: #737E50;
	text-decoration: none;
}
a:active {
	color: #737E50;
	text-decoration: none;
}
a:visited {
	color: #737E50;
	text-decoration: none;
}
a:visited:hover {
	color: #737E50;
	text-decoration: underline;
}

#top {
	/* contains its own background, so it's kept separate */
	width: 869px;
	margin: 0 auto;
	padding: 0;
}
#btm {
	/* contains its own background, so it's kept separate */
	width: 869px;
	margin: 0 auto;
	padding: 0;
}
#pagewrapper {
	width: 869px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg.gif);
	background-repeat: repeat-y;
}
#masthead {
	width: 863px;
	margin: 0 5px 0 1px;
}
#nav {
	width: 863px;
	margin: 0 5px 0 1px;
}
#pagecontent {
	width: 863px;
	margin: 0 5px 0 1px;
}
#prefooter {
	width: 863px;
	margin: 0 5px 0 1px;
}
#footer {
	width: 863px;
	padding: 11px 5px 11px 1px;
	background: url(../images/bkg.gif);
	background-repeat: repeat-y;
	background-color:#332900;
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	font-size: 11px;
	margin: 0;
}
.foottext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	text-decoration:underline;
}
.foottext a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	text-decoration: none;
}
.foottext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	text-decoration: none;
}
.foottext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	text-decoration: none;
}
.foottext a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A2986B;
	text-decoration: underline;
}

h1 {
	margin-top:0;
	margin-bottom:16px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.smText {
	font-size: 10px;
}

.photoCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin: 0;
}