@charset "UTF-8";
/* CSS Document TEMPEST LEVEL*/

    #googlePageCounter {
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
	font-size: 0.9em;
    text-align: right
      color: #FF0023;
    }

.MenuBar td#googlePageCounter {
  color: #777474 !important;
  	font-size: 0.9em;
}

.bottomMenuBar {
	border: 0px solid #000;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0000ff;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* Page Counter Styling */
#googlePageCounter {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  color: #FF0023;
}

/* Page counter when placed in a menu row */
.MenuBar td#googlePageCounter {
  color: #777474 !important;
  font-size: 0.9em;
}

/* Optional Footer Bar (not used in new layout, retained if reused) */
.bottomMenuBar {
  background-color: #DDDDDD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #0000ff;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Link Styling */
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #06F;
}

a:hover {
  text-decoration: none;
  color: #F00;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

/* General List/Text Styling */
li,
.MasterLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 175%;
}

/* Border wrapper for tables */
.contentTableBorders {
  border: 1px solid #000;
  text-align: center;
}

/* Body text fallback for structure */
#outerWrapper {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  text-align: center;
}

/* Website Title Styles */
.WebSiteTitleLeft {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  text-shadow: 3px 3px 5px #666;
  color: #06F;
  text-align: left;
}

.WebSiteTitleRight {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  text-shadow: 3px 3px 5px #666;
  color: #F00;
  text-align: right;
}

/* Optional column header (not clearly used) */
.ColumnSectionHeader {
  background-color: #4169E1;
  color: #FAF7F7;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

/* Subtitle */
.WebSiteTitleNote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Wrapper for title block */
.WebSiteTable {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 65px;
}
