/* ELEMENTS *************************************************************/

div.rule {background-color:#ffcccc;}	/* faded pink */

div.bar {top:70px;}

/* 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);}

/* DICTIONARIES ***************************************************************/
dl { margin-top:-15px; }

dt { margin-top:15px; }


/* SPANS (body font-size is 12pt) **********************************************************/
span.pagetitle {color: #ff3399;}

span.title { color: #ff3399; }

/* DIVS ********************************************************************************/

/* outer column container */
div.colpair {
	width:998px;
	float:left;
	border:solid black;
	border-width:1px 1px 0px 1px;
	}

/* leftward column */
div.lcol {
	width:496px;
	float:left;
	border:solid black;
	border-width:0px 1px 0px 0px;
	padding-left:3px;
	}

/* rightward column */
div.rcol{
	width:496px;
	height:inherit;
	float:left;
	border:none
	padding-left:3px;
	}