
	#PageContainer
		{
			width: 820px;
			height: 1170px;
		}

	#PageBanner
		{
			height: 175px;
			width: 800px;
		}

		#BannerRight
			{
				margin: 0px 0px 0px 145px;
			}


	/* PageBody Begin */
	#PageBody
		{
			height: 555px;
			width: 800px;
		}

	/* PageLeft Begin */
	#PageLeft
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-color: rgb(255,255,255);
			width: 400px;
			height: 475px;
			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: 475px;
			margin: 0px 0px 0px 200px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}

		#Billboard
			{
				position: absolute; left:auto; right:auto; top:10px;
				background-color: rgb(255,255,255);
				height: 365px;
				width: 400px;
				margin: 0px 0px 0px 400px;
				padding: 0px 0px 0px 0px;
				text-align: left;
				border: 0;
			}

		#Sponsors
			{
				width: 800px;
			}
			
	/* PageRight End */

	/* Lower Panels Begin */

	#LeftPanel
		{
			position: absolute; left:auto; right:auto; top:10px;
			background-color: rgb(255,255,255);
			height: 365px;
			width: 400px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			border: 0;
		}

	#CenterPanel
		{
			position: absolute; left:auto; right:auto; top:375px;
			background-color: rgb(255,255,255);
			height: 500px;
			width: 800px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: center;
			border: 0;
		}

	#RightPanel
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-color: rgb(255,255,255);
			height: 555px;
			width: 200px;
			margin: 0px 0px 0px 600px;
			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:1110px;
				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;
	}

.UrgentText
	{
		color: rgb(153,0,0);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: 18px;
		font-weight: bold;
		text-transform: none;
		vertical-align: bottom;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.PageText
		{
			line-height: 18px;
			margin: 0px 15px 10px 10px;
			padding: 0px 0px 0px 0px;
			vertical-align: bottom;
		}

	.SponsorText
		{
			width: 200px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 16px;
			font-weight: bold;
			color: rgb(32,32,32);
			text-transform: uppercase;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	hr.PageRuler
		{
			border: none;
			height: 3px;
			color: rgb(153,0,0);
			background-color: transparent;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 10px 0px;
		}


