body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f7e7d6;
	background-image: url(nav-bkgd.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	color:#80552b;
	font-weight: normal;
	}

h1 {
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 15px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
a:link {
	color: #80552b;
	text-decoration: underline;
	}
	
a:hover {
	color: #b89878;
	text-decoration: underline;
	}
	
a:visited {
	color: #80552b;
	text-decoration: underline;
	}

a:visited:hover {
	color: #80552b;
	text-decoration: underline;
	}

.Header {
background-image: url(header-bkgd.gif);
background-repeat: repeat-x;
}

.HeaderLeft {
text-align: left;
vertical-align: top;
}
.HeaderCenter {
text-align: center;
vertical-align: top;
}
.HeaderRight {
text-align: right;
vertical-align: top;
}

.Content {
margin: 0px;
padding: 0px;
}

img {
border: none;
}

.Navigation {
	width: 151px;
	vertical-align: top;
}

.Navigation ul {
	background-color: #b89878;
	margin: 0px;
	padding: 0px;
	width: 151px;
}

.Navigation li {
	list-style: none;
}

.Navigation ul li a{
	padding: 5px;
	font-size: 12px;
	border-bottom: solid 1px #000000;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	margin-left: 0px;
	display: block;
	text-align: left;
}

.Navigation li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #80552b;
}
	
.onPage {
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	border-bottom: solid 1px #000000;
	color: #ffffff;
	text-indent: 0px;
	margin-left: 0px;
	display: block;
	background-color: #80552b;
	text-align: left;
}

.PageContent {
	padding: 30px;
	vertical-align: top;
	line-height: 17px;
}

.PhotoRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
}

