
.TopicHeader
	{
		margin-bottom: 20px;
	}
	

/* PageContainer Begin */
#PageContainer
	{
		background-color: rgb(255,255,255);
		width: 800px;
		height: 1470px;
		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/events.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: 20px;
			width: 780px;
			margin-top: 0px;
			margin-left:10px;
			padding: 0;
			text-align: left;
			border: 0;
		}

	#BottomRuler
		{
			position: absolute; left:auto; right:auto; top:1450px;
			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: 150px;
				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:150px;
				background-color: rgb(255,255,255);
				height: 370px;
				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 */

.TextHeader
	{
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		font-style: normal;
		margin: 0px 0px 10px 0px;
	}

.Presenter
	{
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		font-style: normal;
		margin: 0px 0px 2px 0px;
		color: rgb(153,0,0);
	}

.Subject
	{
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		font-style: normal;
		margin: 0px 0px 10px 15px;
		color: rgb(0,0,0);
	}
