body {
	margin: 0;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/* custom_splash.htm */
#custom_splash {
	height: 100%;
	background: #ffffff url(./images/splash_bgrepeat.gif) repeat-x top;
}
#splash_contain {
	width: 100%;
	height: 98%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(./images/splash_bgmain.jpg) no-repeat top right;
}
#splash_entry {
	width: 230px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 270px;
	text-align: right;
}
#splash_fixed {
	width: 150px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 60px;
}
a.splash_fixed {
	font: normal 11px arial, helvetica, sans-serif;
	color: #555B62;
	text-decoration: none; 
}

a.splash_entrypoint, a.splash_entrypoint:visited {
	font: normal 12px  arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a.splash_entrypoint:hover, a.splash_entrypoint:visited:hover {
	color: #D5E5F1
} 
#splash_footer {
	width: 100%;
	height: 2%;
	position: absolute;
	bottom: 0; 
	left: 0;
	background-color: #BEBEBE;
	text-align: center;
	font: normal 11px arial, helvetica, sans-serif;
	color: #ffffff;
	padding-top: 4px;
	border-top: solid 1px #D1D1D1;
}

/* PHNav.htm */
#PHNav_Fixed {
	height: 30px;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
	font-size: 10.5px;
	vertical-align: top;
}
.PHNav_Links, .PHNav_Links:visited {
	color: #3369B0; 
	text-decoration: none;
	position: relative;
	top: 4px;
	font-weight: bold;
}
.PHNav_Links:hover {
	color: #1C4477;
}
.PHNavDiv {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 6px;
}
#PriNavContain {
	width: 100%;
	height: 24px;
	padding-left: 196px;
	padding-top: 1px;
	background: #ffffff url(./images/PHNav_bg.jpg) top repeat-x;
}
.PriUnSel, .PriSel, .PriUnSel_ovr {
	margin-right: 24px;
	padding-top: 2px;
}
.PriSel {
	border-top: solid 3px #D1D1D1;
}
span.PriUnSel span {
   color: #5583A4;
}
span.PriUnSel_ovr span {
	color: #1C4477;
}

#PHNavBanner {
	width: 100%;
	height: 140px;
	border-bottom: solid 1px #D1D1D1;
	border-top: solid 1px #D1D1D1;
}

/* SVNav.htm */
#SVNavContain {
	padding-right: 45px;
	margin-top: 6px;
}
.SVNav_Sel, .SVNav_unSel, .SVNav_unSel_ovr {
	font-size: 10pt;
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.SVNav_Sel {
	border-right: solid 3px #E2E2E2;
}
.SVNav_unSel, .SVNav_unSel_ovr {
	margin-right: 3px;
}
div.SVNav_unSel span {
   color: #9C9E87;
}
div.SVNav_unSel_ovr span {
	color: #1C4477;
}
a#logoutlink, a#logoutlink:visited {
	font: bold 10px arial; 
	text-decoration: none; 
	color: #9C9E87;
}
a#logoutlink:hover, a#logoutlink:visited:hover {
	color: #1C4477;
}


/* custom_footer.htm */
#footercontain {
	height: 100%;
	background-color: #BEBEBE;
	border-top: solid 1px #D1D1D1;
	text-align: center;
	font-size: 8pt;
	color: #ffffff;
	padding-top: 2px;
}