body {
	background-color: #eee8aa;
	font-family: sans-serif;
	font-size: small;
	color: #000000;
}
#content {
	width: 75%;
	margin-left: 12%;
	margin-right: 12%;
}
#line {
	background-color: #daa520;
	color: #daa520;
	height: .4em;
	width: 99%;
	display: block;
}
#logo {
	display: block;
	text-align: center;
}

.tenure {
	margin-left: 5%;
}
.text1 {
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.notes {
	font-family: sans-serif;
	font-variant: normal;
	font-size: smaller;
	margin-top: -1px;
}

/* style for the fieldset box and legend */
.fbl {
	padding: 5%;
	border: medium solid #daa520;
	color: #000000;
}

/* no white space between paragraphs */
.nws {
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: -1px;
}

/* style for the form */
form {
	border: 3px groove #daa520a;
	padding: 3px 6px 3px 6px;
	text-align: left;
}
input {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}
select {
	width: 150px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}
textarea.s {
	width: 250px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: sans-serif;
}
textarea.m {
	width: 350px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: sans-serif;
}
textarea.l {
	width: 450px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: sans-serif;
}
/* style for submit button */
.subbtn {
	border: medium ridge #daa520;
	color: #000000;
	background-color: #daa520;
}

/* style for FAQs */
.title {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.q {
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: small;
}
.a {
	font-family: sans-serif;
	font-variant: normal;
	font-weight: bold;
	font-size: smaller;
	margin-top: -1px;
}
