﻿/* ************** Header Section ******************************* */

/* -- Textual Department and Agency (Optional Use, text can be part of logo.png rather than textual) -- */
#header_department{font-size:1.5em;}
#header_division{font-size:2.5em;}

/* floats elements to the left or to the right */
.float{
	width:99%;
	}
.floatLeft{
	float:left;
	width:49%;
	padding-bottom:16px;
	}
.floatRight{
	float:right;
	width:49%;
	padding-bottom:16px;
	}