<!-- 
/* (c) 2006 Brain Arcade Design Studio */
/* created for North of Boston Springtime Shop-Around */
html { 
	overflow: -moz-scrollbars-vertical !important; /*mozilla hack to force a scrollbar and avoid the page shift bug*/
	} 
body
	{
	background-color: #ccf;
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-align: center; /*ie centering hack*/
	min-width: 780px; /*mozilla width*/
	}
#page {
	postition: relative; /*lets elements inside this div be positioned absolutely*/
	width: 780px; /*ie width*/
	min-height: 590px; /*mozilla height*/
	_height: 590px; /*ie height */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 590px;
	/**/

	background-color: #ccf;
	margin: 0 auto; /* mozilla centering */
	text-align: left; /* remove ie centering hack*/}
	}
	
h1 h2 h5 {
  	font-size: 1em;
  	color: #000;
  	margin: 0;
	}	
h3 {
	font-size: 1.5em;
	color: #606;
	text-align: center;
	margin-bottom: 0;  
	} 
h4 {
  	font-size: 1em;
  	color: #000;
  	text-align: center;
  	margin-top: 0;
  	margin-bottom: 1em;
	}
#organization {
  	font-size: 1em;
  	color: #000;
  	margin: 0;
  	text-align: center;
	}
#mainhead {
  	font-size: 2em;
  	color: #606;
  	margin: 0;
  	text-align: center;
	}
#dates {
  	font-size: 1.5em;
  	color: #399;
  	margin: 0;
  	text-align: center;
	} 
	
/* *** top navigation bar *** */
#topnavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 0.7em;
	}
#topnav li {
	display: inline;
	list-style-type: none;
	}
#topnav a { 
  	padding: 0.4em 1em; 
  	}
#topnav a:link, #topnav a:visited {
	color: #fff;
	background-color: #606;
	text-decoration: none;
	}
#topnav a:hover	{
	color: #000;
	background-color: #399;
	text-decoration: none;
	}
#top {
  border-top: 5px;
  border-color: #fff;
	}
#top td {
  	vertical-align: top;
  	width: 260px;
  	padding: 5px;
	}
#top td h3 {
  	text-align: left;
  	font-size: 1.2em;
  	margin-top: 0;
	}

#leftnavcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	}
#leftnavcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #606;
	border-bottom: 1px solid #399;
	text-decoration: none;
	color: #fff;
	}

#leftnavcontainer a:hover	{
	background-color: #399;
	color: #000;
	}	
#top td ul {
  	margin-top: 0;
	} 

#middle h3 {
  	color: #000;
  	text-align: left;
	}	
img.right {
  	float: right;
  	margin: 0.5em;
	}
	
#bottom h2 {
  	color: #399;
  	font-size: 2em;
  	text-align: left;
	}
#bottom td {
  	vertical-align: top;
  	width: 50%;
  	padding: 5px;
  	border: 1px solid #000;
	}
#bottom td h4 {
  	text-align: left;
	}

-->
