/* CSS Document */

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.yellow_bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF200;
}

#navbar {
	height: 26px;
	padding: 0;
	list-style: none;
	background: url(http://www.heatonschools.org/images/sliver2.png) repeat-x;
	float: inherit;
	font-size: 120%;
}

#navbar li {
	float: left;
	height: 25px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	border-left: 1px solid #FFE000;
}

#navbar a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	color: #0D198D;
	font-family: Times, Times New Roman;
	font-weight: bold;
}

#navbar a:hover, #navbar a.active {
	color: #fff;
	background: #FFE000;
}
