/* Style sheet for "generic" text pages like /recruitment and /about */

td#content {
	/* background-image: url('/images/bg3.png');
	background-repeat: repeat-x; */
	background-color: #000000;
}

.subsection{
	width: 600px;
	alignment:center;
	margin-left: auto;
	margin-right: auto;
	background-color: #e8e2de;
	color: black;
	padding: 20px 50px 20px 50px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	line-height: 1.2ems;
	margin-bottom: 20px;
}

.subsection p {
	padding: 0px;
	margin: 10px;
	text-align:left;

}

.subsection a {
	text-decoration: none;
	color: #6b3b15;

}

.subsection a:hover {
	text-decoration: none;
	font-weight: normal;
}

h3{
	color: #e8e2de;
	font-size: 20px;
	margin-bottom: 2px;
	text-align: center;
	font-family: Arial;
}

.subsection h2{
	
	text-align: center;
	font-family: Garamond;
	font-size: 18px;
}

.sectioncat {
	color: #645036;
	font-weight:bold;
	font-size: 14px;
}


