/* CSS Document */
/* print styles */
BODY {color: black; background: white;/*margin-left: 10%;*/
font-family:DIN, Arial, Helvetica, Verdana, sans-serif;  font-size: 12px;}
A:link, A:visited {background: white; color:#000; text-decoration: underline;
   font-weight: bold;}
a:link#current, a:visited#current{
  text-decoration:underline; font-weight:bold; color:#884a95 }
#leftNav a:link#Intcurrent, #leftNav a:visited#Intcurrent{
  text-decoration:underline; font-weight:bold;
  color:#884a95 }   
H1, H2, H3 {background: white; color:#884a95; padding-bottom: 1px;
   /*border-bottom: 1px solid gray;*/}
DIV.hideThis {}
DIV.hideImg {display: none;}
font.notScreen {}
div#leftContent, div#centerContent {
	margin-right: 10%;
	padding-top: 1em;border-top: 0px solid #b9b9b9;
	}
div#rightContent {
	margin-left: 10%;
	padding-top: 1em;padding-right: 1em;padding-left: 1em;
    border-left: 2px dotted #000; border-top: 0px solid #b9b9b9;
	}
div#mast {
	margin-bottom: -8px;
	}

div#mast img {
	vertical-align: bottom;
	}
div#footer{
	margin-top:5%;border-top: 1px solid #b9b9b9;
}
div#homepagePrint{
	display: none;
}
div#homepageScreen{

}
div.noNav {display: none;}
div.notScreen{
 border-bottom: 1px solid #b9b9b9; 
 }
 
div.hr{
 border-top: 1px solid #ccc;
 text-align:center;
 width:100%;
 } 

.bold {
  font-size:12px;
  line-height:1.5;
  font-weight:bold;
  color:#000000 }
  
blockquote{
margin:0;
padding:0;
color:#808080;
}
blockquote p{
font: italic 14px Georgia, Times, "Times New roman", serif;
font-size:14px;
margin:1.5em 1em .5em 1em;
padding:0;color:#808080;
}
blockquote .source{
text-align:right;
font-style:normal; font-size:14px;
margin-right:1.5em;
}