/*************************************
 * TITLE: Ingenuitor Stylesheet      *
 *************************************/


/* ##### Common Styles ##### */

body {
  background-color: #f3f4f1;
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


img .floatRightClear { 
    border-collapse: separate; 
    margin-right: 1%; 
    float: right; 
    clear: right; 
}

.table {
	table-layout: auto;
	width: 100%;
	border: none;
}

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

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  color: white;
  background-color: #83cfff;
  text-align: right;
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  font-size: x-large;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: black;
  background-color: rgb(255,255,255);
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: transparent;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  font-size: 10pt;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  
.subHeader a:link { font-weight : bold; color: #fbfff8; text-decoration : none;}

.subHeader a:visited { font-weight : bold; color: #ff0003; text-decoration : none;}

.subHeader a:hover { font-weight : bold; color: #3bff2d; text-decoration : none;}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  background-position: 0 bottom;
  height: auto;
  background-color: #fef4e0;
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar .sideBarTitle {
  border-bottom-style: none;
  margin-bottom: .1em;
  margin-top: 5%;
  font-variant: small-caps;
  color: #ff6314;
  font-size: x-large;
  letter-spacing: normal;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: bold;
}

#side-bar ul {
  text-align: center;
  margin-left: -15px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  list-style-type: none;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: small;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}


#side-bar a, .thisPage {
  color: #2f246a;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

.thisPage {
  font-style: italic;
  text-shadow: 0px 0px;
  color: #2f246a;
  font-size: 125%;
  font-weight: bold;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: #6487dc;
  text-decoration: none;
}

#side-bar a:active { font-weight : bold; font-size: larger; color : red; text-decoration : underline;}


.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: #0066cc;
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
background-color: #f2f1ef;
}

#main-copy {
  padding-left: 5mm;
  padding-bottom: 5mm;
  padding-right: 5mm;
  padding-top: 10px
  color: black;
  background-color: #f3f4f3;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  font-size: 10pt;
  padding-bottom: 0px;
  letter-spacing: normal;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  margin-top: 7px;
  margin-left: 1ex;
  margin-bottom: 0px;
  margin-right: 1ex;
  padding-left: 0;
  padding-right: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  padding-left: 0ex;
  padding-bottom: 1.5ex;
  padding-right: 0;
  padding-top: 1.5ex;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: #ff6314;
  font-size: x-large;
  font-weight: bold;
}

#main-copy h3 {
  margin: 0px;
  font-weight: bold;
  padding-left: 0ex;
  padding-bottom: 4px;
  padding-right: 0;
  padding-top: 15px;
  text-align: left;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: black;
  font-size: medium;
}


#main-copy h4 {
  font-style: italic;
  padding-left: 0ex;
  padding-bottom: 0ex;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0px;
  text-align: left;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: black;
  font-size: small;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

#main-copy ul {
  margin-left: 3em;
  margin-bottom: 1em;
  margin-right: 3em;
  margin-top: 2em;
  padding-left: 0;
  padding-bottom: 0.3em;
  padding-right: 0;
  padding-top: 0;
  list-style-position: outside;
  text-align: left;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  list-style-type: disc;
}

#main-copy li {
  text-decoration: none;
  font-size: 10pt;
  text-align: left;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

.site-map {

	text-align: left;

	font-size: 10pt;

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

}

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

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

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

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}