<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
}

header {
	padding: 32px;
}

.header {
	background-color: #0FF;
	align-items: center;
}
.HeaderImage {
	margin: 20px;
	padding: 20px;
	border: thick none thick #00F;
	align-content: center;
	text-align: center;
	width: 90%;
}
.PageTitle {
	margin-top: 3px;
	font-size: 24px;
	border-top-width: thick;
	border-top-style: solid;	
	border-bottom-style: none;
	border-left-color: #000;
	align-content: center;
	text-align: center;
}

.PageSubTitle{
	margin-top: 3px;
	font-size: 16px;
	border-top-style: none;	
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-left-color: #000;
	align-content: center;
	text-align: center;
	
}



.PageCount {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.Countdown {
	text-align: center;
}

/* ~~this fixed width container surrounds the other divs~~ */

.container {
	width: 960px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;
	margin: 10;
	background-repeat: repeat;
	padding: 5px;
	border: thin solid #00F;
	background-color: #06F;
	background-image: url("../Images/016.jpg")
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container .content h1, h2, h3{
	text-align: center;
	background-color: #03F;
	background-image: url(../Images/016.jpg);
}
div {
	background-color: #03F;
	background-image: url(../Images/016.jpg);
}

.container .footer .copyright {
	font-size: 10px;
	line-height: 130%;
	color: #999;
	top: 10px;
}
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.copyright{
	font-weight: bold;
	text-align: center;
	color #999;
}
.LastUpdate{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
body {
	background-image: url(../Images/016.jpg);
}

.paging {
	font-size: 12px;
	font-weight: bold;
	width: 3cm;
	padding-right: 20px;
	text-align: center;
}
.RecordCount {
	font-size: 18px;
	text-align: center;
}
.UserEmail {
	width: 250px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.UserAccess {
	width: 600px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
.UserLinks {
	width: 125px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.UserTable {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.insertForm {
	padding: 0px;
	margin-bottom: 8px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.content ul{
	list-style-type: circle:
	padding-right: 15px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.content ul li a{
	text-decoration: underline;
	color: inherit;
	text-align: center;
	display: inherit;
	text-transform: inherit;
}

.content ol{
	list-style-type: circle:
	padding-right: 15px;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.content ol li a{
	text-decoration: underline;
	color: inherit;
	text-align: left;
	display: inherit;
	text-transform: inherit;
}



.PhotoAlbums {
	margin: 20px;
	padding: 20px;
	align-content: center;
	text-align: center;
	border: thick none thick #000000;
}

.clearfloat { /* this class can be placed on a &lt;br /&gt; or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.LeftColumn{
	width: 50%;
	float: left;
	border-top-style: solid;
	border-top: thick;
	border-right:thin;
	border-right-style: solid;
}
.RightColumn{
	width: 50%;
	float: right;
	border-top-style: solid;
	border-top: thick;
	border-left: thin;
	border-left-style: solid;
}

.album-list{
  text-align: center;
}
.album-list ul{
  padding-top:25px;
  padding-bottom:25px;
}
.album-list ul li{
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  list-style: none;
}
.album-list a{
  color: inherit;
  text-align: center;
}

.sitemap-list{
  text-align: center;
}
.sitemap-list ul{
  padding-top:25px;
  padding-bottom:25px;
  list-style-type: circle;
}
.sitemap-list ul li{  
  padding: 5px 0;
  font-weight: 700;
}
.sitemap-list a{
  color: inherit;
}

/* tablet view */

@media (min-width: 768px){
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.PageTitle {
		font-size: 36px;
	}
	
	.HeaderImage{
		width: 90%;
	}
	
}

/* desktop view */

@media (min-width: 1024px){
	
	.style-nav {
		float: right;
		margin-top: 5;
		margin-bottom: 5;
	}
	
	body {
		max-width: 1200px;
		width: 1000px;
	}
	
	.HeaderImage{
		width: 100%;
	}
	
	
	
}


.Row {
	border-top: thick;
	border-top-style: solid;
	border-top-color: black;
	border-bottom: thick;
	border-bottom-style: solid;
	border-bottom-color: black;
}

p {
	margin-bottom: 5;
	margin-top: 5;
}
</pre></body></html>