
.TextHeader
	{
		margin: 10px 0px 10px 0px;
	}

.TopicHeader
	{
		margin: 10px 0px 10px 10px;
	}
	
.arial
	{
		margin: 0px 0px 10px 10px;
	}

.times
	{
		margin: 0px 0px 10px 10px;
	}

.TopicText
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
			margin: 2px 10px 10px 20px;
		}

/* PageContainer Begin */
#PageContainer
	{
		background-color: rgb(255,255,255);
		width: 800px;
		height: 1635px;
		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/vegsociety.jpg);
			background-repeat: no-repeat;
			background-color: rgb(255,255,255);
			height: 130px;
			width: 800px;
			margin-top: 0px;
			margin-left:0px;
			padding: 0;
			text-align: left;
			border: 0;
		}

		#PageLogo
			{
				position: absolute; left:auto; right:auto; top:0px;
				background-color: rgb(255,255,255);
				height: 130px;
				width: 120px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: center;
				border: 0;
			}
	/* PageBanner End */

	#TopRuler
		{
			position: absolute; left:auto; right:auto; top:135px;
			background-image: url(images/titlebar.jpg);
			background-repeat: no-repeat;
			background-color: rgb(255,255,255);
			height: 10px;
			width: 780px;
			margin-top: 0px;
			margin-left:10px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	#BottomRuler
		{
			position: absolute; left:auto; right:auto; top:1615px;
			background-image: url(images/titlebar.jpg);
			background-repeat: no-repeat;
			background-color: rgb(255,255,255);
			height: 20px;
			width: 780px;
			margin-top: 0px;
			margin-left:10px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	/* PageContent Begin */
		/* TopContent Begin */
			#TopContent
			{
				position: absolute; left:auto; right:auto; top: 140px;
				background-color: rgb(255,255,255);
				width: 780px;
				height: 190px;
				margin-top: 0;
				margin-left: 10px;
				margin-right: 10px;
				text-align: left;
				padding: 0;
			}
		/* TopContent End */

		#PageRuler
			{
				position: absolute; left:auto; right:auto; top:340px;
				background-image: url(images/pageruler.jpg);
				background-repeat: no-repeat;
				background-color: rgb(255,255,255);
				height: 5px;
				width: 800px;
				margin-top: 0px;
				margin-left:0px;
				padding: 0;
				text-align: left;
				border: 0;
			}

	/* BottomContent Begin */
		#BottomLeft
			{
				position: absolute; left:auto; right:auto; top:350px;
				background-color: rgb(255,255,255);
				height: 490px;
				width: 760px;
				margin-top: 0;
				margin-left: 10px;
				margin-right: 0px;
				text-align: left;
				padding: 0;
			}

		#BottomRight
			{
				position: absolute; left:auto; right:auto; top:390px;
				background-color: rgb(255,255,255);
				height: 90px;
				width: 380px;
				margin-top: 0;
				margin-left: 410px;
				margin-right: 0px;
				text-align: left;
				padding: 0;
			}

		/* BottomContent End */
	/* PageContent End */

	/* PageFooter Begin */
		#PageFooter
		{
			position: absolute; left:auto; right:auto; top:90px;
			background-color: rgb(255,255,255);
			height: 5em;
			width: 72em;
			margin-top: 47em;
			margin-left: 0em;
			padding: 0;
		}

		#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 */

