body {
	color: gray;
	background-color: #536566;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main {
	background-color: #B5BEAD;
	margin: 1em auto 10em auto;
	width: 85%;
}

#main table tr,td,th {
	vertical-align: top;
	border-collapse: collapse;
}

#header {
	color: #536566;
	background-color: #DDDAD5;
	text-align: center;
	letter-spacing: .4em;
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	font-style: italic;
	padding: .5em;
}

#nav {
	color: #536566;
	background-color: #B5BEAD;
	font-size: 9pt;
	text-align: center;
	vertical-align : top;
	padding: 0em 2em 4em 2em;
	width: 120px;
}

#navheader {
	color: #536566;
	background-color: #B5BEAD;
    font-size : 14pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}			

#content {
	color: #313C3C;
	background-color: #ECECEA;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 2em;
}

#content p {
	text-align : justify;
}

#footer {
	color: #536566;
	background-color: #DDDAD5;
	font-size: 11pt;
	text-align: center;
	padding: 1em;
}

#wsp {
	color: gray;
	background-color: transparent;
	font-size: 9pt;
	text-align: center;
	margin: 20em auto 1em auto;
}

#wsp a {
	color: #2a4a5a;
	background-color: transparent;
}

a:link  {
	color: #536566;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #536566;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #536566;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
	
a:active {
	color: #536566;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #536566;
	background-color: transparent;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h1 {
	font-size: 16pt;
}

h2 {
	color: #435556;
	font-size: 13pt;
	font-style: italic;
}

h3 {
	font-size: 12pt;
}

img {
	border: 0px;
}

/* present links as a true list with no bullets */
ul.linklist {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

.center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}


.thumbs {
	color: #313C3C;
	background-color : transparent;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 85%;
}

.thumbs td {
	text-align : center;
}

.thumbs td img {
	border-color : #804040;
}

/* table used in gallery */
.photo {
	color: black;
	background-color: transparent;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0em 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.photo td,th {
	color: gray;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}

.photo th {
	background-color: transparent;
	font-size: 12pt;
}




