
	#PageContainer
		{
			width: 770px;
			height: 565px;
		}

	#PageBanner
		{
			height: 175px;
			width: 750px;
		}


	/* PageBody Begin */
	#PageBody
		{
			top: 195px;
			height: 310px;
			width: 750px;
		}

		/* PageLeft Begin */
		#PageLeft
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 200px;
				height: 310px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

		/* PageLeft End */
	
		/* PageRight Begin */
		#PageRight
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 550px;
				height: 310px;
				margin: 0px 0px 0px 200px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}
	
			#Billboard
				{
					position: absolute; left:auto; right:auto; top:0px;
					background-color: rgb(255,255,255);
					height: 300px;
					width: 550px;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					text-align: left;
					border: 0;
				}
		/* PageRight End */

		/* Lower Panels Begin */

		#LeftPanel
			{
				position: absolute; left:auto; right:auto; top:350px;
				background-color: rgb(255,255,255);
				height: 160px;
				width: 375px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		#CenterPanel
			{
				position: absolute; left:auto; right:auto; top:310px;
				background-color: rgb(255,255,255);
				height: 35px;
				width: 100%;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		#RightPanel
			{
				position: absolute; left:auto; right:auto; top:350px;
				background-color: rgb(255,255,255);
				height: 160px;
				width: 375px;
				margin: 0px 0px 0px 375px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		/* Lower Panels End */
	/* PageBody End */

	/* PageFooter Begin */
		.PageFooter
			{
				position: absolute; left:auto; right:auto; top:500px;
				background-color: rgb(255,255,255);
				height: 50px;
				width: 750px;
				margin: 0px 0px 0px 10px;
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
	/* PageFooter End */
/* PageContainer End */

	.NamesList
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			color: rgb(64,64,64);
			text-transform: none;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}

	.NamesList:link
		{
			margin: 0px 0px 0px 0px;
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.NamesList:visited
		{
			margin: 0px 0px 0px 0px;
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.NamesList:hover
		{
			color: rgb(64,64,64);
			text-decoration: none;
		}

	.LeftNav
		{
			margin: 0px 0px 12px 20px;
		}

	.LeftNav:hover
		{
			color: rgb(64,64,64);
			text-decoration: none;
		}


