/* replace gray body #e5e5e5 with dk blue #043b54 */
/* replace dark blue page body #043b54 w/ bright blue #0ba0e5 */
/* replace orange borders #ffcc00 with orange #f67437 */
/* invert the logo; try light color on dark */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.jdtest {
	line-height: 15px;
}
.pagebody {		/* the dead area of the browser window surrounding the page */
	background-color: #808080; 
}

.bannertable {
	background-color: #354e71;
	/* border: 2px solid #000000; */
	/* background-image:url(graphics/ltgreentile.jpg); */
	background-repeat:repeat;
}
.bannerright {
	background-image:url(graphics/collage1300.jpg);
	background-repeat:no-repeat;
	background-position: center 15px;
}
.bannerseparatorrow {		/* between the banner and the body */
	background-color: #043b54;
}
.bannerseparatorrow2 {		/* between the banner and the body */
	background-color: #c5cdd8;
}
.bodytable {		/* the part of the page below the banner */
	/* border: 2px solid #000000;*/
	background-color: #ffffff;
}


.leftcolumn{		/* the left-hand column of the page body, below the banner */
	background-color: #c5cdd8;
}

.lefttable{		
	background-color: #c5cdd8;
}
.navmenu {
	border: thin solid #ffcc00;
	text-align:center;
	background-color:#ffffff;
	/* background-image:url(./graphics/ltgreentile.jpg);*/
	color:#000000;
	font-weight:bold;
	font-size: 10pt;
	font-variant: small-caps;
}
.navmenu-a {
	color:#000000;
	text-decoration: none;
}
.disablednavmenu {
	border: thin solid #ffcc00;
	text-align:center;
	background-color:#ffffff;
	/* background-image:url(./graphics/ltgreentile.jpg); */
	color:#808080;
	font-weight:normal;
	font-size: 10pt;
	font-variant: small-caps;
}
.centertable {						/* the middle column of the page body, below the banner */
 	border: thin solid #ffcc00;
	background-color:#ffffff;
}
.rightcolumn {				/* the right-hand column of the page body, below the banner */
	background-color: #c5cdd8;
}
.righttable {				
	background-color: #c5cdd8;
}

.righttablehighlights {		/* cells in the right-hand column */
	background-color:#ffffff;
	background-image:url(graphics/growingbookpale.gif);
	background-position:center 40px;;
	background-repeat:no-repeat;
	border:2px solid #ffcc00;
	text-align:center;
}

.footerrow {
	background-color: #c5cdd8;
}
.footerrow2 {
	background-color: #043b54;
}

.utilrow{		/* the row just under the banner, with login and logout links*/
	background-color: #c5cdd8;
	text-align:right;
	font-size:8pt;
}

.utilrow a{
	color:#000066;
}


/* 
make a textured pale teal bg for the header area
make a beveled teal horizontal bar to divide the header from the body
#004d4d darkteal
#e5ffff very pale teal
#ffff66 yellow
#e5e5e5 lighter gray 
#003333 very dark teal

html standard colors
#483d8b "darkslateblue"
#2f4f4f "darkslategrey"
#006400 "darkgreen"
other colors
#E7FAE2 pale green
#d4d4d4 gray 
#e5e5e5 lighter gray 
#043b54 dk blue
#004242 dk green
#daf7d4 lt green
#ffcc00 gold
#9a0000 dk red
#92b0b8 med. blue
#72321b chestnut brown
#453228 dk brown
#cbdbdf pale blue
#DCE7EA paler blue
*/
