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

#application {
	border: 0;
}

td.field {
	width: 185px;
	text-align: left;
	height: 24px;
}

td.label {
	width: 185px;
	text-align: left;
	height: 38px;
	vertical-align: top;
}

#studentNFO {
	border: 1px solid #99CCCC;
	margin-bottom: 10px;
}

#ethnicity {
	border: 1px solid #99CCCC;
	margin-bottom: 10px;
}

#parentNFO {
	border: 1px solid #99CCCC;
	margin-bottom: 10px;
}

#additionalNFO {
	border: 1px solid #99CCCC;
	margin-bottom: 10px;
	
}

h1 {
	display: block;
	margin-top: 0;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #847c35;
	background: #dcdac6;
}

#full_column {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
