<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General Page CSS ***/

/*
	background blue: #26466D
	menu &amp; body white: #FFFFFF
	photobook menu white: #FFFFFF
*/

body {
  background-color: #26466D;
  */
	font-family: Arial;
	font-size: 1em;
	margin: 10;
	min-width: 1200px;
	padding: 0;
}

.content {
  background-color:#FFFFFF;
	margin: 20px auto;
	padding: 10px;
	width: 800px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/*** General and Special fonts ***/

a {
	text-decoration: none;
}

a:visited  {
 color: #2B4F81;
}

h1, h2, h3 ,h4 ,h5 ,h6 {
	font-family: Arial;
}

h1 { font-size: 2.0em; } 
h2 { font-size: 1.5em; } 
h3 { font-size: 1.2em; } 
h4 { font-size: 1.0em; } 
h5 { font-size: 0.8em; } 
h6 {
	color: #26466D;
	font-size: 1.3em;
  margin: 20px 0;
	text-align: center;
}

.lightblue {
	color: #2B4F81;
}


.Statements {
	font-family: Arial;
	font-size: 1em;
	font-style: italic;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: none;
}

.pad {
	margin: 10px;
}


/*** Beautiful Title CSS ***/

p#phrase {
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

.title {
	font-family: Arial;
	font-size: 2.5em;
	text-align: center;
}

.title a {
	color: #2B4F81;
}

.title a:hover {
	cursor: default;
}

.main_title {
	font-family: "Century Gothic", "Arial";
  /*
  dadick laptop has Brush Script
  See if most other computers have it too
  */
	font-size: 6.5em;
	margin-bottom: 5px;
	text-align: center;
}

.sub_title {
	font-family: "Century Gothic", "Arial";
	font-size: 2em;
       color: #2B4F81;
	margin-bottom: 10px;
	text-align: center;
	margin: 0;
}

.main_title a {
	color: #2B4F81;
}

.main_title a:hover {
	cursor: default;
}


.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**** Menu ***/

.main-menu {
  	margin: 20px 0px 0 -15px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.pb-menu {
  	margin: 400px 20px 0 20px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.menu {
  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
  float: left;
	padding:  10px 15px;
  /*
	position: fixed;
  */
	position: absolute;
}

.menu li {
	color: #26466D;
	font-family: Arial;
	font-size: 1.1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 5px;
}

.menu a {
	color: #26466D;
}

.menu a:visited {
	color: #2B4F81;
}


/***Page divider***/

.divider {
	background: #26466D;
	width: 760px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


/***Events page***/

ul.innerL  li {
	float: left;
	list-style-type: none;
	padding:  5px 25px;
}

ul.innerL li.date {
	width:  164px;
}

ul.innerL li.time {
 	width:  123px;
	text-align:  center;
}

ul.innerL li.event {
  	width:  135px;
	text-align:  center;
}

ul.innerL li.location {
  	width:  170px;
}

ul.innerL {
	clear:  both;
	padding-left:  0px;
}


/***Contact page***/

label {
	padding-right: 20px;
	float: left;
	width: 100px;
} 

input {
	margin-bottom: 10px;
}


/*** Images in footer on index ***/

#validation_info {
  float: right;
  margin-top: 15px;
}

#facebook {
	float: left;
}
</pre></body></html>