
	#PageContainer
		{
			width: 910px;
			height: 760px;
		}

	#PageBanner
		{
			height: 175px;
			width: 890px;
		}

		#BannerRight
			{
				background-image: url(../../global/images/BannerTitle_800.jpg);
				background-repeat: no-repeat;
				width: 750px;
			}


	/* PageBody Begin */
	#PageBody
		{
			top: 190px;
			height: 510px;
			width: 890px;
		}

		/* PageLeft Begin */
		#LeftPanel
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 198px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

		/* PageLeft End */
	
		/* PageRight Begin */
		#RightPanel
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				width: 690px;
				margin: 0px 0px 0px 200px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

		/* PageRight End */
	/* PageBody End */

	/* PageFooter Begin */
		.PageFooter
			{
				position: absolute; left:auto; right:auto; top:700px;
				background-color: rgb(255,255,255);
				height: 50px;
				width: 890px;
				margin: 0px 0px 0px 10px;
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
	/* PageFooter End */
/* PageContainer End */

.mainnav li 
	{
		padding: 3px 28px 0px 28px;
	}

	.NavTitle
		{
			font-weight: bold;
			text-transform: uppercase;
			text-align: left;
			vertical-align: top;
			margin: 5px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}

	.NavTitle:hover
		{
			color: rgb(0,0,0);
			text-decoration: none;
		}

	.LeftNav
		{
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
		}

	.LeftNav ul 
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			list-style: none;
		}

	.LeftNav li 
		{
			margin: 1px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
			list-style: none;
		}

	.LeftNav:link
		{
			color: rgb(32,64,255);
		}

	.LeftNav:visited
		{
			color: rgb(32,64,255);
		}

	.LeftNav:hover
		{
			color: rgb(255,64,32);
			text-decoration: none;
		}


