@charset "UTF-8";
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
body {
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
 	margin-top: 0px;
 	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
a:link {
	color: #000;
	text-decoration: none;
	border: none;
	target: _self;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
 	color: #000;
 	text-decoration: none;
 	background-color: rgb(252,202,65);
}
a:active {
 	color: #000;
	text-decoration: none;
}
a.currentactivities:link {
	font-size: 12px;
	text-decoration: underline;
	target: _self;
}
a.currentactivities:visited {
	font-size: 12px;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
div.hiddentext a:link {
	color: #000;
	text-decoration: underline;
}
div.hiddentext a:visited {
	color: #000;
	text-decoration: underline;
}
#aboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-left: 70px;
	padding-right: 70px;
}
#collaboration {
	color: #039;
	margin: -12px 0 0 0;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px;
}
#content {
	width: 750px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	float: left;
	overflow: hidden;
}
#currentactivities {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color:  #FFF;
}
.dateofupdate {
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
}
.hiddentext {
	text-align: left;
	font-size: 12px;
	color: #000;
	background-color: #FFC;
	border: solid #039 2px;
	padding: 12px;
	width: 400px;
	position: absolute;
	top: 260px;
	left: 240px;
	display: none;
	z-index: 5;
}
.hiddenheader {
	visibility: hidden;
	font-size: 0px;
}
#jsoff {
	display: block;
}
#json {
	display: none;
}
#leftcolumn {
/*	width: 400px; */
/*	float: left;  */
	margin-left: auto;
	margin-right: auto;
}
#linkstrip {
	font-weight: bold;
	text-align: center;
	margin: 30px auto 20px auto;
	clear: both;
}
.littlelogo {
	 width: 161px;
	 height: 81px;
	 border: 0;
}
#logodiv {
	background-color: #FFF;
	padding: 5px;
}
.navbar {
	width: 220px;
	list-style-type: none; 
	line-height: 25px; 
	color: #000;
	background-color: #FFF;
	font-weight: bold;  
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	padding: 5px;
}
#navbardiv {
	width: 250px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.navbarentry {
	text-decoration: none;
	list-style-type: none;
}
.navbarheader {
	font-weight: bold;
	font-size: 15px;
	color: #039;
	font-variant: small-caps;
	margin-top: 6px;
}
#springarts {
	margin: 0 0 20 50px;
	width: 620px;
	border: solid #039 2px;
	text-align: left;
}
.springartsphoto {
	margin: 10px;
}

/* The following definitions are used by the NeedArts child sites, such as concertsociety.html */

.childbody {
	width: 750px;
	margin: 5px auto;
	border-left: solid #039 3px;
	border-right: solid #039 3px;
	padding-left: 25px;
	padding-right: 25px;
}
a.childbody:link {
	text-decoration: underline;
}
a.childbody:visited {
	text-decoration: underline;
}
a.childbody:hover {
	text-decoration: none;
 	background-color: rgb(252,202,65);
}
a.childbody:active {
	text-decoration: none;
	 background-color: rgb(252,202,65);
}
h1 {
	margin-left: 20px;
	font-size: 24px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 30px;
}
.childheader {
  width: 100%;
  height: 100px;  
}
.ncclogo {
  width: 161px;
  float: left;
}
.pagetitle {
  width: 500px;
  float: left;
}
