#outerFrame{
	top: 0px;
	left: 0px;
	position: absolute;
		align: center; 
	height: 1147px;/*dynamically reset below*/
	width: 760px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	background-color: white;
}
#topbar{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 39px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #504766;
}
#header{
	top: 39px;
	left: 0px;
	position: absolute;
	height: 143px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-position: center center;
	background-repeat: no-repeat;		
}
#contentGrid{
	top: 182px;
	left: 0px;
	position: absolute;
/*	height: 670px; */
	width: 760px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	/* default text outside <P> */
	font-size: 80%;
	line-height: 110%;
	color: black;
	background-color: #ffffff;
	/*overflow: clip;*/
}
#contentGrid A{
  text-decoration: none;
  FONT-WEIGHT: 200;
  FONT-SIZE: 8pt;
}
#contentGrid A:link {color: black;}
#contentGrid A:visited {color: black;}
#contentGrid A:hover {color: #D9C435;}
#contentGrid A:active {color: #E6C900;}
#contentGrid P{ /* Paragraph text style */
	text-align: left;
	font-size: 110%;
	line-height: 150%;
	color: black;
}

.contentColumn{  
	text-align: center;
	padding: 0px;
	background-position: top center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	position: absolute;
	display: block;
	border: 0px;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;		
}



