/* For the class="menulist" element, and all 'ul' tags inside it.
box bkg:  #D1D9E7
LT Blue:  #ECEFF4
Sl Blue:  #B7C4D9
MD Blue:  #75818B
MD Blue:  #636D76
DK Blue:  #003E70


*/
.menulist, .menulist ul {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0;
 padding-left: 0;
 padding-right: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 115px;
 text-align: left;
 vertical-align: middle;
 list-style: none;
 line-height: 16px;
 font-weight: normal;
/* border: 1px solid #036;
 border-bottom-width: 0; */
 background: #D1D9E7;
 z-index:5;
}

/* Submenus ('ul' tags) are hidden by default. You may want to hide them with scripting? */
.menulist ul {
 position: absolute;
 top: 0;
 left: 110px;
 display: none;
}

/* All menu items ('li' tags) */
.menulist li {
 position: relative;
/* border-bottom: 1px solid #036; */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #636D76;
 text-decoration: none;
}

/* Links inside the menu */
.menulist hr {
 color: #636D76;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover {
 color: #003E70;
 background-color: #ECEFF4;
 font-weight: bold;
 font-size: 12px;
}
.menulist a.highlighted {
 color: #003E70;
 background-color: #ECEFF4;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */

.cat_sect_list, .cat_sect_list  ul {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0;
 padding-left: 0;
 padding-right: 0;
 padding-top: 0px;
 padding-bottom: 5px;
 text-align: center;
 list-style: none;
 font-weight: normal;
}

.cat_sect_list ul {
 visibility: hidden;
 position: absolute;
/* top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
}

.cat_sect_list ul ul {
 top: 0px;
 left: 50px;
}

.cat_sect_list li {
 float: left;
 position: relative;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 width: 40px;
 height: 20px;
}

.cat_sect_list ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px; 
}

.cat_sect_list ul>li:last-child {
 margin-bottom: 1px;
}

.cat_sect_list a {
 display: block;
 padding: 3px;
 color: #636D76;
 background-color: #D1D9E7;
 text-decoration:  none;
}

.cat_sect_list hr {
 color: #636D76;
}

.cat_sect_list a:hover, .cat_sect_list a.highlighted:hover, .cat_sect_list a:focus {
 color: #003E70;
 background-color: #ECEFF4;
 font-weight: bold;
 font-size: 12px;
}
.cat_sect_list  a.highlighted {
 color: #003E70;
 background-color: #ECEFF4;
}

.cat_sect_list a .subind {
 display:  none;
}
.cat_sect_list ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.cat_sect_list a {
 float: left;
}
.cat_sect_list ul a {
 float: none;
}
/* \*/
.cat_sect_list a {
 float: none;
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .cat_sect_list  ul li {
 float: left;
 height: 1%;
}
* html .cat_sect_list  ul a {
 height: 1%;
}

/* End Hack */


.cat_func_list, .cat_func_list  ul {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0;
 padding-left: 0;
 padding-right: 0;
 padding-top: 3px;
 padding-bottom: 3px;
 text-align: center;
 list-style: none;
 font-weight: normal;
}

.cat_func_list ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 80px;
}

.cat_func_list ul ul {
 top: 0px;
 left: 80px;
}

.cat_func_list li {
 float: left;
 position: relative;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 100px;
}

.cat_func_list ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}

.cat_func_list ul>li:last-child {
 margin-bottom: 1px;
}

.cat_func_list a {
 display: block;
 padding: 3px;
 color: #636D76;
 background-color: #D1D9E7;
 text-decoration:  none;
}

.cat_func_list hr {
 color: #636D76;
}

.cat_func_list a:hover, .cat_func_list a.highlighted:hover, .cat_func_list a:focus {
 color: #003E70;
 background-color: #ECEFF4;
 font-weight: bold;
 font-size: 12px;
}
.cat_func_list  a.highlighted {
 color: #003E70;
 background-color: #ECEFF4;
}

.cat_func_list a .subind {
 display:  none;
}
.cat_func_list ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.cat_func_list a {
 float: left;
}
.cat_func_list ul a {
 float: none;
}
/* \*/
.cat_func_list a {
 float: none;
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .cat_func_list  ul li {
 float: left;
 height: 1%;
}
* html .cat_func_list  ul a {
 height: 1%;
}

/* End Hack */

a.list_selected  {
 color: #2B3740;
 background-color: #B7C4D9;
/* font-weight: bold;
 font-size: 12px;  */
}

.announce {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0;
 padding: 3px;
 text-align: center;
 vertical-align: middle;
 font-weight: bold;
/* background: #D1D9E7;  */
 color: #000000;
}

.announce_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
 color: #000000;
}

.body_text {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 18px;
}

.body_text_head {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 15px;
}

.body_thin_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003E70;
}

.body_thin_text_head {
	font-weight: bold;
	padding-top: 10px;
	font-size: 13px;
	color: #003E70;
}

.body_thin_text_small {
	font-size: 11px;
	line-height: 15px;
	color: #636D76;
}

.cat_thin_text_small TR TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding: 4px 6px;
}

.cat_out_list {
	background-color: #FFFFFF;
}

.cat_over_list {
	background-color: #ECEFF4;
}

.cat_marked_list {
	background-color: #FFDDDD;
}

.nav_page a {
 color: #0000CC;
}

.print_thin_text_small TR TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	padding: 2px;
}

.layout_thin_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 0;
}

.foot_copy {
  padding-top: 5;
	padding-bottom: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #75818B;
}

.foot_link {
	padding-top: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9pt;
	text-align: center;
}

.foot_link A:link {
	color: #75818B;
	text-decoration: none;
}

.foot_link A:visited {
	color: #75818B;
	text-decoration: none;
}

.foot_link A:hover {
	color: #003E70;
	font-weight: bold;
	text-decoration: none;
}

.foot_link A:active {
	color: #003E70;
	text-decoration: none;
}


