html {
	height: 100%; /* A. this works with B. below to force a right scrollbar in FireFox/Netscape.
	Keeps right justification the same on all pages. */
}
body {
	margin: 0px;
	padding: 0px; /* Opera needs this in addition to margin */
  min-height: 101%; /* B. this works with A. above to force a right scrollbar in FireFox/Netscape.
	Keeps right justification the same on all pages. */
	background-color: #000000;
	letter-spacing: 0; /*needed to control text/link alignment when IE7 is zoomed*/
}
p, ol, ul, .normfont, table.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.normfont p, .normfont ol, .normfont ul  {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, .imgboxtoleft, .imgboxtoright {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 100%;  /* if h2 changed, also change .searchheading in search_template.html */
}
h3 {	/* same as .highlight */
	font-size: 95%;
}
h4 {
	font-size: 95%;
}
img {
	border: 0px;
}
.limitwidth {
	max-width: 1100px;
	width: expression( document.body.clientWidth > 1100 ? "1100": "auto" );
	/* required by IE to override width set on layout tables. But it causes printing issues in IE7. 
	Fix: Apply this class to a page container, remove the class from the tables, & remove the width expression */
}
#ua_banner {
	height: 42px;
	width: 100%;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	border-bottom: #000000 2px solid;
	text-align: left;
}
#topbanner {
	background-color: #542940;
	padding-right: 10px;
}
#topnav {
	padding: 4px 5px 4px 30px;
	background-color: #542940;
}
#topnav p {
	margin: 0px;
}
#topnav a {
	margin-right: 1.5ex;
	white-space: nowrap;
}
#topnav a:link {
	color: #F7EEE1;
	text-decoration: none;
}
#topnav a:visited {
	color: #F7EEE1;
	text-decoration: none;
}
#topnav a:active {
	color: #F7EEE1;
	text-decoration: none;
}
#addthis {
	margin-bottom: 1.5em;
}
#addthis img {
	margin: 0px;
	border: 0px;
	vertical-align: text-bottom;
	background-color: #391C2C;
}
#searchform {
	margin: 0px;
}
#searchform input {
	font-size: 75%;
	background-color: #9B889A;
	border: solid 1px #800080;
	padding-left: 3px;
}
#searchform #searchsubmit {
	padding: 0px;
}
#addtllinks a:link, #subnav a:link {
	color: #D69442;
	text-decoration: none;
}
#addtllinks a:visited, #subnav a:visited  {
	color: #C1ACC0;
	text-decoration: none;
}
#topnav a:hover, #addtllinks a:hover, #subnav a:hover {
	color: #C1ACC0;
	text-decoration: underline;
}
#addtllinks a:active, #subnav a:active {
	color: #C1ACC0;
	text-decoration: underline;
}
#footer {
	text-align: center;
	font-size: 80%;
}
#footer p {
	margin-top: 0px;
}

div.clearing {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* frequently used formatting styles */

.clearleft { 
	clear: left; 
}
.clearright { 
	clear: right; 
}
.clearboth {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.sm {  
	font-size: 80%; 
}
.smspan {	
	font-size: 80%;
}
.nowrap {
	white-space: nowrap;
}
.light {  
	font-weight: normal; 
}
.booktitle {
	font-style: italic;
}
.exhbtitle { 
	font-style: italic; 
}
sup {
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
ul  {
 list-style-type: square; 
}
img.newwinicon {
	margin: 0px 0px 0px 4px !important;
	float: none !important;
	display: inline !important;
}
#footer a {
	padding: 0px 5px;
}
#footer #asmlogo {
	border: #000000 5px solid;
}

@media print {
body {
	background-color: #FFFFFF; /*for Opera*/
}
#ua_banner {
	background-color: #999999;/*for Opera*/
}
}

