@charset "iso-8859-1";
/* author: Jeff McCormack */
/* Creation date: 1/12/06 */


/*********************************** 
* Begin Header and Typography ID's *
***********************************/

#sidebar h1, #main h1 {
	font-size: 2em;
	font-weight: bold;
	color: #2a3f45;  /* dark olive green */
	}

#sidebar h2, #main h2 {
	font-size: 1.5em;
	font-weight: bold;
	/*	color: #919A74; */
	color: #2a3f45;  /* dark olive green */
	}

#sidebar h3, #main h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #203135;  /* very dark olive green */
	}	

/* This class creates a big drop cap */
.drop {
	font-size: 3em;
	color: #2a3f45;  /* a type of dark olive green */
	float: left;
	margin:0;
	padding-right: 8px;
	line-height: 80%;
	}

/*********************************** 
* End Header and Typography ID's *
***********************************/	



/* Acronym sets a dotted line underneath a word.  On hover a question mark appears.  Used to provide a tool tip definition */
acronym {
	border-bottom: 1px dotted blue;
	padding-bottom: 0px;
	cursor: help;
	}
	
	
/* Defines the font characteristics for unordered lists  */ 	
ul 	{
	font-size: 16px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* This class adds padding to the bottom of the unordered lists in the main content column by specifying the class ID principles. */	
#resources li {
	font-size: 15px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	padding-bottom: 0.85em;
	/* border: 1px solid red;  use this to see border in list item */
	}	
	
/* This class increases the line height spacing in unordered lists. */
.lineheight	{
	line-height: 26px;
	}			
	
/*	The following ID is created to be applied to the nav item of the current page, to give the user some visual feedback.  It has the same rules as the hover state. */	
#selected a:link, #selected a:visited, #selected a:hover  {
	background-color: #3e5d65;  /* dark olive green */
	color: #fff;
	}	


.callout {
	color: #990000;
	margin: 0px 0px 12px 12px;
	float: right;
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/* This class floats images to the right. */
.imgR {
	float: right;
	margin: 0;
	}
	

/* This class is used in comments page as the source of the quote */
.quotesource
		{
		font-size: 11px;
		margin-right: 4em;
		margin-left: 4em;
		padding-top: 4px;
		padding-bottom: 4px;
		}	

/* This class is used to create a smaller font */
.smallfont	{
	font-size: 70%;
	}			


/* Prefered font family and order: Georgia, Verdana, Lucida Fax, "Trebuchet MS", "Times New Roman", Times, serif; */	

/* Other font possibilities include: "Benguiat Bk BT", Avenir, Blueprint, PNM Caecilia, Gill Sans Book, ITC Legacy Sans, Lucida Fax, Lucida Sans, ITC Maiandra (excellent and casual), Memphis, Melior,  Myriad Multiple Master (you can tune the sizes yourself), Sassoon Sans, Serifa, and Univers or Zurich (especially the extended version).	
*/		
	