
/* Page Specific Layout Begin */
	#PageContainer
		{
			width: 770px;
			height: 630px;
		}

	#PageBanner
		{
			height: 175px;
			width: 750px;
		}


	#PageBody
		{
			height: 430px;
			width: 750px;
		}

	.PageFooter
		{
			position: absolute; left:auto; right:auto; top:540px;
			background-color: rgb(255,255,255);
			height: 80px;
			width: 750px;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
/* Page Specific Layout Begin */

/* Page Specific Elements Begin */
	.TextHeader
		{
			margin-bottom: 10px;
		}

	.PageText
		{
			margin: 5px 10px 0px 20px;
		}

	.BulletText
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			line-height: 16px;
			margin: 5px 0px 0px 10px;
		}

/* Page Specific Elements End */


