body 
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 10pt;
	}
	
/* Main Layout Table */
#layout 
	{
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	}
td 
	{
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	}
td#main
	{
	background-color: #fff;
	padding: 0;
	}
td#leftcol
	{
	display: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 0;
	} 

/* Content Styles */
.content
	{
	color: #000;
	padding: 0;
	font-size: 10pt;
	margin: 0;
	}
.content a:link 
	{
	color: #3763b9;
	text-decoration: underline;
	}
.content a:active 
	{
	text-decoration: underline;
	}
.content a:visited
	{
	color: #3763b9;
	text-decoration: underline;
	}
.content a:hover
	{
	color: #cc3300;
	text-decoration: underline 
	}
/* header styles */
h1 
	{ 
	font-size: 14pt; 
	font-weight: bold; 
	color: #cc3300 ;
	}

h2 
	{ 
	font-size: 13pt; 
	font-weight: bold; 
	color: #1C3AA6;
	}
	
h3 
	{ 
	font-size: 12pt; 
	font-weight: bold; 
	color: #00008B;
	}
	
h4 
	{ 
	font-size: 10pt; 
	font-weight: bold; 
	color: #697792;
	text-transform: uppercase;
	}
	
H5 {
	BACKGROUND-IMAGE: url(http://www.floridadisaster.org/images/H3gradient_red.jpg); 	PADDING-LEFT: 2px; FONT-SIZE: 100%; PADDING-BOTTOM: 3px; MARGIN: 0px; COLOR: #FFFFFF; PADDING-TOP: 3px; BORDER-LEFT: #CCCCCC 1px solid; BORDER-Right: #CCCCCC 1px solid; BORDER-BOTTOM: #CCCCCC  1px solid; BORDER-TOP: #CCCCCC 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
	
/* images */
img.floatl
	{
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	border-width: 0;
	}
img.floatr
	{
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	border-width: 0;
	}

/* formated list */
td.content ul li
	{
	padding: 15px 0 0 2px;	
	}
	
/* Misc Styles */
.hide 
	{
	display: none;
	}

/* Header Footer */
#searchbox
	{
	display: none;
	}
#header
	{
	margin: 0;
	}
#header img 
	{
	border-width: 0;
	padding: 0;
	}
.headerboxes
	{
	display: none;
	}
.screenlogo
	{
	display: none;
	}
.printlogo
	{
	float: right;
	}
br.clearf
	{
	clear: both;
	}
#footer
	{
	margin: 0;
	padding: 0;
	width: auto;
	}
#footer a
	{
	display: none;
	}
.dhslogo
	{
	border-top: 1px soild #000;
	text-transform: uppercase;
	color: #000;
	font-size: 10pt;
	margin-top: 20pt;
	}
.footertxt
	{
	display: none
	}
.homelink
	{
	display: none
	}
img
	{
	border-width: 0;
	}
/* format for progam index page */
.progimg
	{
	padding: 0;
	margin: 20pt 0 80pt 0;
	vertical-align: top;
	text-align : left;
	}
.progimg img
	{
	float: none
	}
 



