/* VSA Arts of Montana Stylesheets: Copyright 2004 Joseph C. Dolson */

body {
  background-color: white; 
  color: black; 
  font: 12pt "Times New Roman", Times, Verdana, Arial, Helvetica, sans-serif;
}

/* hide screen-specific stuff */

#nav, #left, #button, #logo, .leftcol, .skiplink {
  display: none;
}

/* put url after link text (doesn't work in IE) */ 

a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: underline;
}

a[href]:after {content: " ["attr(href)"]";}

/* organize main content and right content across page */ 

#slogan {font-weight: bold;}

#head {
	  border-top: 1px dotted silver;
	  border-bottom: 1px dotted silver;
	  } 

#content {
  left: 0; 
  top: 0;
  margin: 0 33% 0 0;
  border-left: 0; 
  padding-right: 0; 
  width: auto;
  background-color: white;
  color: black;
  text-align: justify;
}

#right {
  top:0;
  width: 24%;
  background-color: white;
  color: black;
  padding: 1% 1% 1% 1%;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 2px solid gray;
  float: right;
  }
/* \*/
* html #right {width: 24%; width: 25%;}
* html #content {width: auto; width: 66%;}
/* */	 
  
#footer {
	    clear: both;
		width: 100%;
		font-size: 85%;
		text-align: center;
		border-bottom: 1px dotted silver;
		border-top: 1px dotted silver;
		}

/* put title of acronym after text */
acronym {
  border: 0;
}

acronym:after {
  content: "["attr(title)"]";
} 
 
.rightfloat {
			float: right;
			margin-left: 1em;
			margin-right: 0px;
			}
p.board {font-size: 90%;}				
p.board:first-line {
		font-size: 110%;
		font-style: normal;
		font-weight: bold;
		}
blockquote {page-break-before: always;}
#footer {page-break-before: never;} 