body {
	background-color: #1E3258;
	background-image: url(../images/background-bluefade.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
table#Header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
table#Header td#Header-Content {
	background-color: #FFFFFF;
	border-bottom: 7px solid #FFB125;
}
table#Header-ContentTable {
	background-image: url(../images/headers/architecture.jpg);
	background-repeat: no-repeat;
	background-position: 90px 0;
}
td#Header-Links td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	padding: 1px;
	padding-bottom: 2px;
	text-align: right;
	padding-right: 14px;
	background-image: url(../images/arrow-headerlink.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
td#Header-Links td a {
	color: #666666;
	text-decoration: none;
}
td#Header-Links td a:hover {
	text-decoration: underline;
}

/* ===================================================================
                           Body Section
=================================================================== */

td#Body-Content {
	width: 736px;
	background-color: #FFFFFF;
	border-left: 12px solid #446ebe;
	border-right: 12px solid #446ebe;
	border-bottom: 12px solid #446ebe;
	padding: 1px;
	padding-top: 0;
}

/* ===================================================================
                        Page Title Coloring
=================================================================== */

tr#BodyStyle-Students #PageTitle h1 {
	border-bottom: 0 none #FFFFFF;
	background-color: #a71c2b;
	color: #FFFFFF;
}
tr#BodyStyle-Cooperative #PageTitle h1 {
	border-bottom: 0 none #FFFFFF;
	background-color: #466590;
	color: #FFFFFF;
}
tr#BodyStyle-AdultEducation #PageTitle h1 {
	border-bottom: 0 none #FFFFFF;
	background-color: #764390;
	color: #FFFFFF;
}
tr#BodyStyle-Library #PageTitle h1 {
	border-bottom: 0 none #FFFFFF;
	background-color: #5b9047;
	color: #FFFFFF;
}

/* ===================================================================
                         Subpage Navigation
=================================================================== */

/* Remove the default padding from the cells */
table#Navi td {
	padding: 0;
}

/* Make the subpage navigation links look like buttons */
table#Navi a {
	display: block;
	height: 29px;
	width: 100px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* Throw the link text off-screen so it does not display on top of the buttons */
table#Navi a b {
	position: relative;
	top: -1200px;
}

/* Size the buttons and give them their button image */
td#Navi-Students a {
	width: 177px;
	background-image:  url(../images/tabs/students.gif);
}
td#Navi-Cooperative a {
	width: 210px;
	background-image: url(../images/tabs/cooperative.gif);
}
td#Navi-AdultEducation a {
	width: 154px;
	background-image: url(../images/tabs/adulteducation.gif);
}
td#Navi-Library a {
	width: 190px;
	background-image: url(../images/tabs/library.gif);
}

/* Add a default white border to the bottom of the buttons */
td#Navi-Students, td#Navi-Cooperative, td#Navi-AdultEducation, td#Navi-Library {
	border-bottom: 1px solid #FFFFFF;
}

/* Add a left border to all buttons except for the first */
td#Navi-Cooperative, td#Navi-AdultEducation, td#Navi-Library {
	border-left: 1px solid #FFFFFF;
}

/* The following sections are styles for when specific buttons are selected... */

/* ----- The Students & Parents tab is selected ----- */
tr#BodyStyle-Students td#Navi-Students {
	border-bottom: 1px solid #a71c2b;
}
tr#BodyStyle-Students td#Navi-Cooperative a { background-image: url(../images/tabs/cooperative-faded.gif); }
tr#BodyStyle-Students td#Navi-AdultEducation a { background-image: url(../images/tabs/adulteducation-faded.gif); }
tr#BodyStyle-Students td#Navi-Library a { background-image: url(../images/tabs/library-faded.gif); }

/* ----- The Cooperative Education tab is selected ----- */
tr#BodyStyle-Cooperative td#Navi-Cooperative {
	padding-bottom: 0;
	border-bottom: 1px solid #466590;
}
tr#BodyStyle-Cooperative td#Navi-Students a { background-image: url(../images/tabs/students-faded.gif); }
tr#BodyStyle-Cooperative td#Navi-AdultEducation a { background-image: url(../images/tabs/adulteducation-faded.gif); }
tr#BodyStyle-Cooperative td#Navi-Library a { background-image: url(../images/tabs/library-faded.gif); }

/* ----- The Adult Education tab is selected ----- */
tr#BodyStyle-AdultEducation td#Navi-AdultEducation {
	padding-bottom: 0;
	border-bottom: 1px solid #764390;
}
tr#BodyStyle-AdultEducation td#Navi-Students a { background-image: url(../images/tabs/students-faded.gif); }
tr#BodyStyle-AdultEducation td#Navi-Cooperative a { background-image: url(../images/tabs/cooperative-faded.gif); }
tr#BodyStyle-AdultEducation td#Navi-Library a { background-image: url(../images/tabs/library-faded.gif); }

/* ----- The Library & Resources tab is selected ----- */
tr#BodyStyle-Library td#Navi-Library {
	padding-bottom: 0;
	border-bottom: 1px solid #5b9047;
}
tr#BodyStyle-Library td#Navi-Students a { background-image: url(../images/tabs/students-faded.gif); }
tr#BodyStyle-Library td#Navi-Cooperative a { background-image: url(../images/tabs/cooperative-faded.gif); }
tr#BodyStyle-Library td#Navi-AdultEducation a { background-image: url(../images/tabs/adulteducation-faded.gif); }

/* ===================================================================
                              Footer
=================================================================== */
table#Footer td, table#Footer a {
	color: #b0b7c5;
}
table#Footer a:hover {
	text-decoration: none;
}