/* Layout Styles */
	body
		{
			background: #000;
			text-align: center;
			min-width: 900px;		/* body + 10 */
			margin: 0px;
			padding: 0px;
		}
	.wrapper
		{
			width: 900px;			/* body + 10 */
			background: white;
			vertical-align: top;		
			margin: 27px auto 0px auto;
		}
	.header
		{
			background-image: url('../images/lnkBG.gif');
			width: 1000px;				/* body */
			height: 58px;
			border: 0px;
			margin: 50px auto 0px auto;
			text-align: left;
			vertical-align: top;
			line-height: 0px;
			
		}
	.body
		{
			
			width: 900px;				/* body */
			border: 0px;
			margin: 0 auto;
			text-align: left;
			vertical-align: bottom;
			background: white;
		}
	.footer
		{
			height: 16px;
			width: 895px;				/* body */
			border: 0px;
			margin: 0 auto;
			padding: 0px;
			text-align: left;
			vertical-align: bottom;
			background: white;
			border-bottom: 0px solid white;
			display: inline;
		}
	.wdwRight
		{
			margin-left:330px;
			width: 450px;
			
			border-left: 1px dotted #999; 
			padding-left: 0px;
		}
	.wdwLeft
		{
			width: 325px;
			float: left;
			
		}

	.wrapperPrompt
		{
			width: 410px;			/* body + 10 */
			background: white;
			vertical-align: top;		
			margin: 27px auto 0px auto;
		}	
		
		
			
	.bodyPrompt
		{
			height: 200px;
			width: 400px;				/* body */
			border: 0px;
			margin: 0 auto;
			text-align: left;
			vertical-align: bottom;
			background: white;
			border-bottom: 5px solid white;
			border-top: 5px solid white;
		}	