

/* ##### Common Styles ##### */

body {
  color: #000000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 10mm;
  padding: 0;
}

html > body {
	font-size: 9pt;
	color: #666666;

}

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 {
  display: none;
}



/* ##### Left Side Bar ##### */

.leftSideBar {
  display: none;
}


/* **** Column ****/
.Column {
  width: 15em;
  float: left;
  clear: left;
}

.Column .sideBarTitle {
  color: rgb(64,64,64);
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.Column ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.Column li {
	margin: 0ex;
	padding-top: 0.1ex;
	padding-right: 0;
	padding-bottom: 0.1ex;

}

.Column #currentpage a {
	color: white;
	background-image: none;
	background-color: #db6761;
}

.Column a {
	color: #913338;
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding-top: 0.75em;
	padding-right: 1ex;
	padding-bottom: 0.75em;
	padding-left: 4mm;
	margin: 0px;
}

.Column a:hover {
	color: white;
	background-color: #D6606D;
	text-decoration: none;
	border-right-width: 3px;
	border-right-color: #CC9966;
	display: block;
	border-right-style: outset;
}

.Column .sideBarText {
  color: #666666;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.Column .sideBarText a {
  text-decoration: underline;
}

.Column .sideBarText a:hover {
  text-decoration: none;
}

.Column .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}





/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 3em 3em 3em 3em;
  padding: 0.5ex 5em 5em 5em;
}

.chapternumber {
	font-size: 1.8em;
	color: #913338;
}

.chaptertitle {
	position: relative; left: 0; bottom: 20px;
	font-size: 2.0em;
	line-height: 1.5em;
	color: #913338;
}

.appendixnumber {
	font-size: 1.6em;
	color: #913338;
}

.appendixtitle {
	position: relative; left: 0; bottom: 20px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #913338;
}

.partnumber {
	font-size: 1.6em;
	color: #913338;
}


hr {
	border: 0;
	width: 100%;
	float: left;
	color: #f00;
	background-color: #913338;
	height: 3px;
}

.heading1 {
	position: relative; left: 0; top: 20px;
	font-size: 1.4em;
	color: #913338;
}

.heading2 {
	position: relative; left: 0; top: 20px;
	font-size: 1.2em;
	color: #913338;
}

.heading3 {
	position: relative; left: 0; top: 20px;
	font-size: 1.0em;
	color: #913338;
}

.heading4 {
	position: relative; left: 0; top: 20px;
	font-size: 1.0em;
	color: #913338;
}

.normal {
	text-indent: -4em;
}

.normalnumber {
	padding-right:1.2em;
	color: #913338;
}

.normal-list1 {
	text-indent: -8em;
	margin-left: 4em;
}

.normalnumber-list1 {
	padding-right:4.2em;
	color: #913338;
}

.normal-level1 {
	text-indent: -4em;
	
}

.normalnumber-level1 {
	padding-right:1.6em;
	color: #913338;
}

.normal-level2 {
	text-indent: -11em;
	margin-left: 7em;
}

.normalnumber-level2 {
	padding-right:4.5em;
	color: #913338;
}

.level1 {
	text-indent: 1em;
}

.level2 {
	text-indent: -3em;
	margin-left: 7em;
}

.level3 {
	text-indent: -3em;
	margin-left: 11em;
}

.level4 {
	text-indent: -3em;
	margin-left: 15em;
}

.level1number {
	padding-right:1.0em;
}
.level2number {
	padding-right:1.0em;
}
.level3number {
	padding-right:1.0em;
}
.level4number {
	padding-right:1.0em;
}

.list1 {
	text-indent: -1.0em;
	margin-left: 4em;
}

.quote {
	position: relative; bottom: 10px;
	margin-left: 2.0em;
	margin-right: 1.0em;
}

.quote-italic {
	position: relative; bottom: 10px;
	margin-left: 2.0em;
	margin-right: 1.0em;
}

.fn {
	font-size:0.9em;
}

#main-copy a {
  font-size:0.9em;
  color:  #000;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
	text-decoration: underline;
	color: #913338;

}

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;
}


#main-copy th {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	color: #913338; line-height: inherit ;
}

#main-copy table[class="t b l r"] 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

#main-copy td {  border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	color: #000000; line-height: inherit ;}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  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;
}

#footer a {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none;
	color: #6699CC;

}
