/********************************************************************
 **
 **  Style definitions (CSS) for Chicago Math, NFP web site
 **
 **  I. Greenspan
 **  October, 2005
 **
 ********************************************************************/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Garamond, Georgia, serif;
}
.logo {
	float: left;
	height: 75;
	padding-right: 2em;
	vertical-align: text-bottom;
	border-width: 0;
}
.title {
	font-size: xx-large;
	font-weight: bold;
}
.subtitle {
	font-size: x-large;
	font-weight: bold;
}
.cntrsubtitle {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.smsubtitle {
	font-size: large;
	font-weight: bold;
}
.subsubtitle {
	font-size: large;
}
.cntrsubsubtitle {
	text-align: center;
	font-size: large;
}
.navbar {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	border-width: 0;
	font-family: "Arial",sans-serif;
	font-size: small;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.footerbar {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	border-width: 0;
	font-family: "Arial",sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.trimline {
	background-color: #000000;
	height: 2;
}
.headertable {
	width: 100%;
	border-width: 0;
	padding: 0;
	vertical-align: bottom;
}
.bodytable {
	width: 100%;
	border-width: 0;
	padding: 0;
}
.smtxt {
	font-size: smaller;
}
.cntrsmtxt {
	font-size: smaller;
	text-align: center;
}
.personname {
	width: 200;
	padding-left: 1em;
}
.personbio {
	padding-left: 1em;
	padding-right: 1em;
}