/*     U.S. Dept of Homelane Security      */
/*           Standard Layout CSS           */
/*    This CSS file updated on 7/8/08     */



/*************************************************************************
	@basic_tags
*************************************************************************/

/*** @body ***/
	body
		{
			font-family: Arial, Helvetica, sans-serif;
			/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */ 
			font-size:100.01%;
			margin: 0;
			padding: 0;
			background: #fff;
		}
		
/*************************************************************************
	@layout_elements
*************************************************************************/
		div#pagecontainer
		{
			background-image: url(/eot2008/20080916153905oe_/http://www.fema.gov/graphics/column_a_back.gif);
			background-repeat: repeat-y;
			margin: 0;
			padding: 0;
			font-size: 0.8em;
		}
		
		div#container3
		{
			background-image: url(/eot2008/20080916153905oe_/http://www.fema.gov/graphics/column_c_back.gif );
			background-repeat: repeat-y;
			background-position: right;
			margin: 0;
			padding: 0;
		}
		
		div#container2
		{
			margin: 0;
			padding: 0;
		}
		
		div#column-a
		{
			float: left;
			width: 170px;
			padding: 0;
			margin: 0;
		}
		
		div#column-c
		{
			float: right;
			width: 180px;
			margin: 0;
			padding: 2em 0 0 0;
			color: #000;
			font-size: 0.9em;
		}
		
		div#column-b
		{
			margin: 0 180px 0 170px;
			padding: 0 19px 0 19px;
		}
		
		div#column-d
		{
			margin: 0 0 0 170px;
			padding: 0 19px 0 19px;
		}
		
		#column-e 
		{
			width:760px;
			min-height:486px;
			float:left;
			border-left: 0;
			padding: 5px 10px;
		}

		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			background-color: #fff;
  			text-align:center;
  			padding: 0 0 15px 0;
			margin: 0;
 			border-top: 1px solid #000;
			font-size: 0.8em;
		}
