/**************************************
 * TITLE: CIC Print Stylesheet        * 
 * URI  : stylesheets/cic-prt.css     *
 * MODIF: 18-Nov-2005                 *
 **************************************/

/* ##### Common Styles ##### */
body {
  color: black;
  background-color: #000;
  font-family: helvetica,arial,verdana, sans-serif;
  font-size: 9pt; 
  margin: 0;
  padding: 0;
  width: 680px;

}
html > body {
  font-size: 9pt;
}
acronym, .titleTip {
  border-bottom: 1px dotted rgb(180,100,0);
  cursor: help;
  margin: 0;
  padding: 0;
}
.doNotDisplay {
  display: none !important;
}
.doNotPrint {
  display: none !important;
}
.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}
/* ##### Header ##### background-color: rgb(255,166,22)*/
#header {
  color: inherit;
  background-color: white;
}
.headerTitle {
  margin: 0;
  padding: 1em 1mm 1em 3mm;
}
.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
}
.headerTitle > a {
  font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: rgb(95,95,95);
  background-color: transparent;
  font-weight: bold;
  font-size: 90%;

}

#top img {
	border: #fff;

}
.skipLink, #rightSideBar, #leftSideBar, #subHeader, #searchbox, .doNotDisplay, .doNotPrint {
	display: none;
}

/* this is for the old templates */
.rightSideBar, .leftSideBar, .subHeader {
	display: none;
}

/* ##### Main Copy ##### */
#main-copy {
  color: black;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  width: 675px;


}
#main-copy h1 {
  color: rgb(170,0,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 170%;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;

}
#main-copy h2 {
  color: rgb(170,0,0);
  background-color: transparent;
  font-family: 'trebuchet ms', arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.7em;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;

}
#main-copy h3 {
  color: rgb(180,100,0);
  background-color: transparent;
  font-family:   helvetica,arial,verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
#main-copy h4 {
  color: rgb(180,100,0);
  background-color: transparent;
  font-family:   helvetica,arial,verdana, sans-serif;
  font-size: 115%;
  font-weight: bold;
  text-align: left;
}
#main-copy h5 {
  color: rgb(180,100,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 85%;
  }
#main-copy h6 {
  color: rgb(180,100,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 80%;
}
#main-copy a {
  color: rgb(180,100,0);
  border-bottom: 1px dotted rgb(190,143,97);
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
#main-copy a:hover {
  color: rgb(230,116,3);
  text-decoration: underline;
  border-bottom: 0px;
  font-weight: bold;
  background-color: transparent;
}
#main-copy img {
  margin-left: 5px;

}
/* Quote style */
#main-copy .quote {
    font-size: 95%;
	background-color: rgb(243,242,235);
	border: solid 1px rgb(170,0,0);
	margin: 1em;
	padding: .7em;
}
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 {
  background-color: white;
  font-size: 85%;
  text-align: left;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  width: 680px;

  clear: both;
}
#footer div {
  margin: 0;
  padding: 0;
}
#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
#footer a:hover {
  color: white;
  text-decoration: underline;
}



