.body {
	color : #000000;
	background-color : #FFFFFF;
}
a:link {
	color: #AE32AE;
	text-decoration: none;
}
a:visited {
	color: #AE32AE;
}
a:hover {
	color: #AE32AE;
	text-decoration: underline;
}
a:active {
	color: #AE32AE;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
h1 {
	color: #0A612E;
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 3px 0px 0px;
}
h2 {
	color: #0A612E;
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	text-indent: 42px;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-weight : bold;
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #005826;
}
.menu-text {
	font-weight : bolder;
	font-size : 9pt; /* old 10pt */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #005826;
	cursor: pointer;
}

.section-header {
	font-weight : bold;
	font-size : 18pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #005826;
}

.content-text {
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content-table {
	padding-left : 40px;
	padding-right : 350px; /* old 10px */
}

.testimonial-text {
	font-weight : bolder;
	font-size : 11pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.reference-text {
	font-weight : normal;
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.reference-caption {
	font-weight : bold;
	font-size : 12pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.spacer {
	font-size : 6pt;
}

.photo-caption a{
	color : #005826;
	font: 14pt Georgia, "Times New Roman", Times, serif;
}

.link {
    font-size : 9pt;
	text-decoration : none;
}

.reference-spacer {
	font-size : 2pt;
}

.copyright {
	font-size : 7pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #999999;
}	

table#compare-teachers {
	text-align: center;
}

.btn_print_chart {
	float: right; 
	padding: 5px 100px 0px 0px;
}

/* navigation */
	
#nav {
	text-align: left;
	background-color: #A3D29C;
	padding: 8px 0px 0px 3px;
	margin: 18px 13px 0px 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav ul {
	background-color: #FFF79A;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/* need box model for ie6 */
}
#nav li a {
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 3px 21px;
	width: 170px;
	color: #005826;
	text-decoration: none;
	background: url(../images/bg_nav.gif) no-repeat 8px 6px;
}
#nav li a:hover, #nav li a.active {
	background: #A3D29C url(../images/bg_nav.gif) no-repeat 8px -86px;
	color: #FFFFFF;
	text-decoration: none;
}