.bigtext {
	font-size: 12px;
}

.smallgoldtext {
	font-size: 10px;
	color: #9A8E68;
}

/* define page subheader text */
.pagesubheader {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.pagesubheader2 {
	color: #A9A392;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}

.sls_color {
	color: #9A8E68;
}

.tables tr td {
	vertical-align: middle;
	font-size: 11px;
	padding: 1px;
}	

.tables .tableheader td {
	color: #A9A392;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}	

/* admissions styles */
.offwhiteheader {
	font-size: 10px;
	color: #ECE9D8;
	font-weight: bold;
}

/* define faq headers */
.faqheader {
	background-color: #003300;
	font-size: 10px;
	color: #ECE9D8;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}	

/* define faq questions and answers */
.faq {
	vertical-align:middle;
	font-size: 10px;
	padding: 1px;
}	

/* define news and events headers */
.newsandeventsheader {
	font-size: 10px;
	color: #9A8E68;
	font-weight: bold;
}

.newsandeventsgreenheader {
	font-size: 10px;
	color: #003300;
	font-weight: bold;
}

/* define list items */
dt {
	font-weight: bold;
}

