	
		body
		{
			background-color: #ffccff;
			margin-top: 0px;
			text-align: center;
		}
		
		#main
		{
			position: relative;
			width: 780px;
			margin: 0px auto;
		}

		.layoutTable
		{
			width: 780px;
		}
		
		.layoutTable_navCell
		{
			width: 150px;
			background-color: #ffffff;
			background-image: url('images/navBackground.jpg');
			background-position: top left;
			background-repeat: no-repeat;
			vertical-align: top;
		}

		.layoutTable_contentCell
		{
			width: 630px;
			background-color: #996699;
			vertical-align: top;
		}
		
		#navContentContainer
		{
			position: relative;
			width: 150px;
			margin-top: 250px;
		}
		
		#navContent
		{
			position: relative;
			margin: 5px 5px 5px 12px;
		}
		
		#navFooterContainer
		{
			position: relative;
			width: 150px;
			margin: 50px 0px 0px 0px;
		}
		
		#navFooter
		{
			position: relative;
			margin: 0px 3px 0px 0px;
		}
		
		#navContent, #navFooter
		{
			font-family: arial, helvetica, sans, tahoma;
			font-size: 14px;
			font-weight: bold;
			color: #660066;
		}
		
		#navFooter
		{
			font-size: 11px;
			font-weight: normal;
		}
		
		.mainMenuItem, .subMenuItem
		{
			display: block;
			margin-bottom: 4px;
			text-decoration: none;
			color: #660066;
		}

		.mainMenuItem:hover
		{
			color: #cc99ff;
		}

		.subMenuItem
		{
			display: block;
			margin: 0px 0px 4px 12px;
			font-size: 12px;
			color: #993399;
		}

		.subMenuItem:hover
		{
			color: #cc99ff;
		}

		.contentTable
		{
			width: 630px;
			margin-bottom: 20px;
		}
		
		.contentTable_border
		{
			width: 20px;
		}

		.contentTable_contentCell
		{
			width: 590px;
			vertical-align: top;
		}
		
		#contentContainer
		{
			position: relative;
			width: 590px;
			background-color: #ffffff;
		}
		
		#content
		{
			position: relative;
			margin: 0px 30px 30px 30px;
			padding: 10px 0px 0px 0px;
		}
		
		#content, #content td
		{
			font-family: verdana, arial, helvetica, sans, tahoma;
			font-size: 0.8em;
			color: #000000;
		}
		
		.contentFooter
		{
			position: relative;
			width: 590px;
		}

		.contentFooter_cnrLeft
		{
			position: relative;
			width: 10px;
			height: 14px;
			margin: 0px;
			background-image: url('images/cnr_footerLeft.gif');
			background-position: bottom left;
			background-repeat: no-repeat;
		}
		
		.contentFooter_cnrRight
		{
			position: relative;
			width: 10px;
			height: 14px;
			margin: 0px;
			background-image: url('images/cnr_footerRight.gif');
			background-position: bottom left;
			background-repeat: no-repeat;
			background-color: #FF00FF;
		}
		
		.contentFooter_contentCell
		{
			position: relative;
			width: 570px;
			height: 16px;
			margin: 0px;
			background-color: #bb99bb;
			font-family: verdana, arial, helvetica, sans, tahoma;
			font-size: 10px;
			color: #ffffff;
			text-align: center;
		}

		.error
		{
			color: red;
		}