body
  {
  overflow: hidden;
  }
div.content
  {
  height: 100%;
  overflow: auto;
  }
html {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.splash_body {
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 70px 0px 100px 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.div_prinav {
	height: 17px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;	
}

.div_prinav_selected {
	height: 17px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;	
}

.div_prinav img {
	border:0px;
}

.img_pri_dhtmlnav {
	border:0px;
}

.img_pri_dhtmlnav_selected {
	border:0px;
}

.div_prinav_selected img {
	border:0px;
}

.div_secnav {
	height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

.div_secnav_selected {
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-align: left;
}

.div_secnav a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #657780;
	text-decoration: none;
}

.div_secnav_selected a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.table {
	width: 924px;
	background-color:#FFFFFF;
}

.header_td {
	background-image: url(../images/bg_beige_line.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

.footer_td {
	background-color:#FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #657780;
	text-decoration: none;
}

.footer_td a {
	background-color:#FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #657780;
	text-decoration: none;
}

.splash_td {
	background-image: url(../images/bg_blue_stripe.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

#outer_div {
	width: 100%;
	height:100%;
	align: center;
}

#content_div {
	overflow: auto;
	width: 1000px;
	height:100%;
}

#footer_div {
	width: 1000px;
	height:42px;
}

#header_div {
	width: 1000px;
	height:270px;
}


#iframe_content {
	overflow: visible;
}

