@charset "utf-8";
/* CSS Document */

#container, #mainContent { 
	zoom: 1; /* IE 7 no longer uses the * hack, but it does give IE the haslayout it needs when the zoom property is present. */
}

body>#container {
	margin-top: 25px;
}



* html .boxes { zoom: 1;}


* html #container { 
	height: 1%; /* IE 5 does not understand zoom, but the star filter and holly hack still work with it. */
	padding: 0;
	margin-top:20px;
}

* html #mainContent { 	
	height: 1%; /* IE 5 does not understand zoom, but the star filter and holly hack still work with it. */
	padding: 0;
	}

* html body {
	margin: 0; /* Kills body top margin for IE6 and lower because they don't support the fixed header */
} 


* html #header {
	margin:0 0 -5px 0;
	}

* html	#footer {
	margin-left: 0;
	}


* html #mainContent .khakiBoxMid, .blueBoxMid	{
	padding-top:1px;
}


* html #show3 table td {
height:21px;
}
.header2 {
	font-size: 18px;
	font-family: "Negotiate Free";
	font-weight: normal;
}
