/* CSS Document for Westat.com internal pages used for printing  */

body
{

	font-family:  "Times New Roman", Garamond,Times, serif;
	background-color:#FFFFFF;
	color:#000000;

}

#skip
{ 
	display:none;
}
#searcharea
{ 

	display:none;
}

#img_header
{

	display:none;
}
img
{

  display:none;
}

img.print_image 
{
	display:inline;
}

#img_header
{
	display:block;


}

#header
{

	
	background-repeat:no-repeat;
	background-color:#2D85AB;
	margin:0px;
	padding:0px;
	display:block;
	height: 78px;
}

#topnav
{
	display:none;
}

/*  breadcrumb trail format */

ul.breadcrumb
{
 padding-left:0;
 margin-left:1px;
 margin-top:4px;

}
ul.breadcrumb li
{

	display: inline;
	font-size:.8em; 
}

ul.breadcrumb li a
{
	color: #223b64;
}

#footer_list
{
 	display:none;
}

#footer_text_navigation
{

	display:none;
}

#w3c
{
	display:none;
}

#privaly_policy
{
 display:none;
}

#left
{
	display:none;

}

a
{ 
	text-decoration:none;
}


/* center area -  page content */
#center 
{
  margin-left: 2em;
  margin-top:2px;
  margin-right:0;
  padding-top:0;
  padding-left:0;
  padding-right:0;
  background-color:#FFFFFF;
  line-height:1.2em;
 }
/* class definitions for page elements */
/*  this class should be used with the H tags, H1, H2, H3, etc. */
.page_title
{
   margin-top:0.2em;
}

/* class to make the first paragraph in the research area pages italics */
.initial 
{
	
	font-style: italic ;
}
/* it makeds the header (or leading sentence) of a paragraph a little bigger than regular font */
.heading
{

	font-size:1.07em;
	
}

.small_1
{ 
	
	font-size: .8em;

}

.small_2
{
	font-size:.8em;
}

.align_justify
{

	text-align:justify;

}

.align_center
{

	text-align:center;

}
