
	#PageContainer
		{
			width: 820px;
			height: 760px;
		}

	#PageBanner
		{
			height: 175px;
			width: 800px;
		}

		#BannerRight
			{
				width: 680px;
				margin: 0px 0px 0px 130px;
			}


	/* PageBody Begin */
	#PageBody
		{
			top: 190px;
			height: 510px;
			width: 800px;
		}

		/* 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-image: url(../images/RightHeader.jpg);
				background-repeat: norepeat;
				background-color: rgb(255,255,255);
				width: 600px;
				height: 490px;
				margin: 0px 0px 0px 200px;
				padding: 0px 0px 0px 0px;
				text-align: left;
			}

			#RightTitle
				{
					position: absolute; left:auto; right:auto; top:10px;
					background-color: rgb(255,255,255);
					width: 200px;
					height: 40px;
					margin: 0px 0px 0px 390px;
					padding: 0px 0px 0px 0px;
					text-align: right;
				}

			#RightFrame
				{
					position: absolute; left:auto; right:auto; top:40px;
					background-color: rgb(255,255,255);
					width: 600px;
					height: 450px;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					text-align: left;
				}

		/* PageRight End */
	/* PageBody End */

	/* PageFooter Begin */
		.PageFooter
			{
				position: absolute; left:auto; right:auto; top:690px;
				background-color: rgb(255,255,255);
				height: 50px;
				width: 800px;
				margin: 0px 0px 0px 10px;
				padding: 0px 0px 0px 0px;
				text-align: center;
			}
	/* PageFooter End */
/* PageContainer End */

.mainnav li 
	{
		padding: 3px 15px 0px 13px;
	}

	.NavTitle
		{
			margin: 2px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}

	.NavHeader
		{
			margin: 2px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}

	.RightTitle
		{
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: left;
			vertical-align: top;
			margin: 5px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}

	.RightTitle:link
		{
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.RightTitle:visited
		{
			color: rgb(32,64,255);
			text-decoration: none;
		}

	.RightTitle:hover
		{
			color: rgb(255,64,32);
			text-decoration: underline;
		}
/*
	.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: underline;
		}
*/
	.mainnav li 
		{
			padding: 3px 20px 0px 20px;
		}

