/* LAYOUT  items*/
body /*font-size: http://www.thenoodleincident.com/tutorials/typography/css/real.css */
{
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 780px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}

#printtitle { display: none; }

#col_cntr p
{
	color: darkslategray;
	text-align: left;
	text-indent: 3em;
	font-size: .9em;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#col_cntr a:link, #col_cntr a
{
	border-bottom: thin lightsteelblue solid;
	text-decoration: none;
	background-color: lightcyan;
	color: #333;
}

#col_cntr a:hover, #col_cntr a:active; #col_cntr a:visited
{
	background-color: lightcyan;
	border-bottom: thin darkslateblue solid;
	text-decoration: none;
	color: #333;
}

#donet
{
	border: 0;
	background-color: transparent;
}

#directions
{
	padding: .5em 0 .5em .5em;
	border-color: lightsteelblue;
	border-width: 1px 0 1px 1px;
	border-style: dotted;
	font-family: Arial, sans-serif;
	font-style: italic;
	text-align: center;
}

#directions p
{
	font-family: Verdana, sans-serif;
	font-size: .9em;
	text-indent: 0;
	font-weight: normal;
	text-align: center;
	color: #555;
	line-height: normal;
}

#footer p
{
	font-size: .9em;
	text-indent: 0em;
	padding: .5em 8em 0 8em;
	line-height: 180%;
	margin: 0;
}

li { line-height: 150%; }

.tail
{
	font-size: .9em;
	padding: 1em 8em;
	text-indent: 2em;
	text-align: justify;
}

/* ----------formatting----------------- */
h1
{
	font-size: 1.5em;
	text-align: right;
	letter-spacing: .3em;
	color: #475293;
	/*graphite blue*/
	background-color: #FFF;
	background-repeat: no-repeat;
	text-indent: 0;
	line-height: normal;
}

h2
{
	font-size: 1.1em;
	color: #039;
	font-family: Verdana, sans-serif;
	font-style: italic;
	line-height: normal;
	text-align: center;
	margin: 1em;
}

/*changed 19sept09*/
img.caption   /* IMP: img must float! -- used in milestone, bldg26_3, team, m_to_w13_20, interview_1, interview_3, ncr_news_oct44, lau_helen, mcginnis, people.css, sandor, u505, cabin, waves_index, waves_intervews, waves_sugarcamp */ { float: left; }

p.caption
{
	font-size: 0.8em;
	background-color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-indent: 0em;
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
}

p.info /*used in index, sitemap, w to dnc1_11, w_24jan45, contacts*/
{
	list-style-type: none;
	display: list-item;
	list-style-position: inside;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/*blockquote is used in ndex, Milestone, Smith. interviews, wht_ppr, rosters,
 7892, bldg26, ncr_news, bldg 26-2*/

.blockquote
{
	font-size: 0.7em;
	font-style: italic;
	text-align: left;
	background-color: #fff;
	width: 216px;
	float: left;
	padding: 6px;
	margin: 12px 0 0 0;
	text-indent: 0em;
}

/*used in holden1*/
.smallblockquote
{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	background-color: #fff;
	width: 72px;
	float: left;
	padding: 6px 8px 6px 8px;
	margin: 12px 0 0 0;
	text-indent: 0em;
}

/*used in the Smithsonian interviews, JRD bio, wht ppr*/
.lft
{
	font-size: x-small;
	line-height: normal;
	background-color: #FFF;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin: 6px;
}

.rt
{
	font-size: x-small;
	line-height: normal;
	background-color: #FFF;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin: 6px;
}
