/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	line-height: 140%;
	background-image: url(secondarygraphics/secondarypagebg.gif);
	background-repeat: repeat;
	}
	
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	}
	
a:hover {
	color: #a08e7c;
	}
	
	
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}
	
div#mainwrapper {
	margin: 10px auto 0px auto;
	width: 760px;
	text-align: left;
	background-image:url(secondarygraphics/secondary_content_bg.gif);
	background-repeat: repeat-y;
	}
	
div#nav {
	width: 214px;
	text-align: center;
	background-image: url(secondarygraphics/secondarynavbg.gif);
	float: left;
	display: inline;
	}
	
div#nav a {
	color: #574432;
	text-decoration: none;
	}
	
div#nav a:hover {
	color: #fff;
	}
	
div#nav ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #574432;
	text-transform: uppercase;
	list-style-type: none;
}

div#nav li {
	margin: 0px;
	padding: 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #574432;
	text-transform: uppercase;
}

div#pagecontent {
	margin: 0 0 0 214px;
	width: 530px;
	text-align: left;
	}
	
div#pagecontent p {
	padding: 0 20px 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	line-height: 140%;
	}
	
div#pagecontent h1 {
	margin-left: 30px;
	font-size: 16px;
	text-transform: uppercase;
}

div#pagecontent h2 {
	margin-left: 30px;
	padding-top: 8px;
	font-size: 16px;
}

div#pagecontent h3 {
	margin-left: 30px;
	font-size: 13px;
}

div#pagecontent h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
}

div#tablecentering {
	width: 420px;
	margin-left:auto; margin-right:auto;
	}

div#pagecontent table {
	margin-left: 0px;
	}
	
div#pagecontent table h2 {
	margin: 0px 0px 5px 0px;
	text-align: center;
	}
	
div#pagecontent table p {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}
	
	
.picturemargin {
	margin: 0 30px 15px 15px;
	}
	
.photocredit {
	padding: 0 0px 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #fff;
	font-style: italic;
	}
	
.textindent {
	margin-left: 20px;
	}
	
.center {
	margin: 0;
	text-align: center;
	line-height: 160%;
	}
	
.italicmenu {
	font-style: italic;
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
	}
	
div#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	}
	
div#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #574432;
	text-decoration: underline;
	}
	
div#footer a:hover {
	color: #a08e7c;
	}
	
div#footer p {
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #574432;
	}