		body  { color: #000; background-color: #fff }
		
		.hide {
			display: none;
			}
			
		img {
			border: 0;
			}
			
		a:link {
			font-weight: bold;
			text-decoration: none;
			color: #c30;
			background: transparent;
			}
			
		a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #c30;
			background: transparent;
			}
			
		a:hover {
			font-weight: bold;
			text-decoration: underline;
			color: #f60;
			background: transparent;
			}
			
		p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
			font-family: verdana, helvetica, sans-serif;
			}
			
		h1 {
			font-size: 24px;
			font-weight: normal;
			}
			
		h2 {
			font-size: 18px;
			font-weight: normal;
			margin-bottom: 10px;
			margin-top: 5px;
			}
		
		#footer p {
			font-size: 11px;
			}
			
	/* basic page divisions */
	
		#primarycontent  p { 
			font-size: 16px; 
			 line-height: 150%; 
			 font-family: Verdana, Arial, Helvetica, sans-serif; 
			 padding-right: 25px; 
			 padding-left: 25px 
			 }

		#primarycontent li {
			 font-size: 14px; 
			 line-height: 150%;
			  font-family: Verdana, Arial, Helvetica, sans-serif; 
			  padding-right: 25px; 
			  padding-left: 25px 
			  }
		
		#content  { 
			font-size: 16px; 
			line-height: 150%; 
			background-color: transparent; 
			padding-left: 20px;
			}
			
		#imagegallery img { 
			float: left; 
			margin: 10px 0 0 10px; 
			display: inline 
			}

		#exhibitsgallery img { 
			float: left; 
			margin: 20px 0 0 20px; 
			display: inline 
			}

	/* Sidebar display attributes */
	
		#sidebar p  { 
			color: black; 
			font-style: normal; 
			font-size: 16px; 
			font-family: Verdana, Arial, Helvetica; 
			text-align: right }
	
	/* Right Sidebar display attributes */
	
		#rightsidebar p  { 
			color: black; 
			font-style: normal; 
			font-size: 14px; 
			line-height: 125%; 
			font-family: Verdana, Arial, Helvetica; 
			text-align: center;
			 }
/* Navigation bar components */
	
		table#head  { 
			}
			
		table#head td   { 
			font-style: normal; 
			font-variant: normal; 
			font-weight: normal; 
			font-family: verdana, arial, sans-serif; 
			text-align: center; 
			}
			
		table#head td a  { 
			color: #fff; 
			font-weight: bold; 
			text-decoration: none; 
			background-color: transparent; 
			display: block 
			}
		
		
