/* School Specific Styles - Overrides & Unique Attributes (See also sharedStyles.css) */

/* * * * * * * * * * * * * * * * * * * * * * 
 STYLES from sharedStyles.css
* * * * * * * * * * * * * * * * * * * * * */

div.topNavBox {
	display: none;
}
table.mainTwoColTable {
	background-image: url(../fw/libertyCorner/twoColBgTile.gif);
}
table.mainTwoColTable td.tableTop {
	background-image: url(../fw/libertyCorner/twoColBgTop.gif);
}
table.mainTwoColTable td.tableBtm {
	background-image: url(../fw/libertyCorner/twoColBgBtm.gif);
}
div.leftContentBox {
	background-color: #5E96CA;
}
div.mainContentBox a {
	color: #1968B3;
}
div.mainContentBox h1 {
	color: #11497D;
}/* Used for page headings. */
div.mainContentBox h2 {
	background-color: #11497D;
}/* Used for page subheadings. */
div.mainContentBox h3 {
	background-color: #3077BB;
}/* Used for section headings */
div.mainContentBox h6 {
	color: #8C9DCC;
}/* Used for main photo/illustration credit subheadings */

/* * * * * * * * * * * * * * * * * * * * * * 
 leftNav STYLES 
* * * * * * * * * * * * * * * * * * * * * */

#leftNav li {
	background-image: url(../fw/libertyCorner/leftNavMainLinkTop.gif);
}
#leftNav ul ul {
	background-image: url(../fw/libertyCorner/leftNavListBtm.gif);
}
#leftNav a {
	background-image: url(../fw/libertyCorner/leftNavMainLinkBtm.gif);
	background-color: #3077BB;
}
#leftNav ul a {
	color: #0C3459;
	background-image: url(../fw/libertyCorner/leftNavArrow.gif);
}
#leftNav ul a:hover, 
#leftNav ul ul a {
	background-color: #8CB4D9;
}/* Shared attributes grouped for consisitency. */