body {
	font-size: 13px;
	line-height: 1.5;
	font-family: Arial, sans-serif;
}

span.dropcap {
	font-family: Times, serif;
	font-size: 44px;
	line-height: 38px;
	float: left;
	padding-right: 1px;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
	margin: 20px 0;
}

.showtitle {
	font-family: Times, Serif;
	font-size: 50px;
	line-height: 1;
	color: #aaa;
	margin: 0;
}

.pagetitle {
	font-family: Times, Serif;
	font-size: 40px;
	line-height: 1;
	color: #aaa;
	margin-bottom: 15px;
}

.directorname {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
	color: #aaa;	
}

.subhead {
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
}

.footerLarge {
	color: #aaa;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;	
}

h3 {
	color: #aaa;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}

.center {
	text-align: center;	
}

.left {
	text-align: left;	
}

.right {
	text-align: right;	
}

p {
	margin: 0 0 15px 0;	
}

img.left {
	float: left;
	margin: 0 20px 20px 0;	
}

img.right {
	float: right;
	margin: 0 0 20px 20px;	
}

a {
	font-weight: bold;
	color: #4B728D;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

div.infobox {
	background-color: #ddd;
	border: 2px solid #aaa;
	margin: 20px;
	padding: 10px;	
}