/* Styles for background images on homepage and inner pages */
body {
	background-color: #D1CCA3;
	margin: 0px 0px 0px 0px;
}
.ourschool {
	background-image: url(images/ourSchool.gif);
	background-repeat: repeat-x;
	background-color: #C0C060;
	vertical-align: top;
}
.principal {
	vertical-align: top;
	background-color: #3C8EC1;
	background-image: url(images/principal.gif);
	background-repeat: repeat-x;
}
.classroom {
	vertical-align: top;
	background-color: #70A070;
	background-image: url(images/classroom.gif);
	background-repeat: repeat-x;
}
.calendar {
	background-image: url(images/calendar.gif);
	background-repeat: repeat-x;
	background-color: #4BA0A0;
	vertical-align: top;
}
.links {
	background-color: #FFCC33;
	vertical-align: top;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-color: #1D338C;
}
.blue {
	background-color: #A4BAF8;
	vertical-align: top;
}
.tan {
	background-color: #ECEC90;
	vertical-align: top;
}
.green {
	background-color: #ACE5AC;
	vertical-align: top;
}
.fix{
    background-image: url(images/fix.gif);
	background-repeat: repeat-x;
}

/*Styles for text content and links */
.contentText {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #1C338B;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}
.tableText {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #1C338B;
	vertical-align: top;
}
.title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #1C338B;
	vertical-align: top;
}
.title2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #1C338B;
	vertical-align: top;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-align:center;
}
.footerLinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
}
.footerLinks a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.footerLinks a:visited {
	text-decoration:none;
}
.footerLinks a:hover {
	color: #FF9900;
	text-decoration:none;
}
.backTop {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
	padding-left: 15px;
}
.backTop a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}
.backTop a:visited {
	text-decoration:none;
	color: #FF6600
}
.backTop a:hover {
	color: #1C338B;
	text-decoration:none;
}

li {  margin-top: 5px; margin-left: 5px; border-top-width: 5px; border-left-width: 5px}

