html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color:#444; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

html { -webkit-font-smoothing: antialiased; }

body {
	font:11px sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.22;
	font-family: verdana,arial,sans-serif;
}

img{
	border-style: none;
}
.clear { clear: both }
.left { float: left; }
.right { float: right; }

h1 {
	font-size: 16pt;
	font-weight: bold;
}

.header {
    position: relative;
	margin: 10px;
	padding: 20px;
	background-color: white;
    top:0;
    left:0;
	height:100px;
 	border: 2px dashed black;
  	outline: 10px solid white;
}

.header_logo {
	height:105px;
	width: 532px;
	background-image:url(images/masthead.png);
	background-repeat: no-repeat;
}

.header_proverb {
	position:absolute;
	left:40px;
	bottom:8px;
	font-size:9pt;
	font-style: italic;
	color: #666;
	opacity: 0.9;
	cursor: default;
	letter-spacing: -1px;
}

.nav {
	margin-right: 20px;
	height: 60px;
	line-height: 80px;
	font-size: 16px;
	color: rgb(63,90,111);
	opacity: 0.9;
	cursor: default;
	letter-spacing: -1px;
	text-decoration: none;
	cursor: pointer;
	position:absolute;
	right:0px;
	bottom:40px;
}

a{
	color: #7890a1;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color: #546978;
}

.content {
	text-align:center;
	background-color: #f7f7f7;
	height: 700px;
}

#slideshow { 
    position: relative; 
	height: 700px;
}

#slideshow div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#slideshow img {
	width:100%; 
	height:100%;
	object-fit: cover;
}

.section {
	margin:10px 100px 10px 100px;
	margin: 10px;
	margin-bottom: 20px;
	padding:40px 100px 40px 100px;
	border: 2px dashed silver;
}

#about {
	font-size:16px;	
}

.logos {
	margin: 10px;
	margin-bottom: 20px;
	border: 2px dashed silver;
}

.linktext{
	line-height: 80px;
	font-size: 16px;
	color: rgb(63,90,111);
	opacity: 0.9;
	cursor: default;
	letter-spacing: -1px;
	text-decoration: none;
	cursor: pointer;
}

.footer {
	margin: 10px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: dimgray;
    bottom:0;
    left:0;
    min-height:200px;
 	border: 2px dashed silver;
  	outline: 10px solid dimgray;
}

.contact {
	padding:40px 100px 40px 100px;
	color:white;
	font-size: 16px;
}
.contact a {
	color:white;
	text-decoration: none;
	cursor: pointer;
}
.contact td {
	padding-right:10px;
	padding-bottom:10px;
}
.contact input[type=text] {
	width: 600px;
	padding:5px;
	font-size: 14px;
}
.contact textarea {
	width: 600px;
	padding:5px;
	font-size: 14px;
}
.contact button {
	width: 100px;
	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
}

