@charset "UTF-8";
/* CSS Document */

.redschool {
	background-color: #E61939;
	position: relative;
	width: 760px;
	color: #FFF;
	padding-left: 140px;
	background-image: url(images/schoolRedBckgnd.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.redschool.home {
	background-image: url(images/schoolRedBckgnd02.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
}
.redschool a, .redschool a:link, .redschool a:visited {
	color: #FF0;
	text-decoration: none;
}
.redschool a:hover, .redschool a:active, .redschool a:focus {
	text-decoration: underline;
}
.yeloschool {
	background-color: #FFF100;
	position: relative;
	width: 760px;
	color: #000;
	padding-left: 140px;
	background-image: url(images/schoolYeloBckgnd.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
.yeloschool a, .yeloschool a:link, .yeloschool a:visited {
	color: #E61939;
	text-decoration: none;
}
.yeloschool a:hover, .yeloschool a:active, .yeloschool a:focus {
	text-decoration: underline;
}
.yeloschool .schoolcontent h1 {
	color: #E61939;
}
.yeloschool .schoolfooter a , .yeloschool .schoolfooter a:link, .yeloschool .schoolfooter a:visited{
	color: #000;
}
.yeloschool .schoolfooter a:hover, .yeloschool  .schoolfooter a:active, .yeloschool .schoolfooter a:focus {
	color: #E61939;
}
.schoolcontent {
	min-height: 465px;
	padding-top: 110px;
}
.schoolfooter {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}
.schoolfooter a, .schoolfooter a:link, .schoolfooter a:visited {
	color: #FFF;
	text-decoration: none;
}
.schoolfooter a:hover, .schoolfootel a:active, .schoolfoote a:focus {
	color: #FF0;
	text-decoration: underline;
}
.schoolcontent h1 {
	font-weight: bold;
	color: #FF0;
	font-size: 60px;
	line-height: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.schoolcontent ul li {
	list-style-type: disc;
	display: list-item;
}
.schoolcontent ul {
	margin-left: 10px;
	margin-bottom: 20px;
}
.schoolcontent li {
	margin-bottom: 10px;
}
input#submit {
	background-image: url(images/submitButton.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 86px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
	float: right;
	margin-right: 100px;
}
.smaller {
	font-size: 75%;
}
.paddedtable {
	padding-bottom: 10px;
}
#price {
	font-size: 35px;
	font-weight: bold;
	height: 35px;
	width: 100px;
}
#qty {
	font-size: 35px;
	font-weight: bold;
	height: 35px;
	width: 70px;
}
#total {
	font-size: 35px;
	font-weight: bold;
	height: 35px;
	width: 150px;
	color: #FF0;
	background-color: #E61939;
}
*:focus
        {
            outline: none;
        }
