body 	{
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	background-color: #FFBB77;
	}

* {margin: 0; padding: 0;}

#main_wrap {
	width: 802px;
	}

#content_area {
	width: 650px;
	position: relative;
	left: 60px;
	}

#census_years {
	position: relative;
	top: 22px;
	left: 8px;
	}

#usa_graphic {
	width: 99px;
	height: 74px;
	border: 0px;
	position: relative;
	top: 14px;
	float: left;
	}

#nara_photo {
	float: left;
	width: 204px;
	height: 156px;
	position: relative;
	top: 4px;
	left: 6px;
	margin-right: 14px;
	}

#search_form {
	float: left;
	margin-right: 10px;
	}

.view_images {
	font-size: .9em;
	}

.shift_table_over {
	position: relative;
	left: 45px;
	}

.shift_number_over {
	position: relative;
	right: 18px;
	top: 15px;
	}

td 	{
	padding: 3px;
	vertical-align: top;
	}

p 	{
	margin-top: 10px;
	text-align: normal;
	font-size: .9em;
	line-height: 1.4;
	padding-left: 6px;
	padding-right: 6px;
	}

/* no print will prevent images from printing*/
.no_print {
	display: none;
	}

.color_me_black 
	{
	color: #000000;
	}

.bold_me {
	font-weight: bold;
	}

.bold_me_small {
	font-size: .8em;
	font-weight: bold;
	}

.bold_me_blue {
	color: blue;
	font-weight: bold;
	}

.small_blue_fonts {
	color: blue;
	font-size: .8em;
	}

.small_fonts {
	font-size: .9em;
	}

.bold_me_white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	}

.bold_me_red {
	color: #A00000;
	font-weight: bold;
	}

.bold_me_gray {
	color: #474747;
	font-weight: bold;
	}

.bold_me_green	{
	color: green;
	font-weight: bold;
	}

.color_green {
	color: green;
	}

.color_red {
	color: #A00000;
	}

.color_blue {
	color: blue;
	}
	
	

#footer {
/*
	To center text within a single cell table use:

	margin-left: auto;
	margin-right: auto;
	text-align: center; (hack for IE6)
*/
	position: relative;
	top: -2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#footer_cell {
	width: 730px;
	height: 18px;
	background-color: #E0E0E0;
	border-top: 2px solid #FFBB77;
	}

.footer_link_bullet {
	color: #000000;
	}

.subheading {
	font-weight: normal;
	}

ul	{
	list-style-type: none;
	}

h2	{
	margin-top: 16px;
	margin-bottom: 10px;
	color: #A00000;
	}

h3	{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #A00000;
	}

h4	{
	margin-top: 16px;
	margin-bottom: 10px;
	color: #A00000;
	}
	
h5	{
	margin-top: 16px;
	margin-bottom: 10px;
	color: #000000;
	}

a:link {
	color: blue;
	text-decoration: none;
	}

a:visited {
	color: blue;
	}

a:hover {
	color: #A00000;
	background-color: #FFFFAA;
	}

a 	{
	text-decoration: none;
	}

