
/* PageContainer Begin */
#PageContainer
	{
		position: absolute; left:40px; right:auto; top:0px;
		background-image: url(../images/HeaderTile.jpg);
		background-repeat: repeat-x;
		background-color: rgb(255,255,255);
		width: 820px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: -50px;
		padding: 0;
		text-align: left;
	}

	#PageBanner
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-image: url(../images/BannerTile.jpg);
			background-repeat: repeat-x;
			background-color: rgb(255,255,255);
			height: 100px;
			width: 820px;
			margin-top: 0px;
			margin-left:0px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	#BannerLeft
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-image: url(../images/BannerTile.jpg);
			background-repeat: repeat-x;
			background-color: rgb(255,255,255);
			height: 100px;
			width: 400px;
			margin-top: 0px;
			margin-left:0px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	#BannerRight
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-image: url(../images/BannerTile.jpg);
			background-repeat: repeat-x;
			background-color: rgb(255,255,255);
			height: 100px;
			width: 240px;
			margin-top: 0px;
			margin-left:580px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	/* PageBody Begin */
	#PageBody
		{
			position: absolute; left:auto; right:auto; top:100px;
			background-color: rgb(255,255,255);
			width: 820px;
			margin-top: 0px;
			margin-left:0px;
			margin-bottom: -50px;
			padding: 0;
			text-align: left;
		}

		/* PageLeft Begin */
		#PageLeft
			{
				position: absolute; left:auto; right:auto; top:5px;
				background-color: rgb(247,236,172);
				width: 124px;
				height: 500px;
				margin-top: 0;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: left;
			}

			#NavBar
				{
					position: absolute; left:auto; right:auto; top:0px;
					background-color: rgb(247,236,172);
					width: 112px;
					height: 385px;
					margin-top: 0px;
					margin-left:10px;
					padding: 0;
					text-align: left;
				}			
		/* PageLeft End */
	
		/* PageRight Begin */
		#PageRight
			{
				position: absolute; left:auto; right:auto; top:3px;
				background-color: rgb(249,162,74);
				width: 692px;
				height: 500px;
				margin-top: 0;
				margin-top: 3px;
				margin-left:128px;
				padding: 0;
				text-align: left;
			}
	
			#Billboard
				{
					position: absolute; left:auto; right:auto; top:0px;
					background-color: rgb(255,255,255);
					height: 207px;
					width: 692px;
					margin-top: 0px;
					margin-left:0px;
					padding: 0;
					text-align: left;
					border: 0;
				}

			#SuccessBanner
				{
					position: absolute; left:auto; right:auto; top:207px;
					background-image: url(../images/SuccessBanner.jpg);
					background-repeat: no-repeat;
					background-color: rgb(255,255,255);
					height: 40px;
					width: 692px;
					margin-top: 0px;
					margin-left:0px;
					padding: 0;
					text-align: left;
					border: 0;
				}

			#LeftPanel
				{
					position: absolute; left:auto; right:auto; top:247px;
					background-color: rgb(252,252,240);
					height: 250px;
					width: 244px;
					margin-top: 0px;
					margin-left:2px;
					padding-left: 0px;
					text-align: left;
					border: 0;
				}

			#CenterPanel
				{
					position: absolute; left:auto; right:auto; top:247px;
					background-color: rgb(252,252,240);
					height: 250px;
					width: 249px;
					margin-top: 0px;
					margin-left:248px;
					padding-left: 0px;
					text-align: left;
					border: 0;
				}

			#RightPanel
				{
					position: absolute; left:auto; right:auto; top:247px;
					background-color: rgb(247,236,172);
					height: 250px;
					width: 191px;
					margin-top: 0px;
					margin-left:499px;
					padding-left: 0px;
					text-align: left;
					border: 0;
				}

		/* RightContent End */
	/* PageBody End */

	/* PageFooter Begin */
	#PageFooter
		{
			position: absolute; left:auto; right:auto; top:505px;
			background-color: rgb(255,255,255);
			height: 100px;
			width: 692px;
			margin-top: 10px;
			margin-left: 142px;
			padding: 0;
			text-align: left;
		}

		#FooterContent
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				height: 4.5em;
				width: 71em;
				margin-top: 0px;
				margin-left: .5em;
				padding: 0;
			}
	/* PageFooter End */
/* PageContainer End */

.OptInText 
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 11px;
		font-weight: normal;
		color: rgb(64,64,64);
		margin: 7px 10px 2px 10px;
		text-decoration: none;
		text-align: left;
	}


.OptIn 
	{
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		font-weight: normal;
		color: rgb(00,00,00);
		margin: 0px 10px 0px 10px;
		text-decoration: none;
		text-align: left;
	}

.SignUp
	{
		background-color: rgb(247,236,172);
		margin: 2px 0px 0px 98px;
		border: none;
		height: 20px;
		width: 77px;
	}
	
	
