@charset "UTF-8";
/*
 *     $Author: Wohlstadter $
 *       $Date: 2010-04-07 15:56:30 -0500 (Wed, 07 Apr 2010) $
 *   $Revision: 93 $
 *    $HeadURL: http://svn.xp-dev.com/svn/RiverWest_Volunteer/River_des_Peres/trunk/Site/WebContent/styles/text.css $
 *     Subject: Primary css font definitions used to format the text for all pages.
 */

body {
	/*font: .8em verdana, arial, sans-serif; */
	font: .8em arial, helvetica, sans-serif;
}

* html code {font-size: 1.1em;} /* default size is smaller in IE */

.button {
	width: 8em;
}

a:hover {
	text-decoration: none;
}

blockquote cite {
/*	font-size: .85em; */
}

code {
/*	font-size: 1.25em; */
}

cite {
/*	font-size: .85em;
	font-style: italic; */
}

dt {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
/*	font-family: 'Trebuchet MS', Verdana,  serif; */
} 

/*
table {
	font-size: .8em;
}

table caption {
	font-weight: bold;
	font-size: 1em;
}

ul, dl, ol {
	font-size: .8em;
	line-height: 1.5;
}
*/

a.more {
	text-decoration: none;
}

#header_content #menu a {
/*	font-size: 1.4em; */
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
}

#header_content #menu ul li ul a {
/*	font-size: 1.6em; */
	font-size: .9em;
	text-decoration: none;
}

#body {
	font-family: arial, helvetica, sans-serif;
}

#document_content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}

#document_content h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}

#document_content h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.story h4 {
	font-size: .9em;
	font-weight: normal;
}

#document_content ul {
	line-height: 1.5em;
}

#document_content .timestamp {
	font-style: italic;
}

#event {
	text-align: center;
}

#event tr td {
	font-family: verdana, helvetica, sans-serif;
}

#event tr td.label {
	font-weight: bold;
}

#sidebar_content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
}

#sidebar_content h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#quote_content {
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 12pt;
	font-style: italic;
}

#quote_content .quote {
	font-weight: bold;
	font-size: 26pt;
}

#quote_content .header {
	font-size: 24pt;
	font-weight: bold;
}

#quote_content .body {
}

#quote_content .author {
	font-size: 14pt;
}

#quote .tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
}

#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}