@media screen{
	html, body,		{min-height:100%; height:100%;}
	html>body		{height:auto;}
	body			{top:0px;margin:0px;padding:0px;}
	#mainHeader		{background-color:rgb(90,172,40);width:100%; margin-left:auto; margin-right:auto; text-align:center;}
	#navigationBar{ background-color:black; color:white; border-top:1px solid white; border-bottom:1px solid white; text-align:left; padding:5px; font-family:Verdana; font-size:10pt;}
	#navigationBar a	{color:white; padding-left:5px; padding-right:5px; text-decoration:none;}
	#navigationBar a:hover	{color:red;}
	#topBar			{padding:5px; height:40; text-align:left; vertical-align:middle;}
	#websiteSearchBox {width:400px; margin-bottom:2px;border:1px solid black; background-color:white; color:black; font-size:9pt;}
	.searchButton	{font-size:9pt; background-color:rgb(236,233,216); border:1px solid black; color:black;}
	#topBarRight	{display:inline; float:right;}
	#topBarLeft		{display:inline; float:left;}
	#bannerBar		{text-align:right;background-color:black;background-image:url(/Images/Masthead/NewBanner2.jpg);height:60px;}
	#sponserRow		{padding-bottom:4px;padding-top:4px;background-color:white;border-collapse:collapse;height:39px;}
	.sponserBox		{background-color:white;height:35px;width:24%;display:inline;float:left;}
	.sponserBox img	{border:0px;}
	#pageContent	{clear:both;}
	#pageContent2	{clear:both;padding:10px;}
	#footerBar		{text-align:center;padding-top:10px;}
	#navigationBar2	{font-size:8pt;text-align:left;background-color:rgb(131,131,131);color:black;padding:5px;font-family:Verdana; border-bottom:1px solid white;}
	#navigationBar2 a	{color:white; padding-left:5px; padding-right:5px; text-decoration:none;}
	#navigationBar2 a:hover	{color:red;}
	.currentSection	{background-color:rgb(131,131,131);}

	.clearBreak		{	clear:both; height:0px; margin:0px; padding:0px; border:0px;
						display:none;
						/* box model hack */
						voice-family: "\"}\""; 
						voice-family:inherit;
						display:block;
						}
	/* box model hack */
	html>body .clearBreak {display:block;}

	.clearBreakInLine		{	clear:both; height:0px; margin:0px; padding:0px; border:0px;
								display:inline;
								/* box model hack */
								voice-family: "\"}\""; 
								voice-family:inherit;
								display:block;
							}

	/* box model hack */
	html>body .clearBreakInLine {display:block;}
}

@media print{
	html, body,		{min-height:100%; height:100%;}
	html>body		{height:auto;}
	body			{top:0px;margin:0px;padding:0px;}
	#mainHeader		{width:100%; margin-left:auto; margin-right:auto; text-align:center;}
	#navigationBar	{text-align:left; padding:5px; font-family:Verdana; font-size:10pt;}
	#navigationBar a	{padding-left:5px; padding-right:5px; text-decoration:none;}
	#navigationBar a:hover	{}
	#topBar			{padding:5px; height:40; text-align:left; vertical-align:middle;}
	#websiteSearchBox {width:400px;font-size:9pt;margin-bottom:2px;}
	.searchButton	{font-size:9pt;}
	#topBarRight	{display:inline; float:right;}
	#topBarLeft		{display:inline; float:left;}
	#bannerBar		{text-align:right;background-color:black;}
	#sponserRow		{background-color:black;border-collapse:collapse;height:34px;}
	.sponserBox		{height:30px;width:25%;display:inline;float:left;}
	#pageContent	{clear:both;}
	#footerBar		{text-align:center;padding-top:10px;}
	#navigationBar2	{font-size:8pt;text-align:left;padding:5px;font-family:Verdana;}
	#navigationBar2 a	{padding-left:5px; padding-right:5px; text-decoration:none;}
	#navigationBar2 a:hover	{}
	.currentSection	{}

	.clearBreak		{	clear:both; height:0px; margin:0px; padding:0px; border:0px;
						display:none;
						/* box model hack */
						voice-family: "\"}\""; 
						voice-family:inherit;
						display:block;
						}
	/* box model hack */
	html>body .clearBreak {display:block;}

	.clearBreakInLine		{	clear:both; height:0px; margin:0px; padding:0px; border:0px;
								display:inline;
								/* box model hack */
								voice-family: "\"}\""; 
								voice-family:inherit;
								display:block;
							}

	/* box model hack */
	html>body .clearBreakInLine {display:block;}
}
