/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(184,38,25);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 90%;  /* For MSIE */
  font-weight: bold;
/*  font-style: italic;
  line-height: 1.75em; */

}

.headerTitle > a {
  font-size: 119%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
display: none;
}

.subHeader a {
display: none;
}

.subHeader a:hover {
display: none;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
display: none;
}

.leftSideBar .sideBarTitle {
display: none;
}

.leftSideBar ul {
display: none;
}

.leftSideBar li {
display: none;
}

.leftSideBar a {
display: none;
}

.leftSideBar a:hover {
display: none;
}

.leftSideBar .sideBarText {
display: none;
}

.leftSideBar .sideBarText a {
display: none;
}

.leftSideBar .sideBarText a:hover {
display: none;
}

.leftSideBar .thisPage {
display: none;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
display: none;
}

[class~="rightSideBar"] {
display: none;
}

.rightSideBar .sideBarTitle {
display: none;
}

.rightSideBar a {
display: none;
}

.rightSideBar a:hover {
display: none;
}

.rightSideBar .sideBarText {
display: none;}

.rightSideBar .more {
display: none;
}

.rightSideBar .more:hover {
display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.45em;
  margin: 0 0 0 0;
  padding: 0.5ex 1em 1em 1em;
}

#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;

}

#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;
}

img {
         border: 2px solid rgb(230,223,207);
}

img.left {
	float:left;
	padding:0px;
	margin-right:6px;
	border:0px solid #c4c4c4;
}

img.right {
	float:right;
	padding:0px;
	text-align:right;
	margin-left:15px;
	border:0px solid #c4c4c4;
}

/* ##### Footer ##### */

#footer {
display: none;
}

#footer div {
display: none;
}

#footer a {
display: none;
}

#footer a:hover {
display: none;
}
