@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color: #037A56;
	font-weight: bold;
}
a:visited {
	text-decoration:none;
	color: #993366;
	font-weight: bold;
}
a:hover {
	color: #8983FE;
	font-weight: bold;
	text-decoration: underline;
}
li {
	margin-left: 30px;
}
img {
	border:0px;
}
body {
	background-image:url(images/background.jpg);
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000042;
}
#header {
	width: 890px;
	height: 115px;
	background-color:#345EA7;
	border: 5px #D6DBF8 solid;
	font: "Felix Tilting";
	color: white;
	font-size: 20pt;
	font-weight: bold;
	margin:auto;
}
#nav1 {
	background-color:#2A347F;
	margin:auto;
	border-right: 5px #D6DBF8 solid;
	border-left: 5px #D6DBF8 solid;
	border-bottom: 5px #D6DBF8 solid;
	text-align: center;
	width:890px;
	padding-top:10px;
	padding-bottom:10px;
}
#banner {
	width:890px;
	height: 300px;
	border-right: 5px #D6DBF8 solid;
	border-left: 5px #D6DBF8 solid;
	border-bottom: 5px #D6DBF8 solid;
	background-image:url(images/banner.fw.png);
	margin-top:-20px;
	margin-left:-25px;
}
#main {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom:50px;
	border-right: 5px #D6DBF8 solid;
	border-left: 5px #D6DBF8 solid;
	width: 850px;
	height:100%;
}
.center {
	text-align: center;
}
.smaller {
	font-size: x-small;
}
.fulltable {
	width: 100%;
	padding: 0;
	margin: 0;
}
#footer {
	text-align:center;
	font-size:x-small;
	font-family: Arial, Helvetica, sans-serif;
	margin:auto;
	background-color:#C0D1FB;
	width: 890px;
	height: 35px;
	border: 5px #D6DBF8 solid;
	padding-top:5px;
	padding-bottom:5px;
}
.bullet {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	color:#000042;
	text-align:left;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: navy;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	margin:0px;
	font-weight: bold;
	margin-bottom:6px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#003399;
	margin:0px;
	font-weight:bold;
	margin-bottom:6px;
}
.imgborder {
	border: 1px black solid;
}
.imglink {
	border-style: solid;
	border-width: 2px;
}
/* NAV */
#nav1 a{
	color:#ffffff;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#nav1 a:hover{
	color:#7291C9;
	text-decoration:none;
}
.gallery{
	width:415px;
	height: 145px;
	border: 5px solid #C4BEBE;
	background-color:#2A2626;
}
.gallery a{
	font-size: large;
	font-family:"Franklin Gothic Bold", "Arial Black", sans-serif;
	color: white;
	text-align:center;
}
.photogall {
	width: 150px;
	height: 100px;
	background-color: antiquewhite;
	border: 1px dotted #3F3F3F;
	padding: 20px;
	margin: auto;
	text-align: center;
	align-self: center;
	float: left;
	vertical-align: middle;
}