﻿@media screen {
	#StructureFooter 
	{
		clear:both;
		left:0px;
		bottom:0px;
		width:930px;
		padding-top:10px;
		text-align:center;
		position:absolute;
		margin-right:auto;
		margin-left:auto;
	}
	#StructureLeftColumn 
	{
		float:left;
		display:block;
		position:relative;
		width:200px;
		height:auto;
		left:0px;
		right:auto;
		margin-left:0px;
		margin-right:auto;
	}
	#StructureNavigation 
	{
		position:relative;
		display:block;
		width:auto;
		right:-1px;
		left:auto;
		margin-bottom:5px;
		margin-left:2px;
	}
	#StructureRightColumn 
	{
		float:right;
		display:block;
		position:relative;
		width:720px;
		height:auto;
		top:0px;
		left:auto;
		right:0px;
		margin-left:auto;
		margin-right:0px;
		text-align:center;
	}
	#CurrentPageContainer
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		width:720px;
		text-align:left;
	}
	#CustomerServiceCharter
	{
		clear:both;
		width:720px;
		text-align:center;
		margin:50px 0 30px 0;
	}
	#PageFooterBanner
	{
		width:720px;
		text-align:center;
	}
}
@media print 
{
	#StructureFooter
	{
		display:none;
	}
	#StructureLeftColumn 
	{
		display:none;
	}
	#StructureNavigation 
	{
		display:none;
	}
	#StructureRightColumn 
	{
		display:block;
		width:95%;
		height:auto;
		text-align:left;
	}
	#CurrentPageContainer
	{
		margin-top:10px;
		width:100%;
		text-align:left;
	}
	#CustomerServiceCharter
	{
		display:none;
	}
	#PageFooterBanner
	{
		display:none;
	}
}
body 
{
	position:relative; 
	margin:0px; padding:0px; 
	height:100%; width:100%; 
	border:0px solid green; 
	text-align:center;
	background:#ffffff;
	font-family:Tahoma;
	font-size:8pt;
	line-height:16px;/*18px*/
}
#StructureHeader
{
	position:relative; height:100px;
}
#Container 
{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:150px;
	overflow:hidden;
	height:auto; 
	width:930px;
	text-align:left;
}

/* This section is for debugging purposes only and should be commented out before going live 
#StructureFooter, #CurrentPageContainer		{border-top:1px solid #8844dd;}
#StructureRightColumn						{border:1px solid #8844dd;border-right:0px;}
#StructureLeftColumn						{border:1px solid #8844dd; border-left:0px;}
#Container									{border:1px solid #8844dd;}
*/