/* 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 */

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;
}

.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;
}

.foot_copy {
  padding-top: 5;
	padding-bottom: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #75818B;
}

.body_headline {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 18pt;
	color: #003E70;
}

.body_sub_head {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14pt;
	color: #636D76;
}

.body_copy {
	padding-bottom: 5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 10pt;
	color: #000000;
}

.list {
	padding-top: 12pt;
}

.list P {
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	color: #DD0000;
}

.list UL {
	margin: 0;
}

.list LI {
	margin-left: 2em;
	margin-right: 1em;
	text-indent: -1em;
}
