#container {
  position: absolute;
  width: 900px;
  background-color: white;
  margin: 15px;
  padding: 0px;
}

#cornerTopLeft img,#cornerTopRight img { vertical-align: top; }
#cornerBottomLeft img,#cornerBottomRight img { vertical-align: bottom; }

#cornerTopLeft { position: absolute; top: 0px; left: 0px; z-index: 100; }
#cornerTopRight { position: absolute; top: 0px; right: 0px; z-index: 100; }
#cornerBottomLeft { position: absolute; bottom: 0px; left: 0px; z-index: 100; }
#cornerBottomRight { position: absolute; bottom: 0px; right: 0px; z-index: 100; }

#header { position: absolute; width: 100%; height: 77px; top: -16px; background-repeat: no-repeat;  }

#footerBand { position: absolute; width: 100%; height: 7px; bottom: 0px; z-index: 99; }
#footerInfo { position: absolute; width: 75%; height: 10px; bottom: -13px; right: 10px; z-index: 99; color: #c0c0c0; font-size: 7pt; text-align: right; }
#footerInfo strong { color: white; }
#footerDivisions { position: absolute; width: 25%; height: 10px; bottom: -13px; left: 10px; z-index: 99; color: #c0c0c0; font-size: 8pt; }
#footerDivisions select { color: white; background-color: black; padding: 0px; font-size: 8pt; }

#frContent {
  margin-bottom: 7px; 
  width: 860px;
  height: 100%;
  padding: 69px 20px 8px 20px; 
  background-repeat: no-repeat;
  background-position: 0px 61px;
}

#frContentProp { width: 1px; float: right; height: 556px; }
#frContentClear { clear:both; height:1px; overflow:hidden; }

/* --- MENU STYLES --- */
ul#nav {
	/* TOP-LEVEL positioning */
	position: absolute;
	color: white;
	width: 730px;
	height: 19px;
	top: 18px;
	left: 30px;
	/* TOP-LEVEL attributes */
	font-size: 14px;
	text-align: right;
	/* Common attributes*/
	vertical-align: bottom;
	list-style: none;
	z-index: 101;
}
/* TOP-LEVEL menu entry attributes*/
ul#nav li {
	float: right;       
	display: block;
        margin-left: 11px;
}
ul#nav li a {
	color: white;
	height: 19px;
	text-align: center;
	text-decoration: none;
}
ul#nav li a div.toplevel {
	display: inline;
	position: relative;
	z-index:  102;
	padding: 0 2px;
	font-size: 14px;
	text-decoration: none;
}
/* UNderline the active section */
/*ul#nav li a.active div.toplevel{
	border-bottom: white solid 1px;
}*/
/* Gray text hovering top-level menu */
ul#nav li:hover a div.toplevel, ul#nav li.sfhover a div.toplevel {
	color: rgb(180,180,180);
}
/* white text on hovering sub-menus */
/*ul#nav li:hover a div.toplevel, ul#nav li.sfhover a div.toplevel{
	border-bottom: rgb(00,81,138) solid 4px;
}*/
ul#nav li ul li:first-child a:first-child{
	padding-top: 7px;
}
ul#nav li ul li a {
	display: block;
	padding: 6px 6px;
	float: none;
	text-align: left;
	width:  100px;
	margin: 0;
	font-size: 11px;
}
ul#nav li ul li a:hover {
	background-color: rgb(20,101,148);
}
ul#nav li ul li {
	margin: 0;
}
ul#nav li ul {
	position: absolute;
        visibility: hidden;
        top: 26px;
	width: 112px;
	list-style: none;
        opacity: 0.90;
        filter: alpha(opacity=90);
	background-color: rgb(00,81,138);
	padding: 6px 0px 6px 0px;
	margin: 0;
}
/* #nav li:hover ul { } */
/* --- END menu styles --- */