* {margin:0px;padding:0px}

body {
	background-color: #A2A2A2;
	margin: 20px 0px 0px 10px;
	text-align: center;
}

/* Hide from IE-Mac \*/ 
html,body {
	height: 100%;
}
/* end hide */

a,img {outline: none; border: none;}
a:link{color:#FFFFFF; text-decoration: none;}
a:visited{color:#FFFFFF; text-decoration:none;}
a:hover{text-decoration: underline;}

#wrapper{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#vertAlign{
	display:table-cell;
	vertical-align:top;
}

#topDiv {
	z-index: 3;
	position: relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 328px;
	background-repeat: no-repeat;
}
#midDiv {
	z-index: 2;
	position: relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 960px;
	background-repeat: repeat-y;
	text-align: left;
}
#bottomDiv {
	z-index: 1;
	position: relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 32px;
	background-repeat: no-repeat;
}

#topLeftLogo {
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 191px;
	height: 37px;
}
#nav{
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 940px;
	height: 328px;
	overflow: visible;
}

#flashNav {z-index: 21;}

#pageTitle {
	z-index: 6;
	position: absolute;
	top: 300px;
	left: 56px;
	height: 22px;
	text-align: left;
}
#pageTitle2 {
	z-index: 6;
	position: absolute;
	top: 300px;
	left: 400px;
	height: 22px;
	text-align: left;
}
.floatStop {
	clear: both; 
	height: 0px;
	line-height: 0.0px; 
	font-size: 0px;
	display: block;
}

/* copyright --------------------------------------------------------*/
#copyright {
	z-index: 30;
	position: relative;
	top: 15px;
	left: 32px;
	width: 561px;
	height: 15px;
	text-align: left;
	color: #6E6E6E;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.greenTitle{
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #33978f;
}
.whiteTitle{
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #FFFFFF;
}
a.blueLink{
	color: #89aeb4 !important;
	font-weight: bold;
}
a.blueLink:hover{
	color: #2c475f !important;
}