body {
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_header {
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}
/* section headers */
.section_header {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.section_header_separator {
	width: 75%; height: 1px;
}

/* field names */
.caption1 {
	font-weight: bold;
	font-size: 14px;
}
.caption_long {
	font-weight: bold;
	font-size: 13px;
}

.subcaption {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

/* field notes in parentheses and other notes */
.caption_explanation {
	font-weight: normal;
	font-size: 14px;
}

.certification_text {
	font-weight: normal;
	font-size: 13px;
	font-family: Times New-Roman, Times, serif;
}

.reservation_text {
	font-weight: normal;
	font-size: 14px;
	font-family: Times New-Roman, Times, serif;
}

/* input fields */
.wide_field {
	width: 250px;
}
/* whole form itself */
#scholarship_app_form {
}
/* all input elements */
#scholarship_app_form input {
}
/* all textareas */
#scholarship_app_form textarea {
	height: 70px;
	width: 550px;
}
#scholarship_app_form select {
}
#scholarship_app_form_submit {
}
/* specific fields with id=first_name and last_name */
#first_name,#last_name {
	width: 110px;
}
#middle_name {
	width: 30px;
}
.error {
         background: #FFAAAA;
         color: black;
}


