p,h3,div,span,iframe,object
{
	padding:	0;
	border:		0;
	margin:		0;
}

html, body
{
	width:		100%;
	height:		100%;
	overflow:	hidden;
	padding:	0px;
	border:		0px;
	margin:		0px;
}

/*
div
{
	border-style:		solid;
	border-width:		0px;
}
*/

	.containerdiv1
	{
		position:	absolute;
		left:		0%;
		top:		0px;
		width:		100%;
		height:		100%;
	}

		
		
		.containerdiv2
		{
			top:		0px;
			position:	relative;
			width:		950px;
			height:		100%;
			background-color: #E0E0E0;			
		}
			
			.contentdiv, .flashdiv
			{
				left:			0px;
				width:			100%;
				position:		absolute;
			}
			
			.flashdiv
			{
				top:			0px;
				background-color: #E0E0E0;				
			}
			
			.contentdiv
			{
				top:			250px;
				height:			100%;
				width:			100%;
				z-index:		1;
				overflow:		auto;
				
			}
			
				.configdiv
				{
					display:		;
					position:		relative;
					overflow:		auto;
					height:			25%;
					overflow: 		hidden;
				}
			
				.configtable
				{
					width:			74%;
					margin-left:	12%;
					margin-right:	12%;
				}
			
		.disclaimerdiv
		{
			position:	absolute;
			width:		100%;
			height:		0%;
			top:		100%;
			overflow: 	hidden;
			
		}

	.imageLink, imageLink:link, imageLink:visited
	{
		text-decoration:none;
		border:0px;
		padding:0px;
	}