body.outer {
  background-color: #fff;
  font-family: Verdana, san serif;
  font-size: 11px;
  width: 800px;
}
.hiddenMenu {
  white-space: normal;
  display: none;
  position: absolute; 
  padding: 5px;
  background-color: #d6e9cb;
  border: 1px solid black;
}
.hiddenMenu a {
  text-decoration: none;
}
.bordered {
  border:1px solid #985e9b;
} 
.menuTitle {
  background-color:#d6e9cb;
  color: #985e9b;
  display:inline;
  padding: 5px 10px;
  margin-right:5px;
  font-size: 12px;
  font-weight: bold;
  font-family: times, serif;
  text-transform: uppercase;
}
#leftnav {
  position:relative;
  float: left;
  width: 150px;
  display:none;
}
#right {
  position:relative;
  float: none;
  width: 100%; 
}
#header {
  white-space: nowrap;
  width:100%;
  display:none;
}
#content, #header {
  margin: 10px 0 0 10px;
  padding: 6px;
  /*border-left: 1px solid #d6e9cb;*/
}
#footer {
  width: 100%; 

}      
#img {
  padding: 10px 0 10px 0px;
}
pre {
  font-family: proportional;
}
h2 {
  font-size: 1.3em;
}
ul p {
  margin-top: 10px;
}
ul.tall li {
  margin-top:10px;
}
ul.normal li {
  margin-top: 0;
}
h3.swatch:before {
  content: url(images/swatch.gif) "\A0\A0";
}
h3.diamond:before {
  content: url(images/diamond.gif) "\A0\A0";
}
h3.check:before {
  content: url(images/check.gif) "\A0\A0";
}
h3.disk1:before {
  content: url(images/disk1.gif) "\A0\A0";
}
ul.disk {
 list-style: disc;
}
ul.none {
  list-style-image: url(images/spacer.gif);
}
ul.disk1 {
  list-style-image: url(images/disk1.gif);
}
ul.disk2 {
  list-style-image: url(images/disk2.gif);
}
ul.swatch {
  list-style-image: url(images/swatch.gif);
}
ul.openbox {
  list-style-image: url(images/openbox.gif);
}
.swatch li {
  margin-top:10px;
}
ul.circle {
  list-style: circle;
}
.circle > li {
  margin-top: 10px;
}
ul.check {
  list-style-image: url(images/check.gif);
}
ul.diamond {
  list-style-image: url(images/diamond.gif);
}
ul.arrow {
  list-style-image: url(images/arrow.gif);
}
.linkbox {
  margin: 10px auto;
  width: 80%;
  padding: 5px;
  border: 1px solid #985e9b;
}
div.leadsto {
  margin-left:4em;
}
/*div.leadsto:before {
  content: url(leadsto.gif);
}
div.conclusion {
  margin:-1em 0 0 2em;
}
*/
table.topalign td {
  vertical-align: top;
}

.de {
  color: #d1961a;
}
.bip {
  color: #800080;
}
span.bip {
  font-weight: bold;
  font-style: italic;  
}
span.book {
  font-weight: bold;
  text-decoration: underline;
}
span.article {
  font-style: italic;
}
span.blue {
  color: blue;
}
span.bb {
  font-weight: bold;
}
span.bbi {
  font-weight: bold;
  font-style: italic;
}
span.study:before,
span.article:before,
span.bbi:before {
  content: open-quote;
}
span.study:after,
span.article:after,
span.bbi:after {
  content: close-quote;
}

/*VMG*/
#container
{	
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
