﻿
<!--
/* hide from ie on mac */
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
-->
#Layer3 {
	position:absolute;
	width:100%;
	height:10px;
	z-index:5;
	bottom: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottomLinks{
	color:#FFFFFF;
	text-decoration: none;
}

#verticalPositioner {
  text-align: center;
  position: absolute;
  z-index:3;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}
#content {
  text-align:left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  margin-left: -640px;
  position: absolute;
  z-index:4;
  top: -400px;
  left: 50%;
  width: 1280px;
  height: 800px;
  visibility: visible;
}
#alternateContent {
  text-align:left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  margin-left: -512px;
  position: absolute;
  z-index:6;
  top: 123px;
  left: 50%;
  width: 1024px;
  height: 553px;
  visibility: visible;
}