/************************************
 * TITLE: MSC Print Stylesheet  * 
 ************************************/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}
 
.do_not_print {
  display: none; /*    this line originally showed as this ->    display: none !important;  */
}

.doNotPrint {
  display: none; /*    this line originally showed as this ->    display: none !important;  */
}

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

#top-bar {
/*  color: rgb(39,78,144);
  background-color: rgb(140,170,230);  */
  background-color: rgb(200,220,235);    /*  #66ccff; = rgb(102,204,255);  NOTE: a nice light blue is rgb(220,230,240)  */
  width: 100%;
  border-bottom: 1px solid rgb(153,153,153);
}

#top-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  display: block;
}

#top-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

#top-bar ul {
	list-style-image: url(./images/Checkmark.gif); 
	list-style-type: disc; /*This is here in case the image can't be found; the bullet will default to this. */
	list-style-position: outside;
	margin-top: 0;
	padding: 0 0 0 0;
}

#top-bar li {
	font-size: 90%;
	font-weight: normal;
/*	line-height: 1em;  */
	margin: 0 0 0.1em 0;
	padding: 0.1ex 0.3em;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

.superHeader {
  display: none;
}

.headerTitle {
  font-size: 100%; /* original -> 337%  */
  font-weight: bold;  /* original -> normal  */
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

/*
.subHeader {
  display: none;
}
*/


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

#side-bar {
  display: none;
}


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

#side-bar-right {
  width: 100%;
}

/*
#side-bar-right div {
  border-bottom: 1px solid rgb(153,153,153);
}
*/

.sideBarTitleRight {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  text-align: center;
  padding: 1em 0 0 0;
}

#side-bar-right ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0.75em 0;
}

#side-bar-right li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  line-height: 0.5em;
}

#side-bar-right a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1em 0.75em 1ex;
  display: block;
}

#side-bar-right a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarTextRight {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.0mm 0 2ex;
  display: block;
}

#side-bar-right .sideBarTextRight a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar-right .sideBarTextRight a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackgroundRight {
  color: inherit;
  background-color: white;
}

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

#main-copy {
  text-align: justify;
  margin: 0 0 0 0;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
/*  margin: 2.5ex 1ex 0 0;  */  /* For MSIE */
  padding: 0.5ex 0 0.5ex 1ex;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy ul {
	list-style-image: url(./images/Bullet_Diamond.gif);
	list-style-type: disc; /*This is here in case the image can't be found; the bullet will default to this. */
	list-style-position: outside;
	margin-top: 0;
	padding: 0 0 0 0;
}

#main-copy li {
	font-size: 100%;
	font-weight: normal;
/*	line-height: 1em;  */
	margin: 0 0 1em 0;
	padding: 0.1ex 0.3em 0.1ex 0.3em;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#main-copy li.bold {
	font-weight: bold;
}

#main-copy .red {
	color: rgb(204,051,051);
}

#main-copy .blue {
color: rgb(100,130,240)
}

#main-copy .pureblue {
color: rgb(0,0,255)
}

/* Use h1 for section heads  */
h1 {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 135%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

/* Use h2 for article titles  */
h2 {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

/* Use h3 for section sub-head and article sub-head  */
h3 {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.5em;
	margin-bottom: 0;
}

/* h4 is the white text on a blue horizontal bar  */
h4{
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0.5ex 1ex 0.5ex 1ex;
}

h5{
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size:120%;
	font-weight: bold;
	margin-bottom: 0;
}

h6{
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	margin-bottom: 0;
}

#main-copy .links-h1 {
	margin-bottom: 0;
}

#main-copy .links-h3 {
	text-align: left;
	color: red;
}

#main-copy .links-h3-2 {
	text-align: left;
	color: red;
	margin-top: 2em;
	margin-bottom: 1em;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

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

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

/* ##### Articles ##### */

.article_text{
	font-family: "times new roman", times, roman, serif;
	font-size: 12pt;
	font-weight:normal;
}

.article_pull-quote-frame{
	width: 50%;
	text-align: center;
	border: 12px ridge rgb(102,204,255);
}

.article_pull-quote{
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 6px;
}

.article_copyright{
	font-size: 85%;
}


/* ##### Contact Us ##### */

#contact_us{
/*  margin: 0 0 0 15em; */
  text-align: center;
  line-height: 2em;
}

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

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 90%;
  margin: 0;
  padding: 1ex 2.5mm 1ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

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

div.floatleft {
  float: left;
}

div.spacer {
  clear: both;
}

div.container {
  border: 2px;
}

#sectionbreak {
  font-size: 100%;
  color: white;
  background-color: rgb(100,135,220);
  margin: 0px auto;
  padding: 1ex 2.5mm 1ex 2.5mm;
  clear: both;
}

#sectionbreak .lefttitle {
  line-height: 1.1em;
  float: left;
  clear: left;
  font-weight: bold;
/*  padding: 1ex 2.5mm 1ex 2.5mm; */ /*  0.5ex 0 0.5ex 1ex;    */
}

#sectionbreak .righttopofpage {
  line-height: 1.1em;  
  text-align: right;
  font-weight: normal;
/*  padding: 1ex 2.5mm 1ex 2.5mm;  */  /*  0.5ex 1ex 0.5ex 0;    */
}

#sectionbreak a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

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