body, td, p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 1.5em
}

a:active, a:hover, a:link, a:visited {
	color : #39398c;
	text-decoration : underline;
}

a:link.metanav, a:visited.metanav {
	color : #ffffff;
	text-decoration : none;
}

a:active.metanav, a:hover.metanav {
	color : #39398c;
	text-decoration : none;
}

a:link.main_nav, a:visited.main_nav {
	font-family: Book Antiqua, Times New Roman, Times, Serif;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

a:active.main_nav, a:hover.main_nav {
	font-family: Book Antiqua, Times New Roman, Times, Serif;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

a:link.section_nav, a:visited.section_nav {
	color : #39398c;/*#639cce;*/
	text-decoration : none;
}

a:active.section_nav, a:hover.section_nav {
	color : #39398c;
	text-decoration : underline;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

ul.arrow {
	list-style-type: none;
	padding: 2;
	margin: .5;

}

li.arrow {
	background-image: url(http://education.homansquare.org/images/green_arrow.gif);
	background-repeat: no-repeat;
/*	background-position: 1.0em;
*/	padding-left: 1.0em;

}

.title {
	background: #c6d6ef;
	color: #39398c; /*#639cce;*/
	font-family: Book Antiqua, Times New Roman, Times, Serif;
	font-size: 20px;
	font-weight: normal;
}

.error {
	color: #cc0000;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
}



