/* ELEMENTS *************************************************************/
body {
	/* scrollbar style is IE-only */
	scrollbar-base-color:#99CC99;
	scrollbar-track-color: #eeeeee;	/* lt-gray */
	scrollbar-arrow-color: blue;
	scrollbar-DarkShadow-color: #336600;	/* mid-green */
	}



/* each a.cntr must be styled width:??px.  Safari requires 4px more than IE or Moz */
a.cntr {
	display:block;	/* only block-level elements can be centered this way */
	margin-left:auto;
	margin-right:auto;
	/*background-color:#CC6633;*/	/* for individual width diagnosis */
	}

hr {	
	background-color:#336600;	/* mid-green */
	clear:both;
	margin:10px;
	height:2px;	
	}

/* divs ******************************************************************************/
div.bkgnd {background:url(grfx/grnback.jpg);}

/* titles ***** default font-size is 12pt *********************************************/
span.pagetitle {
	font-size: 12pt;
	color:#336600;	/* mid-green */
	}

span.title {color:#336600;	/* mid-green */}

span.heading {
	font-size: 12pt;
	color:#0066FF;	/*lt blue*/
	}

span.label {color:#0066FF;	/*lt blue*/}


/* menus *******************************************************************************/
div.bar {top:140px;}

/* this <a> carries btn_bar.jpg and has an href and a :hover */
a.blnk {background:url(grfx/btn_bar.jpg);}

/* not necessary to spec link pointer in a.menu */
a.blnk:hover {background:url(grfx/btn_over.jpg);}

/* this <a> also carries btn_bar.jpg BUT has NO href, no :hover, and no pointer */
a.bnolnk {background:url(grfx/btn_bar.jpg);}

a.m {background:url(grfx/btn_menu.jpg);}

/* not necessary to spec link pointer in a.menu */
a.m:hover {background:url(grfx/btn_over.jpg);}