﻿@media print
{
	#footerDiv
	{
		display: none;
		visiblity: hidden;
		height: 0px;
		width: 0px;
	}
	#printFooterDiv
	{
		color: Gray;
		float:right;
		font-weight:bold;
		font-size: 10px;
		text-transform:uppercase;
	}
}

@media screen
{
	#footerDiv
	{
		width: 100%;
	}
	#printFooterDiv
	{
		display: none;
		visiblity: hidden;
		height: 0px;
		width: 100%;
	}
}

#bottomNav
{
	color: Gray;
	float:right;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
}
#bottomNav, #bottomNav ul 
{
	font-size: 10px;
	padding: 0;     
	margin: 0;     
	white-space: nowrap;
} 

#bottomNav a 
{
	color: Gray;
	font-weight:bold;
	padding: 0 0 0 0;
	text-decoration: none;
} 

#bottomNav a:hover
{
	color: #4c721d;
}

#bottomNav ul
{
}

#bottomNav li 
{
	float: left;     
	list-style: none; 
	list-style-type: none;
	width: auto; 
	vertical-align:middle;
}

#bottomNav img
{
	padding: 0em .5em 0em .5em;
}