@charset "UTF-8";
/* CSS Document */
div#welcome {
	float:left;
	width:100%;
}
#scoringSchoolPic {
	float:left;
	margin:0.5em;
}
table.schedule {
	width:600px;
	margin:0.5em 0 1em 0;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}
table.schedule td {
	padding:0.2em;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
div.topPic {
	background:url(../images/scoring-schools-top-pic.jpg) no-repeat;
}
div.botPic {
	background:url(../images/scoring-schools-bot-pic.jpg) no-repeat;
}
.comments {
	float:left;
	width:620px;
	margin:0.5em 0 0.5em 0;
}
.comments p {
	margin:0;
}