/*

Generic School Homepage Style Sheet

*/


/* Upcoming Events */

dl.school-home-calendar {
	font-size: 85%;
	font-family: arial, sans-serif;
	line-height: 130%;
	margin: 5px 0px 0px 1px;
	position: relative;
}
dl.school-home-calendar dt {
	float: left;
}
dl.school-home-calendar dd {
	margin-left: 4em !important;
	margin-left: 3.75em; /* Readjust for IE6 and the 3px jog. */
	margin-bottom: 1em;
}

dl.school-home-calendar dd a {
	color: black;
	text-decoration: none;
}
dl.school-home-calendar dd a:hover {
	text-decoration: underline;
}


/* News and Features */

ul.school-home-news {
	font-size: 85%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul.school-home-news li {
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	line-height: 120%;
	clear: left;
	font-size: 100%;
}
ul.school-home-news li.first {
	margin-top: 0;
}
ul.school-home-news li a {
	border-width: 0;
	text-decoration: none;
	color: black;
}
ul.school-home-news li a:hover {
	text-decoration: underline;
}
ul.school-home-news li a.news-headline {
	font-weight: bold;
	font-size: 108%;
	
}
ul.school-home-news li a.news-story {
	color: black;
}


