/*  SNHU Website Final

 Filename: contactus.css

 Author: Brian Demers   

 Date:   11/3/2015

 */
 
 
.contactus td {
	padding: 0px 5px;
	text-align: center;
	font-size: 18px;
}
.contactus caption {
	border-bottom: 2px light blue;
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
.contactus thead {
	border-bottom: 2px light blue;
	background-color: blue;
	text-align: center;
}
.contactus thead tr {
	height: 25px;
}
.contactus thead th {
	padding: 0px 5px; 
	letter-spacing: 2px;
	text-align: center;
}
.contactus tfoot {
	border-bottom: 2px light blue;
	background-color: blue;
	text-align: center;
}
.contactus tfoot tr {
	height: 40px;
}
.contactus col.firstColumn {
   width: 22%;
}
.contactus col.lastColumn {
   width: 22%;
}