﻿/* EEOC-Office-Style.css */

			body {
				color: black;
				background-color: white;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: small;
				text-align: left;
			}
			
			.listing {
				color: black;
				background-color: white;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: small;
				text-align: left;
			}
			
			.eeoccomplaint {
				color: black;
				background-color: white;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: small;
				text-align: left;
			}
		
			a {
				color: blue;
			}
			
			a:visited {
				color: purple;
			}
			
			a:hover {
				color: red;
			}
			
			h1 {
				color: black;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				text-transform: uppercase;
				font-size: xx-large;
				text-align: center;
				line-height: 30%;
			}
			
			h2 {
				color: black;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: x-large;
				text-align: center;
			}
			
			.ltblueback {
				background-color: #99CCFF;
			}
			
			.dkblueback {
				background-color: navy;
			}
			
			.banner {
				background-color: white;
				border-color: black;
				border-width: thin;
				border-style: solid; 
				padding: 5px
			}
			
			.banner1 {
				color: black;
				background-color: white;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: small;
				text-align: left;
			}
			
			.banner2 {
				color: black;
				background-color: white;
				font-family: "Tahoma", "Geneva", "Kalimati", "sans-serif";
				font-size: small;
				text-align: left;
			}
			
			.floatedleft {
				float: left;
				background-color:white;
			}
			
			.floatedleftclear {
				float: left;
				clear:left;
				background-color:white;
			}


			.floatedright {
				float: right;
				background-color:white;
			}
			
			.floatedleft50 {
				float:left;
				width:495px;
				background-color:white;
			}

			.floatedright50 {
				float: right;
				width:295px;
				background-color:white;
			}


			#allpage {
				width: 800px;
				background-color: #FFFFFF;
				margin-left: auto;
				margin-right: auto;
			}
			
			#bannerfloat {
				float: left;
				width: 632px;
				margin:0px;
				padding:0px;
				border:medium black solid;
				background-image:url('images/sword and justice 2.jpg');
				background-repeat:repeat-x;	
				background-color:#7399D8;
			} 
			
			#statefloat {
				float: left;
				width: 635px;
				text-align: center;
				background-color:white;
			}

			#leftfloat {
  				float: left;
  				width: 310px;
  				padding:5px;
  				background-color:white;
  				
			}

			#centerfloat {
  				float: left;
  				width: 310px;	
  				padding:5px;
  				background-color:white;
		
  			}
  			
  			#farrightfloat {
				float: right;
				width: 160px;
				margin: 0px;
				background-color:white;
			
			}
			
			#eeoccomplaintfloat {
				float:left;
				width: 800px;
				clear: both;
				margin-left:auto;
				margin-right:auto;
				background-color:white;
			}
			
			#leftfloat2 {
  				float: left;
  				width: 470px;
  				padding:5px;
  				background-color:white;
  				border-top:medium gray solid;
  				
			}

			#centerfloat2 {
  				float: left;
  				width: 310px;	
  				padding:5px;
  				background-color:white;
  				border-top:medium gray solid;
  			}


			#footerfloat {
  				float: left;
  				width: 790px;
  				text-align: center;
  				background-color:white;
  				border-top:medium gray solid;
  				border-bottom:medium gray solid;
  				padding:5px
			}
			
			#farbottomfloat {
				float: left;
  				width: 795px;
  				text-align: center;
  				background-color:white;
			}
			
			.style1 {
			text-align: center;
			}
					
			.style2 {
			font-size: x-small;
			}
					
			.style3 {
			font-size: medium;
			}
					
			.style4 {
			color: white;
			}
					
			.style5 {
			vertical-align: top;
			border-style: solid;
			border-width: 0;
			}




