
/* styles for the education pages */

.eduheading {
	font-size:     1.5em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.edusubheading {

	font-size:     1em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.edustory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: inherit;
}

p.edustoryindent {
	font-size:     0.8em;
	color:         #000000;
	font-weight:   400;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

p.edustory a:link {
	background-color: #FFFFCC;
	color: #0000FF;
	text-decoration: underline;
}
p.edustory a:visited {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: underline;
}
p.edustory a:link:hover {
	background-color: #0000FF;
	color: #FFFFCC;
	text-decoration: none;
}
p.edustory a:visited:hover {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
}

li.edustory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: default;
	text-align: left;
	text-transform: inherit;
}

li.edustory a:link {
	background-color: #FFFFCC;
	color: #0000FF;
	text-decoration: underline;
}
li.edustory a:visited {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: underline;
}
li.edustory a:link:hover {
	background-color: #0000FF;
	color: #FFFFCC;
	text-decoration: none;
}
li.edustory a:visited:hover {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
}

