/* Fix ABBR and ACRONYM underlines for Safari and others */
abbr, acronym, dfn	{
	border-bottom: .1em dotted;
	cursor: help;
	}

/********STANDARD FORMATTING********/
/* Address and IMG format */
address, .img	{text-align: center;}

/* Standard indent for all paragraphs (needs both top and bottom, apparently) */
p		{text-indent: 1em; margin-top: .4em; margin-bottom: .4em;}

/* Visual offset for an aside, paragraph and inline span */
p.aside	{text-indent: 0; margin-left: 8%; margin-right: 8%;}

/* Flush-left paragraphs */
p.f, p.hnav,  div.fn p, div.img p	{text-indent: 0;}

/* Posting/modification date: */
p.moddate	{text-indent: 0; font-size: 90%;}

/* Horizontal fixed avigation line formatting */
p.hnav
{
	position: fixed;
	width: 95%;
	text-align: center;
	padding-bottom: 5px;
	margin: 0;
}

/* notation of currently-selected page (inactive, current link in navigation areas): */
.currpage	{color: #FFCC00; font-size: larger;}

/* Footnote format */
.fn		{text-indent: 0; text-align: left; font-size: smaller;}
div.fn hr	{width: 10%; position: relative; right: 45%;}

/* Standard page body side margins */
.margin	{margin-left: 4em; margin-right: 4em ;}

/* Font size adjustments */
.bigf		{font-size: larger;}
.small, .img	{font-size: 90%; margin-left: 4%; margin-right: 4%;}
.smallfnt, .aside	{font-size: 90%;}
.smf		{font-size: smaller;}

/* Font weight in spans */
.bold	{font-weight: bold;}

/********SPACING ADJUSTMENTS********/
/* DD spacing */
dt		{ margin-top: 1em;}

/* Give IMGs more space */
img.space	{margin-top: 1em; margin-bottom: 5px;}
img.px {margin: 1em}

/* Spacing between LI items (eases scrunched lists). ex is x-height of letter: */
li		{margin-bottom: .25em;}


/********COLORS etc. FOR EMPHASIS********/
.emcolor	{color: #FF0000;} /* red */
.green	{color: green;}

/* New Items */
.new		{color: #33CC00;} /* Yellowish */
.newUD	{color: #F90; font-style: italic;}

/* Table color emphasis */
.bkemcolor1	{background-color: #9F9;}
.bkemcolor2	{background-color: #FCC;}

/* Y.A. way to visually emphasize a line or two of text */
p.tagline	{text-indent: 0; text-align: center; padding: 4px; background-color: #FC6; color: #480066; font-family: "Lucida Grande", Helvetica, sans-serif;}

/* One common emphasis color */
.yel	{color: yellow;}


/********TYPOGRAPHY********/
/* Mac menu font */
.mmenu	{font-family: Charcoal, Chicago;}

/* Strike-through type in CSS */
.strike	{text-decoration: line-through;}

/* Monospaced font */
.monsp	{font-family: Monaco, monospace;}