@charset "utf-8";

/* ELEMENTS *************************************************************/
html {
	margin:0px;
	padding:0px;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000066;	/* deep navy blue */
	margin:0px;
	padding:0px 0px 0px 2px;
	}

.clrd {clear:both;}

.indnt {margin-left:15px;}

/* images ****************************************************/
img {
	vertical-align:top;
	border:none;
	}

img.lward {
	float:left;
	margin-right:4px;
	margin-bottom:25px;	/* space for next paragraph, which must be styled clear:both */
	}

img.cntr {
	/* MUST style width explicitely for each img */
	margin-left:auto;
	margin-right:auto;
	}

img.rward {
	float:right;
	margin-left:4px;
	margin-bottom:25px;	/* space for next paragraph, which must be styled clear:both */
	}


/* LISTS *************************************************************
	• place the leading paragraph IN the list after the <ul> tag
	• might need to be floated
	• style width explicitely if there are wrap probs
	• might need to style clear:left */

ul.cmn {
	/*width:985px;*/
	margin:0px;
	padding:0px;
	list-style-position:inside;	/* brings <li> inside the style */
	}

/* don't miss this */
li.cmn {
	margin:0px;
	padding:0px 0px 0px 15px;
	}

ul.expl {
	margin:0px;
	padding:0px;
	list-style-position:inside;	/* brings <li> inside the style */
	list-style-type:none;
	}

/* don't miss this */
li.expl {
	margin:0px;
	padding:0px 0px 0px 20px;
	}

ul.cat {
	width:985px;
	float:left;
	margin:0px;
	list-style-type:none;
	display:inline;
	}

li.cat { color:#dd7727; /* gold */ }

ul.subcat {
	list-style-type: none;
	display:inline;
	}

li.subcat {
	color:#000066;	/* deep navy blue */
	text-indent:20px;
	}

/* SPANS (body font-size is 10pt) **********************************************************/
span.pagetitle {font-size:12pt;} /* color set in site CSS */

/*spec span.title in site CSS */

span.gold {color: #dd7727;}

span.bld {font-weight:bold; }

span.note {
	font-size:8pt;
	color:#0066FF;
	}

/* float, usually before a ul.cmn */
span.flt {float:left;}

/* float w/underline */
span.flt-u {
	float:left;
	text-decoration:underline;
	}
