body
{
	background-image: url("/resources/images/background_blue.png");
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 13px;
	
	width: 97%;
}

div.content
{
	width: 98%;
	padding: 13px;
	
	text-align: left;
	font-family: Futura, Arial, sans-serif;
	size: 12px;
}

div.TopNav
{
	width: 100%;
	background-color: green;
}

	div.TopNavItem_on
	{
		background-image: url("/resources/images/NavItemBackground_on.png");
		background-repeat: repeat-x;
		
		/*	DISABLED	border-left: solid thin black; */
		border-right: solid thin black;
		
		float: left;
		width: 156px;
		height: 20px;
		background-color: orange;
		text-align: center;
		vertical-align: middle;
	}
	
	div.TopNavItem_off
	{
		background-image: url("/resources/images/NavItemBackground_off.png");
		background-repeat: repeat-x;
		
		/*	DISABLED	border-left: solid thin black; */
		border-right: solid thin black;
		
		float: left;
		width: 157px;
		height: 20px;
		background-color: gray;
		text-align: center;
		vertical-align: middle;
	}
	
	
div.clearer
{
	clear: both;
}


table.layout
{
	width: 1024px;
}