/*********************************************** 
Formatting for centering horizontally and vertically
************************************************/

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

#frameouter {
	position: relative;
	text-align: left;
	margin-top: 0px;;
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	height: 615px;
	border:3px solid #000;
	padding: 5px;
	overflow:hidden;
	background: #fff;
	background-repeat:repeat;
	/*/ background-image:url(/images/paper_background.gif);/*/
}

#frameinner {
	position: absolute;
	top: 27px;
	left: 27px;
	_top: 21px;
	_left: 21px;	
	width: 767px;
	height: 565px;
	padding: 0px;
	border:1px solid #000;
	background-color:#FFFFFF;
}

div.container {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 740px;
	height: 540px;
	_width: 750px;
	_height: 548px;
	padding: 0px;
	border:6px solid #000;
	overflow:hidden;
}

div.containerWhite {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 740px;
	height: 540px;
	_width: 750px;
	_height: 548px;
	padding: 0px;
	border:6px solid #000;
	overflow:hidden;
	background-color:#FFFFFF;
}

#flashcontent {
	}

div.flashcontent {
	background-image:url(/images/greenBG.gif);
	}
	
div.flashcontentWhite {
	background-color:#FFFFFF;
	}