body
	{
		background-image:  url(../images/PageTile.gif);
		background-repeat: repeat-x;
		background-color: rgb(255,255,255);
		color: rgb(0,0,0);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
	}


/* PageContainer Begin */

#PageContainer
	{
		position: absolute; left:auto; right:auto; top:0px;
		background-color: rgb(255,255,255);
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: -50px;
		padding: 0;
		text-align: left;
	}

#PageRight
	{
		position: absolute; left:auto; right:auto; top:0px;
		background-color: rgb(255,255,255);
		width: 700px;
		margin-left: 20px;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: -50px;
		padding: 0;
		text-align: left;
	}

	/* PageHeader Begin */
	#PageHeader
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-image: url(../images/PageTile.gif);
			background-repeat: repeat-x;
			background-color: rgb(255,255,255);
			width: 100%;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: -50px;
			padding: 0;
			text-align: left;
			border: 0;
		}


		#bennav
			{
				position: absolute; left:auto; right:auto; top:54px;
				height: 69px;
				width: 79px;
				margin-top: 0px;
				margin-left: 205px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 6;
				visibility: hidden;
			}

		#sernav
			{
				position: absolute; left:auto; right:auto; top:54px;
				height: 61px;
				width: 79px;
				margin-top: 0px;
				margin-left: 137px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 7;
				visibility: hidden;
			}

		#NavBar
			{
				position: absolute; left:auto; right:auto; top:2px;
				height: 52px;
				width: 685px;
				margin-top: 0px;
				margin-left: 16px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 4;
			}

		#legnav 
			{
				position: absolute; left:auto; right:auto; top:54px;
				height: 61px;
				width: 79px;
				margin-top: 0px;
				margin-left: 266px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 8;
				visibility: hidden;
			}

		#resnav 
			{
				position: absolute; left:auto; right:auto; top:54px;
				height: 102px;
				width: 79px;
				margin-top: 0px;
				margin-left: 332px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 5;
				visibility: hidden;
			}

		#abonav
			{
				position: absolute; left:auto; right:auto; top:54px;
				height: 46px;
				width: 79px;
				margin-top: 0px;
				margin-left: 502px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 9;
				visibility: hidden;
			}

		#CloseMenu 
			{
				position: absolute; left:auto; right:auto; top:0px;
				height: 152px;
				width: 100%;
				margin-top: 0px;
				margin-left: 0px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 2;
			}
				
		#PageBanner
			{
				position: absolute; left:auto; right:auto; top:60px;
				background-image: url(../images/PageBanner.bmp);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				height: 336px;
				width: 624px;
				margin-top: 0px;
				margin-left: 20px;
				padding: 0;
				text-align: left;
				border: 0;
				z-index: 1;
			}

			#billboard
				{
					display: block;
					position: absolute; left:auto; right:auto; top:90px;
					background-color: rgb(255,255,255);
					height: 246px;
					width: 624px;
					margin-top: 0px;
					margin-left:0px;
					padding: 0;
					text-align: left;
					border: 0;
				}

	/* PageHeader End */

	/* BreadCrumbs Begin */
		#BreadCrumbs
			{
				position: absolute; left:auto; right:auto; top:112px;
				background-color: rgb(255,255,255);
				height: 20px;
				width: 560px;
				margin-top: 0px;
				margin-left: 0px;
				padding: 0;
				text-align: left;
				border: 0;
			}

	/* BreadCrumbs End */


	/* PageContent Begin */
		#PageContent
		{
			position: absolute; left:auto; right:auto; top: 414px;
			background-color: rgb(255,255,255);
			width: 624px;
			margin-top: 0;
			margin-left: 20px;
			margin-bottom: -50px;
			padding: 0;
			text-align: left;
			z-index: 99;
		}

	/* PageContent End */

/* PageContainer End */


