body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #FAF3DC;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
h2.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: -16px 0 -10px 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
h1.home	{
	font-size: 36px; 
	color:#333366; 
	margin: 0; padding: 0; 
}
h3.home	{
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: italic; 
	color:#333366; 
	margin: 0; padding: 0;
}
h2.home	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color:#999966; 
	margin: 0; padding: 0; 
}
h3.home_tag	{/* ---- for blurb on home page ---*/
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: italic; 
	color:#666633;  
	margin: 0; padding: 0; 
}
td.homepad	{
	padding: 1em;
	vertical-align: top;
}	
/* ---- Drop-down menu for Home Page ---*/

#homenav	{
	width: 800px;
}
#homenav, #homenav ul {
	padding: 0 0 .5em 0;
	margin: 0;
	list-style: none;
	height: 24px;
}
#homenav a {
	display: block;
	color: #FFFFCC;
	text-decoration: none;
}

#homenav li a {
	font-weight: bold;
}
#homenav li a:hover {
	text-decoration: none;
}
#homenav li li a {
	font-weight: normal;
}

#homenav li {
	float: left;
	background-color: #333366;
	padding-right: 4em;
	padding-top: .5em;
	padding-left: 1em;
	color: #FFFFCC;
}
#homenav li li a:hover {
  text-decoration: underline;
  color: #FFF;
	background-color: #333366;
}
#homenav li ul {
	position: absolute;
	width: 16em;/*this makes the submenus stack */
	left: -999em;
}
#homenav li ul li	{
	padding: 0 0 3px 5px;
	width: 16em;
	border-top: #FFFFCC thin dotted;
}	
#homenav li:hover ul {
	left: auto;
}
#homenav li:hover ul, #homenav li.sfhover ul {
	left: auto;
}
ul.iconmenu	{ /* for the sub-menus on Home page --*/
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
ul.iconmenu li	{
	clear: left;
}
ul.iconmenu li a:link	{
	text-decoration: none;
	color:#333366;
}
ul.iconmenu li a:visited	{
	text-decoration: none;
	color:#666699;
}
ul.iconmenu li a:hover	{
	text-decoration: underline;
	color:#C2B17D;
}
ul.iconmenu img	{
	float: left;
}
.textlink	{
	padding-top: 1.5em;
}
ul.whatsnew	{
	list-style-type: disc;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
 }
ul.whatsnew	li	{
	padding-bottom: 1.25em;
}
ul.whatsnew	li a:link	{
	text-decoration: none;
	color:#333366;
	font-weight: bold;
}
ul.whatsnew	li a:hover	{
	text-decoration: underline;
	color:#333399;
	font-weight: bold;
}
ul.whatsnew	li a:visited	{
	text-decoration: none;
	color:#666699;
	font-weight: bold;
}
h3.home a:link	{
	text-decoration: none;
	color:#333366;
}
h3.home a:hover	{
	text-decoration: underline;
	color:#FFFFFF;
}
h3.home a:visited	{
	text-decoration: none;
	color:#666699;
}
p.thisweek	{
	margin-top: 0px;
}
p.thisweek a:link	{
	text-decoration: none;
	font-weight: bold; 
	color:#333366;
}
p.thisweek a:hover	{
	text-decoration: underline;
	font-weight: bold; 
	color:#FFFFFF;
}
p.thisweek a:visited	{
	text-decoration: none;
	font-weight: bold; 
	color:#666699;
}
table.tableborder	{
	border:#999966 thin solid;
}
p.hm_footer	{
	font-size: 10px;
	line-height: 13px;
	color: #999966;
	padding: 0 2em 0 2em;
	float: left;
}	
.searchfield	{
	padding-top: 4px;
}
h3.kidshome_tag	{
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: italic; 
	color:#666633;  
	margin: 0; padding: 20px 0 0 8px; 
}
h2.kidshome	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal; 
	font-style: italic;
	color:#333366;
	padding-left: 10em;
}
a.kidshome	{
	text-decoration: none;
	font-weight: bold; 
	color:#FFFFCC;
	padding-left: 2em;
}
.small {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: normal;
  font-style: normal; 
  line-height: 13px; 
}
.credit {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal; 
  line-height: 13px; 
	color:#888888;
}
.sm_beige {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #999966;
}
#home_btmnav	{
	width: 900px;
	text-align: center;
}	
.btm_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
.btm_nav a:link {
	color: #333366; 
	text-decoration: none;
}
.btm_nav a:hover {
	color:#993300; 
	text-decoration: underline;
}
.btm_nav a:visited {
	color:#666699; 
	text-decoration: none;
}
.searchbox {
	background-color: #DDD2B2;
	height: 120px;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
p, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
table.list_table td, table.list_table td a	{
	font-size: 11px;
	line-height: 17px;
	border-bottom: #E5DCCB 1px solid;
}
table.list_table td.underline	{
	border-bottom: black 2px solid;
	}
}
ol.frameworks li	{
	margin-bottom: 1.5em;
}
ol.frameworks ul	{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ol.frameworks ul li	{
	margin-bottom: .2em;
}
ol.frameworks ul li.title	{
	font-weight: bold;
	font-style: italic;
}
ol.frameworks ul li span.author	{
	font-weight: normal;
	font-style: normal;
}
ol.frameworks ul li.framework_num	{
	font-weight: bold;
}
ul.subul	{
	font-size: 11px;
	line-height: 17px;
}
h5	{font-size: 11px; font-style: italic;}
blockquote.quote	{
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
blockquote.oralhistory	{
	margin-left: 10px;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
q { quotes: '\201C' '\201D' '\2018' '\2019'; 
}
cite	{
	text-align: right;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
q:before
{
	content: open-quote;
}

q:after
{
	content: close-quote;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

/*--menu playground--*/
div.img_menu	{
	clear: left;
	padding-bottom: 1.5em;
}
div.img_menu p, div.img_menu h3	{
	margin-left: 120px;
}
div.img_menu img	{
	float: left;
}
div.menu {
	padding-left: 0px;
}
div.menu h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -5px;
	padding-left: 0px;
}

h2.classroom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	background-color: #D0E0C4;
	height: 20px;
	width: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
.leftpad {
	margin-right: 12px;
	float: left;
}
.rightpad {
	margin-left: 12px;
	float: right;
}

#image200	{
	width: 200px;
	float: left;
	margin-right: 15px;
}
#image200 p	{
	font-size: 10px;
	line-height: 13px;
	color:#666666;
}
.image150	{
	width: 150px;
	float: left;
	margin-right: 15px;
	padding-top: 20px;
}
.image150 p	{
	font-size: 10px;
	line-height: 13px;
	color:#666666;
	width: 150px;
}

#image500	{
	width: 500px;
	float: left;
	margin-right: 15px;
	font-size: 10px;
	line-height: 13px;
}
#image500 p	{
	font-size: 10px;
	line-height: 13px;
	color:#666666;
}
#leftcol	{
	width: 300px;
	float: left;
	margin-right: 20px;
}
#rightcol	{
	margin-left: 320px;
}
ul.menu	{
	list-style-type: none;
	font-size: 11px;
	line-height: 16px;
}
ul.bullets	{
	list-style-type: circle;
	font-size: 11px;
	line-height: 16px;
	padding-left: 20px;
}
ul.bullets li	{
	margin-bottom: 10px;
}
ul.bio	{ /* for the biographical timelines in the oral history feature --*/
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	width: 90%;
}
ul.bio li	{
	margin-bottom: 10px;
}

/*-- for the scrolling window for transcription of oral history audio --*/	
.scrollwin
{
	overflow: auto;
	height: 275px;
	width: 380px;	/*-- leave 16px for the vertical scroll widget --*/
	border: thin solid #999999;
	background-color:#E1E1E1;
	padding: 0px 15px 10px 15px;
	margin-bottom: 20px;
}
h2.oral_title	{
	margin-top: 0;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
}
h3.oral	{
	margin-top: 2.5em;
}
p.oral_clipsub	{ /*-- for clip subtitles on Story Page --*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	margin-top: 8px;
	line-height: 125%;
}
h4.oral_fullinter	{
	margin: 8px 0 1em 0;
	line-height: 125%;
	width: 400px;
}
#leftcol_oral	{
	width: 400px;
	float: left;
	margin-right: 20px;
}
#rightcol_oral	{
	margin-left: 430px;
}
ul.oral_topicmenu	{ /* for the internal page menus on the topic pages in the oral history feature --*/
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
ul.oral_topicmenu li	{
}
ul.oral_topicmenu li a:link	{
	text-decoration: none;
	color:#333366;
}
ul.oral_topicmenu li a:visited	{
	text-decoration: none;
	color:#666699;
}
ul.oral_topicmenu li a:hover	{
	text-decoration: underline;
	color:#C2B17D;
}
ul.oral_topicmenu img	{
	margin: .5em .75em .5em 0;
	vertical-align: middle;
}
/*-- for African American walking tour map --*/
#map p {/*-- where is this being used? --*/
	width: 265px;
}
#map .infowin	{/*-- where is this being used? --*/
	width: 350px;
}
#side_bar ol	{/*-- for the list of links on the African American walking tour map --*/
	padding-left: 1em;
}
#side_bar ol li	{/*-- for the list of links on the African American walking tour map --*/
	font-size: 90%;
	line-height: 125%;
	padding-bottom: 2em;
}
div.dressup_swf	{
	background-image:url(../activities/dressup/images/swf_message.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #cccccc;
	height: 650px;
	width: 550px;
	margin: 0;
	padding: 0;
}
div.cw_col1	{ /*for the Civil War Roll Call menu */
	float: left;
	width: 45%;
	margin-right: 20px;
}
div.cw_col2	{
	width: 45%;
	float: right;
}
div.enclose	{
	margin-top: 30px;
	margin-left: 30px;
	float:left;
	width: 60%;
}
div.cw_col3	{
	margin-top: 30px;
	float: right;
	width: 25%;
	margin-left: 20px;
	margin-right: 30px;
}
div.cw_col3 h3	{
	padding-top: 50px;
}
div.cw_title	{
	margin: 0 1em 0 0;
	text-align: center;
}
div.cw_title h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	font-size: 120%;
	color:#333399;
	margin:0 0 .25em 0;
}
div.cw_title img {
	border: 1px solid #336699;
	padding: 1em;
	background-color:#9FB0CD;
	margin-bottom: 20px;
}

ul.cw_menu {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
ul.cw_menu li	{
	clear: left;
	margin-top: 10px; 
	padding-top: 10px; 
	padding-bottom: 20px; 
	border-top: 1px solid #9FB0CD;
}
ul.cw_menu li img	{
	float: left;
	margin-right: 8px;
	vertical-align: text-top;
}
table.pictam tr	{
	vertical-align: top;
}
table.pictam td	{
	width: 300px;
	padding-right: 25px;
}
.pictam_left_art	{
	float: left;
	padding-right: 40px;
	width: 30%;
	border: thin solid white;
	}

.pictam_right_art	{
	width: 30%;
	margin-left: 30%;
	border: thin solid white;
}
div.padleft	{ padding-left: 2em;}
div.padleft h3 {margin: 1.5em 0 -.75em 0;}