@charset "UTF-8";
/* CSS Document */
body {
	background-color: #006633;
	font-family: Optima, Gil Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	align-items:center;
}
.centercontainer {
	text-align: left;
	background-color: #ffffff;
	margin: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 16px ridge #898989;
}
/**set max center container width**/
@media (min-width: 980px){
    .centercontainer {
        width: 980px;
		margin-left: auto;
		margin-right: auto;
    }
}
.navbar {
  padding: 0.5rem 0rem;
}
.navbar-toggler-icon {
	width: 30px;
	height: 30px;
	background-image: url(images/icon-navgreenbox.png) !important;
}
h1 h2 {
	font-family: "Gill Sans", Helvetica, Arial, "sans-serif";
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	word-spacing: normal;
	font-weight: 400;
}
.mednotes {
	font-size: 16px;
}
.smallnotes {
	font-size: 12px;
}
.highlighttext {
	color: #006633;
	font-weight: bold;
}
.btn-judy {
	margin-right: 20px;
	background-color: #ffffff;
	color:#006633;
}
.btn-judy:hover {
 color: #FFF;
background: #006633;	
}
nav li {
list-style: none;
display: inline-block;
font-size: 1.5em;
font-weight: bold;	
text-align: center;
}
/**top level menu**/
nav li a {
padding: 5px;	
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"	;
}
/**top menu style on mouse over**/
nav li:hover > a {
color: #FFF;
background: #006633;
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
div#contacts {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.floatnote {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	overflow: auto;
	padding: 5px;
	border: 2px solid #000000;
	margin-bottom: 10px;
}
