/* ###### Body Text ###### */

body {
  background-color: white;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
 }

h3 {
  color: black;
  font-size: 120%;
  background-color: #F0F8FF;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  color: white;
  background-color: #6487dc;
  padding-left: 1ex;
  padding-right: 1ex;
  font-weight: bold;
  font-size: 130%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}

h2 {
  color: black;
  background-color: white;
  padding-left: 1ex;
  padding-right: 1ex;
}

.h4 {
  color: black;
  background-color: #8caae6;
  padding-left: 1ex;
  padding-right: 1ex;
}

h6 {
  color: black;
  background-color: white;
  padding-left: 1ex;
  padding-right: 1ex;
  font-size: 100%;
}

img {
  border: none;
}

#q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  text-align: left;
  width: 9em;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  border-width: 1px;
  float: right;
}

.acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: lucida console, courier new, courier, monospace;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}

.bodytext {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 5mm 5mm 2mm 5mm;
}

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 2ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  border: 0;
  padding: 0.25ex 1ex;
  float: right;
}

#bodyText [class~="topOfPage"] {
  padding: 1.5ex 1ex;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#upperMenuBar {
  height: 2.1em;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 2.6mm;
  top: 0.9ex;
}

.header {
  font-size: 335%;
  font-weight: bold;
  height: 1.45em;
  padding-left: 4mm;
  color: white;
}

#headerSearch {
  position: absolute;
  right: 2mm;
  top: 3.6em;
}

#headerSearch .text {
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 97%;
  font-size-adjust: 0.55;
  width: 9em;
  height: 2ex;
  padding: 1mm;
  border-style: solid;
  border-width: 1px;
}

#headerSearch [class~="text"] {  /* This rule only rendered by CSS2-fully compliant browsers */
  height: 3.75ex;
}

#headerSearch .submit {
  font-size: 100%;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  top: -0.25ex;
}

.lowerMenuBar {
  height: 1.55em;
  padding-left: 1.3mm;
  color: white;
  font-size:120%;
}

.lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
  color: white;
}

.sidebarb {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
  color: black;
}

.sidebarb a:hover {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
  color: white;
}

.lowerMenuBar a:hover {
  text-decoration: none; background-color: #8caae6; color: white; border: solid yellow 1px;
}

/*### Test area ### */
#a:link {text-decoration: none ; color: white; font-size: 100%;}
#a:visited {text-decoration: underline ; color: #0099CC; font-size: 100%;}
#a:hover {text-decoration: underline ; color: #ffffff; font-size: 100%;}

#a.image:hover {
	background : transparent;
	margin: 0px;
	border: none;
}

/* ###### Side Boxes ###### */

.sideMenuBox, .sideTextBox {
  background-color: white;
  width: 22.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
  font-weight: bold;
}

.sideMenuBox div, .sideTextBox div {
  padding-left: 2.5mm;
  padding-bottom: 1ex;
  }

.sideMenuBox a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
  color: black;
}

.sideMenuBox a:hover {font-weight: bold; text-decoration: none; padding-left: 2.5ex; padding-right: 1.5ex; color: white;
}

.sideMenuBox .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}

.sideTextBox a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sideTextBox a:hover {
  border-bottom: none;
}

/* ###### body ###### */

.alert {background-color: #92F1F8; color: red; font-family: Arial, Helvetica, sans-serif; text-align: justify;
}

.spacer{font-size: 90%; clear: left; padding-top: 100%;}

a:hover {text-decoration: none; margin: -1px; border: solid yellow 1px; background: #8caae6; color: white;}

.td { position: left;}

/* ###### Footer ###### */

.footer {
  background-color: #8caae6;
  font-size: normal;
  padding: 1.0ex 1.0mm 1.0ex 1.0mm;
  clear: left;
  color: white;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  border-bottom: none;
}

.footerLHS {
  float: left;
  clear: left;
}


#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: #274e90;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

#.sideMenuBox a {color: #0066cc;}

#.sideMenuBox a:hover {color: white;}

#.sideTextBox a {color: #0066cc;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

#q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #6487dc;}

#header {background-color: #8caae6;}

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #003399;}

#footer {background-color: #6487dc;}


/* ###### Border Colors ###### */

#q {border-color: #999999;}

#acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #0066cc;}

#headerSearch .text {border-color: #003399;}

#headerSearch .submit {border-color: white;}

#.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: white;}

.border {border-style: ridge;}

.borderTable {border-style: ridge; text-align: center;}

.cell {Background: #efefef; text-align: justify; BORDER-BOTTOM: #000099 thin solid; BORDER-LEFT: #000099 thin solid; BORDER-RIGHT: #000099 thin solid; BORDER-TOP: #000099 thin solid; color: black; }

.cell2 {Background: #F0F8FF; text-align: justify; color: black; }

.example { COLOR: navy; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11pt;	BACKGROUND-COLOR: #ffffdb;  BORDER-BOTTOM: #000099 thin solid; BORDER-LEFT: #000099 thin solid; BORDER-RIGHT: #000099 thin solid; BORDER-TOP: #000099 thin solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px }

