/* Single Column Pages Layer Positions (no LHS nav) */

#container {
	position:relative;
	width:781px;
	height: auto;
	z-index:1;
	margin: 0 auto;
	text-align: left;
}

.container {
	position:relative;
	width:781px;
	height: auto;
	z-index:1;
	margin: 0 auto;
	text-align: left;
	font-size:11pt;
}

#toprow {
	position:absolute;
	width:781px;
	height:101px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#column-content {
	position:absolute;
	width:781px;
	height: auto;
	z-index:1;
	left: 0px;
	top: 120px;
}

.column-content {
	position:absolute;
	width:781px;
	height: auto;
	z-index:1;
	left: 0px;
	top: 120px;
}

#footer {
	position:absolute;
	width:781px;
	height: auto;
	z-index:1;
	left: 0px;
	top:auto;
}



