@charset "UTF-8";
/* CSS Document */

.style2 {
	font-size: medium;
	font-family: Garamond, Georgia, Times New Roman, serif;
	text-align: center;
}
.style3 {
	font-size: small;
	font-family: Garamond, Georgia, Times New Roman, serif;
	text-align: center;
}
fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #bfbab0;
	background-color: #e5eedd;
}
/* margin separates fieldset groups from each other; padding is 0 for browser consistency */

legend {
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
/* bold is for each element's label */

ol li {
	font-family: Garamond, Georgia, Times New Roman, serif;
}
/* adjusts text in contact form without changing nav bar (also li) */

fieldset ol {
	margin-left: 2em;
	padding: 1em 1em 0 1em;
	list-style: none;
}
/* no bottom padding because of last list item */

fieldset li {
	padding-bottom: 1em;
}
/* see above */

label {
	display: block;
}
/* puts label on line above form element */

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 17em;
	background-color: transparent;
}
/* remove border so it doesn't look like it's part of the form */
