/* CSS Document */

body {
  background-image:url(../images/3pix-2black-1grey.gif);
  background-repeat:repeat;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  margin: 20px 140px  20px 140px;
  text-align: center;
}

#content { 
  width: 100%;
  padding: 0px;
  text-align: left;
  background-color: #fff;	
  overflow: auto;
}
p, h1, pre {
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
font-size: 12px;
text-transform:uppercase;
text-align: center;
color: #666666;
background-color: #000000;
text-decoration: none;
	
}

h2 {
font-size: 12px;
text-transform:uppercase;
text-align: left;
color: #FFFFFFF;
background-color: #000000;
}

h4 {
font-size: 14px;
text-align: center;
text-transform:uppercase;
color: #666666;
font-weight: bold;	
}



a { 
color: #009933;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}


/* Navigation bar */

#easel {width:500px; height:30px; margin:0 auto;}
#blackwell {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#blackwell li {
  width:75px; 
  height:20px; 
  float:left;
  border:1px solid #000;
  margin-right:2px;
  }
#blackwell a em {
  font-style:normal; 
  font-size:1em; 
  line-height:1.5em;
  }
#blackwell a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:75px; 
  height:20px; 
  display:block;
  text-align:center;
  }
#blackwell a.red {background:#c00; color:#fff;}
#blackwell a.orange {background:#fc0; color:#000;}
#blackwell a.yellow {background:#ee0; color:#000;}
#blackwell a.green {background:#080; color:#fff;}
#blackwell a.blue {background:#00c; color:#fff;}
#blackwell a.purple{background:#609; color:#fff;}
#blackwell a:hover {
  width:120px; 
  height:28px;
  z-index:200;
  background:transparent url(../images/opaque.gif);
  }
#blackwell a:hover em {
  font-size:1.5em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:120px; 
  height:25px;
  left:-12px; 
  top:-4px;
  }
#blackwell a:hover.red em {background:#c00;}
#blackwell a:hover.orange em {background:#fc0;}
#blackwell a:hover.yellow em {background:#ee0;}
#blackwell a:hover.green em {background:#080;}
#blackwell a:hover.blue em {background:#00c;}
#blackwell a:hover.purple em {background:#609;}
/* EXHIBITS PAGE */

#exhibit
{
padding-top: 1em;
line-height: 150%;
font-size: 11px;
text-align: center;
color: #ffffff;
background-color: #000000;

}
#h1 li
{
text-decoration: none;
}

.cyan {
	color:#0CF
	}
.yellow {
	color:#FF9
	}
.green {
	color:#9F9
	}
