/* Page Specific Layout Begin */
	#PageContainer
		{
			width: 800px;
			height: 1185px;
		}

	#TopPanel
		{
			height: 50px;
			width: 780px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	#PageTop
		{
			position: absolute; left:auto; right:auto; top:175px;
			background-color: rgb(255,255,255);
			height: 60px;
			width: 780px;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}

	#PageFooter
		{
			top:350px;
			width: 780px;
		}
/* Page Specific Layout End */

	.TextHeader
		{
			font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif; 
			color: rgb(64,32,255);
			font-size: 16px;
			font-style: normal;
			line-height: 20px;
			font-weight: bold;
			text-align: left;
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

	.TextHeader a:link
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.TextHeader a:visited 
		{
			color: rgb(64,32,255);
			text-decoration: none;
		}

	.TextHeader a:hover 
		{
			color: rgb(255,64,32);
			text-decoration: underline;
		}

	.TopTitle
		{
			margin: 20px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
		}


