@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 95%;
	color: #000;
	background-color: #e2e1e2;
	margin: 20px 20px;
	height: 100%;
	padding: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.boldlead {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #103f73;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	}

.nbutton {
	background: #5469d4;
	color: #ffffff;
	font-family: Arial, sans-serif;
	border-radius: 0 0 4px 4px;
	border: 0;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
	width: 100%;
}

	nbutton:hover {
		filter: contrast(115%);
	}

	nbutton:disabled {
		opacity: 0.5;
		cursor: default;
	}
	
ul {
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFF;
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
}
a img {
	border: none;
}

#sidebar {
	float: left;
	width: 210px;
	padding-bottom: 10px;
}
ul.nav {
	margin-top: 30px;
	margin-bottom: 15px;
	list-style-type: none;
}
ul.nav li {
	margin-bottom: 3px;
}

ul.nav a {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	width: 161px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
}
ul.nav a:visited {
	background-color: #fff;
}
ul.nav a:hover, ul.nav a:focus, ul.nav a:active {
	background-color: #7090b2;
}

.sideContent {
	background-color: #fff;
	width: 178px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #666;
}
.sideContent h3 {
	font-size: 85%;
	color: #FFF;
	background-color: #0e3866;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sideContent p {
	font-size: 80%;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#mainContent {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	background-color: #fff;
	float: left;
	width: 740px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 135%;
	font-weight:bold;
	color: #0e3866;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 20px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #804c12;
	margin-top: 0px;	
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #000000;
	}


#mainContent p {
	font-size: 95%;
	font-weight: normal;
	background-color: #fff;
	line-height: 1.4;
	margin-top: 0px;
	padding-left: 0px;
}
#mainContent a:link {
	color: #124680;
	font-weight: bold;
}
#mainContent ul {
	margin-left: 40px;
}
#mainContent li {
	font-size: 95%;
	list-style-type: square;
}

#footer {
	color: #FFF;
	background-color: #0e3866;
	height: 2.5em;
	background-repeat: repeat-x;
	clear: both;
	padding-right: 10px;
	padding-left: 20px;
}

#footer ul {
	margin-left: 220px;
}
#footer li {
	display: inline;
	margin-right: 20px;
}
#footer a:link, #footer a:visited {
	font-size: 75%;
	color: #fff;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #103f73;
	text-decoration: none;
	background-color: #fff;
}
#container #footer p {
	font-size: 75%;
	height:2em;
	line-height:3.2em;

}
#gallery {
	height: auto;
	width: 95%;
	background-color: #fff;
	margin-right: 20px;
	overflow: auto;
}

#webgallery {
	height: auto;
	width: 90%;
	background-color: #fff;
}
.rightimg {
	float: right;
	margin-left: 8px;
	margin-right: 15px;
	margin-bottom: 4px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}