﻿@import url("/css/layout.css");@font-face {	font-family: Tron;	src: url(fonts/HypatiaSansPro-Regular.otf)}body {	max-width: 100%;	min-width: 100px;	height: auto;	margin: 20px 0 20px 20px;	font-family: Tron, sans-serif;	font-size: 1.2em;	color: #000000;	background-color: #d7d3ca;	border-width:100px;}.img_center_container {	display: flex;	justify-content: center;}.img_right_container {	display: flex;	justify-content: flex-end;	margin-right: 20px;}header, footer {	max-width:100%;}p.nowrap {    white-space: nowrap;}.noborder {	border-width:0}.flex-container {  display: flex;  justify-content: center;  flex-wrap: wrap;}.flex-container > div {  margin: 20px;	justify-content: center;  text-align: center;	flex-wrap: wrap;}/* Style the breadcrumb list */ul.breadcrumb {	margin: 0;	padding-left: 0;	list-style: none;}/* Display list items side by side */ul.breadcrumb li {	display: inline;	font-size: .8em;}/* Add a slash symbol (/) before/behind each list item */ul.breadcrumb li+li:before {	content: " > ";}/* Add a color to all links inside the list */ul.breadcrumb li a {	color: blue;	text-decoration: none;}/* Add a color on mouse-over */ul.breadcrumb li a:hover {	color: blue;	text-decoration: underline;}/* End of breadcrumb style */.button {    background-color: #4CAF50;    border: none;    color: white;    padding: 15px 25px;    text-align: center;    font-size: 16px;    cursor: pointer;}.button:hover {    background-color: green;}h1 {	font-size: 1em;}h2 {	font-size: 2em;}h3 {	font-size: 3em;}h4 {	font-size: 4em;}h5 {	font-size: 5em;}h6 {	font-size: 6em;}#container {	width: 100%;}#masthead {	width: 100%;	height: 314px;	padding: 1ex;	margin-bottom: 2ex;	color: #774422;	background-color: #F0E4CE;}#content {	margin-left: 21ex;	padding: 1ex;	margin-bottom: 2ex;	text-align: left;	color: #774422;	background-color: #F0E4CE;}#footer {	width: 100%;	font-size: .6em;	text-align: center;	color: #F0E4CE;	clear: both;	padding: 1px;}/* Masthead Styles */h1 {}/* Navigation Styles */#navigation ul {	list-style-type: none;	width: 100%;	display: block;	margin: 0;	padding: 0;}#navigation li {	display: block;	margin: 0;	padding: 0;}#navigation a {	color: #774422;	text-decoration: none;	display: block;	padding: 5px;}#navigation a:hover {	color: #F0E4CE;	text-decoration: none;	background-color: #554422;}/* content Styles */#content img {	padding: 10px;	float: left;}/* Footer Styles */#footer p {	margin-top: 5px;	margin-bottom: 5px;}#footer a {	text-decoration: underline;	color: #F0E4CE;}#footer a:hover {	text-decoration: none;	font-weight: bold;}a {	text-decoration: underline;}a:hover {	text-decoration: underline;}.style_bold {	font-weight: bold;}.style_italic {	font-style: italic;}.style_center {	text-align:center;}.style_box {	background-color:#F9F4EC;	border-radius: 10px;	padding: 2px 10px 2px 10px;	margin:20px;}