/* Stylesheet that sets up navigation formatting */body {	margin: 0;	padding: 0;	font-size: 90%;}#nav {	margin: 0;	padding: 2px 0 0 2px;	background: url(../images/logo/nav_logo_1280.gif) bottom right no-repeat;	background-color: #fddec5;	height: 130px;}#nav img {	float: right;}#nav h1, #nav2 {	font-family: Goudy, "Goudy Old Style", Garamond, "Garamond Premier Pro", "ITC Garamond", Times, "Times New Roman", serif;}#nav h1 {	margin: 0.1em 0;	font-size: 2em;	color: #900;	text-shadow: white 0.2em 0.2em 0.2em;	text-align: left;}#nav1 {	margin: 0.5em 110px 0 0;	line-height: 1.9em;	font-size: 100%;}#nav1 ul, #nav2 ul {	margin: 0;	padding: 0;	list-style: none;}#nav1 li {	margin: 0 0 0 1px;	padding: 0;	display: inline;}#nav1 a {	font-family: Goudy, "Goudy Old Style", Garamond, "Garamond Premier Pro", "ITC Garamond", Times, "Times New Roman", serif;	font-weight: bold;	margin: 0;	padding: 0.5em;	text-decoration: none;	color: #900;	background-color: #DDB3A7;	border-right: 1px solid #900;	border-left: 1px solid #900;	border-top: 1px solid #900;}#nav1 a:hover {	color: black;}#nav1 li#current a {	color: white;	background-color: #900;}#nav2 {	margin: 0 140px 0 0;	padding: 4px 3px;	background-color: #900;	text-align: center;	line-height: 1.6em;}#nav2 li {	margin: 0 1px;	padding: 0 0 0 0.2em;	display: inline;	color: white;	letter-spacing: 0.1em;	font-size: 85%;}#nav2 li#current {	font-weight: bold;}#nav2 a {	font-weight: normal;/*	letter-spacing: 0.25em; */	margin: 0;	padding: 0 0.5em 0 1em;	text-decoration: none;	color: white;	background: url(../images/nav2-arrow.gif) no-repeat center left;}#nav2 a.membersonly {	background: url(../images/membersonly.gif) no-repeat center left;}#nav2 a:hover {	text-decoration: underline;}