body{
	margin:0;
	padding:0;
	}

b{
	font-size: 110%;
	}
em{color: red;}

#topsection{
	background: #EAEAEA;
	height: 124px; /*Height of top section*/
	}
#topleft{
  float:left;
  margin-left:-100%;
  width: 200px;
  background-color:#FFFFFF;
  height:124px;
} 
#toprightwrapper{
  width:100%;
  float:left;
  } 
#topright{
  background:#abd5ff;
  background-image:url(images/river.jpg);
  background-repeat: no-repeat;
  margin-left:200px;
  height:124px;
  border-bottom:1px solid #000000;
  }
#topsection h1{
	margin: 0;
	color:black;
	font-size: 105%;
	padding-top:82px;
	text-align:right;
	margin-right:2em;
	}

#contentwrapper{
	float: left;
	width: 100%;
	}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background-color:#C8FC98;
	}
#maincontainer{
background-color:#C8FC98;
max-width:1440px;
}
* html #maincontainer{/*IE 6 only */
width: expression(document.body.clientWidth > 1440? "1440px" : "auto");
}
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	background: #C8FC98;
	}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	}

#footer a{
	color: #FFFF80;
	}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

#blueblock{
width: 200px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 165px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}
#blueblock li.sep{
height:.75em;
line-height:.75em;
background-color:#1958b7;
border-bottom: 1px solid #90bade;
border-top: 1px solid #90bade;
margin:0;
}

#blueblock li.sub{
	border-bottom:1px solid #90bade;
	margin:0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #ffffff;
text-decoration: none;
width: 100%;
}
#blueblock li a.sub{
  padding-left:2em;
	background-color:#2175bc;
	color:#ffffff;
	text-decoration:none;
	font-size:80%;

}
html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #000000;
}
div.article{
width:100%;
background-color:#FFFFFF;
color:black;
border-left:2px solid gray;
margin-bottom:5px;
margin-top:1em;
padding-top:1em;
padding-bottom:1em;
border-top:2px solid gray;
}
div.articlecore{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
div.article h1{
  font-size:110%;
  margin-left:.5em;
  margin-right:.5em;
  text-align:center;
  }
div.article p{
  margin-left:.5em;
  margin-right:.5em;
  }  
div.article a{
  color:#990066;
  }  
div.article a:hover{
  color:#CC9900;
  }
div.article a:visited{
  color:#663366
  }
.venue {
  font-weight:bold;
  text-align:center;
  margin-bottom:5px;}

.venueaddress{
  font-size:80%;
  }  

.venueartists{
  text-align:center;
  margin-top:0px;}

.venuedates{
  text-align:center;
  font-style:italic;
  font-weight:bold;
  margin-bottom:0px;
  margin-top:0px;
  font-size:75%;}
a img{
  border:0px;
  }
.pagetitle{
  font-size:120%;
  font-weight:bold;
  }
.list{
  margin-left:.5em;
  margin-top:0px;
  margin-bottom:0px;
  }  
  
  div.onlyarticle{
width:100%;
background-color:#FFFFFF;
color:black;
border-left:2px solid gray;
margin-bottom:5px;
margin-top:1em;
padding-top:1em;
padding-bottom:1em;
border-top:2px solid gray;
min-height:46em;
}
div.onlyarticle h1{
  font-size:110%;
  margin-left:.5em;
  margin-right:.5em;
  text-align:center;
  }
div.onlyarticle p{
  margin-left:.5em;
  margin-right:.5em;
  }  
div.onlyarticle a{
  color:#990066;
  }  
div.onlyarticle a:hover{
  color:#CC9900;
  }
div.onlyarticle a:visited{
  color:#663366
  }
p.subtitle {
    text-align:center;
	font-size: small;
	font-weight: bold;
	margin-top:2px;
	magin-bottom:2px;
}  
.purpled {color:purple;
font-weight:bold;}

.eventtitle {
	font-weight:bold;
	margin-bottom:5px;
}
.bold{font-weight:bold;}
.ital{font-style:italic;}
.closelist{
	margin-top:0px;
}
p.exhibitstitle{
	font-weight:bold;
	margin-bottom:2px;
}
p.exhibitsdesc{
	padding-left:.5em;
	margin-top:0px;
	margin-bottom:0px;
}
.greened{
	color:#090;
}
.redded{
	color:#F00;
}
.indentleft2{
    margin-left:2em;
}
  * html div.onlyarticle { height: 42em; }
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />


