
div.banner{
	height: 122px;
	width: 990px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.form-header2{
	background: #008000;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid black;
}

td.form-header3{
	background: #008000;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-align: left;
	border-top: 1px solid black;
}

input.school-button{
	color: #FFFFFF;
	background: #008000;
	border: 1px outset black;
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", freesans, sans-serif;
	text-align: left;
	vertical-align: top;
}

td.day-header{
	background: #008000;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

td.day-header2{
	background: #008000;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	border-top: 1px solid black;
}

span.highlight{
    background: #FFFF00;
    color: #000000;
}

a:link.nav{
	height: 35px;
	width: 147px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

a:visited.nav{
	height: 35px;
	width: 147px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

a:hover.nav{
	height: 35px;
	width: 147px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -147px 0px;
}

a:link.nav-selected{
    height: 35px;
    width: 147px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    display: block;
    background-image: url(images/button-selected.png);
    background-repeat: no-repeat;
}

a:visited.nav-selected{
    height: 35px;
    width: 147px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    display: block;
    background-image: url(images/button-selected.png);
    background-repeat: no-repeat;
}

a:hover.nav-selected{
    height: 35px;
    width: 147px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    display: block;
    background-image: url(images/button-selected.png);
    background-repeat: no-repeat;
    background-position: -147px 0px;
}

a:link.menu{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.menu{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu{
	color: #00DC00;
	text-decoration: none;
}

a:hover.menu-selected{
	color: #00DC00;
	text-decoration: none;
}

a:link.arrow-right{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	float: right;
}

a:visited.arrow-right{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	float: right;
}

a:hover.arrow-right{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	float: right;
}

a:link.arrow-left{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	float: left;
}

a:visited.arrow-left{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	float: left;
}

a:hover.arrow-left{
	height: 24px;
	width: 88px;
	color: #000000;
	margin: 0px;
	display: block;
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	float: left;
}

a:link.arrow-header-right{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-right.png);
	background-repeat: no-repeat;
	float: right;
}

a:visited.arrow-header-right{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-right.png);
	background-repeat: no-repeat;
	float: right;
}

a:hover.arrow-header-right{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-right.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	float: right;
}

a:link.arrow-header-left{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-left.png);
	background-repeat: no-repeat;
	float: left;
}

a:visited.arrow-header-left{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-left.png);
	background-repeat: no-repeat;
	float: left;
}

a:hover.arrow-header-left{
	height: 20px;
	width: 30px;
	color: #000000;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	display: block;
	background-image: url(images/arrow-header-left.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	float: left;
}

a:link{
	color: #008000;
}

a:visited{
	color:#004E00;
}

a:hover{
	color: #00DC00;
}
