/*
Theme Colors:
000066	dark blue
9C9C9C	greyed out
9F1010	muted red
808080	middle gray
F9F9F9	pale gray
F9F9FF	pale blue
FFF9F9	pale pink
FFFFFF	white
000000	black
*/
*, .normal, .normal * {
	color: #000066;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.greyedout, .greyedout * {
	color: #9C9C9C;
}

.boilerplate_letter, .boilerplate_letter * {
	font-family: Times New Roman;
	margin-left: 2ex;
	margin-right: 2ex;
}

a, a * {
	color:#000066;
}

h1, h1 * {
	font-size: 16pt;
	font-weight: bold;
}

h2, h2 * {
	font-size: 12pt;
	font-weight: bold;
}

.contrasting_title, .contrasting_title * {
	color: #000066;
}

.article_links, .article_links * {
	font-weight: bold;
}

#url_in_header {
	text-decoration: none;
	color:#000066;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

#subscribe_box, #subscribe_box * {
	font-size: 9pt;
}

#subscribe_box .label {
	font-size: 10pt;
	font-style: italic;
}

#nav {
  background-color: #000066;
  color: white;
  margin: 0;
  list-style: none;
}

#nav * {
  background-color: #000066;
  color: white;
  font-weight: bold;
  font-size: 9pt;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  text-decoration: none;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  padding-left: 1ex;
  padding-right: 1ex;
}

#nav a:hover {
  color: #000066;
  background-color: white;
}

#nav form * {
  color: #000066;
  background-color: white;
}

#nav form #search {
  margin-left: 1em;
  margin-right: 1em;
}

#nav li {
  float: left;
  margin-left: 1px;
  background-color: #000066;
  color: white;
}

#nav + * {
  clear: left;
}

.top_menu
{
  margin-top: 0px;
  padding-top: 0px;
}

.top_menu, .top_menu .menu-item
{
  background-color: #000066;
  color: white;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}

.top_menu .first-menu-item
{
  border-left: 1px solid #FFF9F9;
  padding-left: 2ex;
}

.top_menu .menu-item
{
  color: #FFF9F9;
  border-right: 1px solid #FFF9F9;
  padding-left: 2ex;
  padding-right: 2ex;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}

.top_menu .menu-item:hover
{
  background-color: #FFF9F9;
  color: #000066;
}

.side_unselected_menu_item, .side_unselected_menu_item a, .side_unselected_menu_item a * {
	color:#000066;
	background-color: #F9F9FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.side_selected_menu_item, .side_selected_menu_item a, .side_selected_menu_item a * {
	color: #9F1010;
	background-color: #FFF9F9;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.left_menu_address, .side_selected_menu_item, .side_unselected_menu_item {
	padding-left: 16px;
}

.left_menu_text, .left_menu_text *, .left_menu_address, .left_menu_address * {
	background-color: #F9F9FF;
	font-size: 8pt;
	font-weight: bold;
}

.copyright {
	font-size: 8pt;
	color:#808080;
}

#press_box {
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
	table-layout: fixed;
}

#press_box, #press_box * {
	background-color: #FFF9F9;
}

#press_box * #header {
	color:#000066;
	background-color: #FFF9F9;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}

#alert_box, #alert_box tr,
#headline_box, #headline_box tr {
	border-width: 1px;
	border-style: solid;
}

#alert_box, #alert_box tr {
	border-color: #9F1010;
}

#headline_box, #headline_box tr {
	border-color: #000066;
}

#alert_box, #alert_box * {
	background-color: #FFF9F9;
}

#headline_box, #headline_box * {
	background-color: #F9F9FF;
}

#alert_box * #header,
#headline_box * #header {
	color:#000066;
	background-color: #FFF9F9;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}

#headline_box * {
	color:#000066;
}

#alert_title, #alert_title *,
#featured_headline, #featured_headline * {
	font-weight: bold;
}

.red_blue_section {
	border-width: 1px;
	border-color: #9F1010;
	border-style: solid;
	table-layout: fixed;
}

.red_blue_section, .red_blue_section * {
	background-color: #F9F9FF;
}

.sec_link, .sec_link * {
	color:#000066;
	font-size: 11pt;
	font-weight: bold;
}

.red_blue_section * .sec_hdr,
.red_blue_section * .sec_hdr * {
	color:#9F1010;
	font-weight: bold;
	font-size: 11pt;
}

.blue_blue_section {
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
	table-layout: fixed;
}

.blue_blue_section, .blue_blue_section * {
	background-color: #F9F9FF;
}

.blue_blue_section * .sec_hdr {
	color:#9F1010;
	font-weight: bold;
	font-size: 11pt;
}

.none_white_section {
	border-width: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	table-layout: fixed;
}

.none_white_section, .none_white_section * {
	background-color: #FFFFFF;
}

.none_white_section * .sec_hdr, .none_white_section * .sec_hdr * {
	color:#9F1010;
	font-weight: bold;
	font-size: 11pt;
}

.mission_stmt, .mission_stmt * {
/*	font-family: Georgia, Times New Roman; */
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}

.fuzzy_parens {
	vertical-align: middle;
	border-width: 0px;
}

ul.minimal_indent_list {
	margin-left: .5ex;
	padding-left: 1em;
}

ol.minimal_indent_list {
	margin-left: .5ex;
	padding-left: 1.5em;
}

ol.minimal_indent_list li, ul.minimal_indent_list li
{
	margin-bottom: 0ex;
}

ol li, ul li
{
	margin-bottom: 0.75ex;
}

.sdendnote-western,
.sdendnote-western *
{
	font-size: 8pt;
}

.sdendnote-western
{
	margin-left: 1.5ex;
	text-indent: -1.5ex;
}

.sdendnotesym {
	font-size: 8pt;
}

.sdendnoteanc {
	font-size: 7pt;
}

.to_be_filled_in {
	text-decoration: blink underline;
	color: green;
	background-color: yellow;
}

/* 
Serif fonts:
Times New Roman - maybe bold
Bell MT - maybe bold
Garamond - maybe bold
Goudy Old Style - maybe bold
Harrington - maybe bold
High Tower Text - maybe bold
Lucida Bright - maybe bold <<<
Perpetua - maybe bold
Poor Richard - maybe bold

Baskerville Old Face - maybe normal
Cooper Black - maybe normal <<<
Elephant - maybe normal <<<
Georgia - maybe normal <<<
Gloucester MT Extra Condensed - no
Imprint MT Shadow - maybe normal <<<
Modern No. 20 - can't specify - "." seems to keep it from matching
Rockwell - maybe normal <<<




Cooper Black - maybe normal <<<<<<XXX
Georgia - maybe normal <<<<<<
Imprint MT Shadow - maybe normal <<<<<<XXX
Rockwell - maybe normal <<<<<<XXX
*/
