/*
* #Id: ^memorycrawler-9-1- *09 12 2007 23:44:20 PM* #EndId
* Last Change Reason: "constants for help" $\n
*/
acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.point {
  cursor:pointer;
}

.doNotDisplay {
  display: none !important;
}


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


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

#header {
  background-color: darkred;
}

.headerTitle {
  margin: 0;
  /*padding: 0.25em 4mm 0.25em 4mm;*/
  padding: 0px 0px 0px 0px;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
/*
.headerTitle > a {
  font-size: 138%;  
}
*/
.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}
	
.subHeader 
{
   background-color: black;
   text-align: center;
   margin: 0;
   letter-spacing: .08em;
   padding: 0.5ex 0;
   font-size: 80%;
   font:bold 11px var(MCFont);
   color: white;
   line-height:18px;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


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

.leftSideBar {
  width: 120px;
  float: left;
  position:relative;
  height: 100%;
  border-right: 1px solid darkred;
  border-bottom: 1px solid darkred;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.2ex 0ex;
  height: 100%;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 0;
  padding: 0;
}

.leftSideBar li {
/* margin: 1ex; */
  padding: 0 0 1ex 0.75ex;
}

.leftSideBar a {
  color: darkred;
  background-color: #EBEBEB;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  display: block;
  font-size:80%;
}
.leftSideBar span {
  font-size:80%;
}

/*.leftSideBar a:hover {
  color: black;
  background-color: white;
}*/

.leftSideBar a:hover {
  background-color:#FFCC00;
  text-decoration:underline;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


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

.rightSideBar {
  width: 120px;
  padding: 0;
  position:relative;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


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

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

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

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

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

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


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

#footer {
  color: black;
  border-top: 3px solid darkred;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
  width: 100%;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

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