	
	/* Classes */
	
	.sectionHeadLabel {
		margin-top: 300px;
		float: right;
		width: 400px;
		background: #74A5CD;
		color: #fff;
	}
	
	
	.margin {
		margin: 7px;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	
	a.small {
		font-weight: normal;
		color: #999;
	}
	
	a.small:hover {
		color: #333;
	}
	
	.article {
		padding-top: 8px;
		padding-bottom: 8px;
		clear: left;
	}
	
	.articleImage {
		text-align: center;
		float: left;
		width: 110px;
		height: 110px;
	}

	
	/* Tags */
	
	body {
		font-family: Arial, helvetica;
		font-size: 76%;
		background-color: #e5f6ee;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	a {
		text-decoration: none;
		color: #0E2B8D;
	}
	
	a:hover {
		color: #666;
	}	
	
	/* Named Areas */
	
	#printLogo {
		display: none;
	}
	
	#frame {
		display:block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		

		border-top: none;
		width: 80%;
		min-width: 780px;
		max-width: 1000px;
		width: expression(document.documentElement.clientWidth < 980 ? '778px' : document.documentElement.clientWidth > 1225 ? '1000px' : '80%');
	}
	

	#header {
		height: 141px;
		background-image: url("img/success2.jpg");
		background-color: #00a256;
		background-repeat: no-repeat;
		background-position: 150px 0px;
	}
	
	#topmenu {
		background-image: url(img/NSSPnorwichcol.jpg);
		background-repeat: no-repeat;
		background-position: 25px 0px;
		height: 141px;
		text-align: left;
		
	}
	
	#topmenub {
		padding-top: 105px;
		margin-left: 140px;
		float: left;
	}
	
	#topmenub a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		margin-left: 10px;
		font-size: 120%;
	}
	
	#topmenub a:hover {
		text-decoration: underline;
	}
	
	#dateSort {
		height: 21px;
		border-left: 1px solid #0E2B8D;
		border-bottom: 1px solid #0E2B8D;
	}
	
	#dateSort a {
		width: 50px;
		padding-top: 2px;
		padding-left: 5px;
		height: 18px;
		background: #74A5CD;
		display: block;
		float: left;
		color: #fff;
		border-right: 1px solid #fff;
		border-top: 1px solid #0E2B8D;
		border-right: 1px solid #0E2B8D;
		border-bottom: 1px solid #0E2B8D;
	}
	
	#dateSort a:hover {
		background: #fff;
		color: #0E2B8D;
	}
	
	a.dateSortSel {
		background: #fff;
	}
	
	#article {
		border: 1px solid #0E2B8D;
		border-top: none;
		padding: 10px;
		background: #fff;
	}
	
	#footer {
		height: 16px;
		border-top: 1px solid #fff;
		background: #0E2B8D;
		color: #fff;
		font-size: 11px;
		margin: 0;
		padding: 0;
		padding-left: 5px;
	}
	
	
	#left {
		background: #3C2E79;
		padding-bottom: 7px;
		text-align: right;
		
		/*border-right: 1px solid #fff;*/
	}
	
	#left h4 {
		color: #fff;
		font-size: 18px;
	}
	
	#left a {
		color: #fff;
		display: block;
		margin-bottom: 10px;
	}
	
	#left a:hover {
		text-decoration: underline;
	}
	

	#content {
		background: #FFFFF2;
		padding: 20px;
		padding-top: 13px;
		border-left: 1px solid #0e2b8d;
		border-right: 1px solid #0e2b8d; 
	}
	
	#breadcrumb {
		padding-left: 20px;
		padding-top: 8px;
		border-left: 1px solid #0e2b8d;
		border-right: 1px solid #0e2b8d; 
	}
	
	#breadcrumb a {
		color: #999;
		text-decoration: none;
	}
	
	#breadcrumb a:hover {
		color: #666;
	}
	
	h1 {
		color: #3C2E79;
	}
	
	h3 {
		margin: 0;
		color: #FFFFFF;
		font-size: 14px;
	}
	
	#content h4 {
		margin: 0;
		color: #0E2B8D;
		font-size: 14px;
	}
	
	#content h5 {
		color: #74A5CD;
		font-size: 13px;
	}
	
	#content a {
		font-weight: bold;
	}
	
	.imageBorder {
		border: 1px solid #999;
	}
	
	#right {
		
		padding-top: 7px;
		text-align: center;
	}
	
	#right a {
		color: #0E2B8D;
		text-decoration: none;
		font-size: 10px;
		display: block;
		margin-bottom: 14px;
	}

	#sectionHead {
		height: 425px;
		background-repeat: no-repeat;
		display: block;
	}


	#contentfloatholder {/* right faux column tab */
		background-color: #3C2E79;
		background-image: url('img/right.jpg');
		background-repeat:repeat-y;
		background-position: top right;
		float: left;
		width: 100%;
	}
	
	#calTitle {
		font-weight: bold;
		
	}

	#calMenu td {
		text-align: center;
		vertical-align: top;
		width: 20px;
		height: 20px;
		border: 1px solid #ccc;
	}
	
	#calMenu td a {
		height: 20px;
	
		display: block;
		text-decoration: none;
	}
	
	#calMenu td a:hover {

	}

	#contentfloatholder:after {
	 /* this is for NN6 to clear floats */
		content: "."; 
		display: block; 
			height: 0px;
		clear: both; 
		visibility: hidden;
	}
	
	#center {
		margin: 0 121px 0 146px;
		background: #fff;
		
	}
	
	#centerwrap {
	  float:left;
	  width: 100%; 
		margin: 0 -95% 0 0;
	}
	
	#left {
	  float:left;
	  width: 145px;
	  margin: 0 0 0 -5%;
	}
	
	#right {
	  float:right;
	  width: 120px;
		margin: 0;
	}


	/************* IE Mac CSS Only  works for Win too **************/
	* html div#centerwrap {margin: 0 -100% 0 0;}
	* html div#left {margin: 0;}
	
	/* Link Classes */
	

	
	a.SECTIONLINK {
		font-size: 11px;
		color: #fff;
		text-decoration: none;
	}
	
	a.SECTIONLINK:hover {
		color: #0E2B8D;
	}
	
	a.selected {
		background-color: #74A5CD;
		color: #DFF4FF;
		padding-left: 20px;
		display: block;
		text-decoration: none;
	}
	
	a.selected:hover {
		color: #DFF4FF;
	}
	
	a.selectedArrow {
		background-color: #74A5CD;
		background-image: url('img/link.arrow.selected.gif');
		color: #DFF4FF;
		padding-left: 20px;
		padding-top: 2px;
		box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		height: 21px;
		display: block;
		background-repeat: no-repeat;
		text-decoration: none;
		overflow:hidden;
	}
	
	a.selectedSubmenu {
		font-weight: bold;
		background-color: #74A5CD;
		background-image: url('img/link.arrow.submenu.selected.gif');
		color: #DFF4FF;
		padding-left: 20px;
		padding-top: 3px;
		box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		height: 21px;
		display: block;
		background-repeat: no-repeat;
		text-decoration: none;
		overflow:hidden;
	}
	
	a.selectedSubmenu:hover {
		color: #DFF4FF;
	}
	
	a.menu {
		font-weight: bold;
		padding-left: 20px;
		padding-top: 2px;
		box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		height: 21px;
		display: block;
		background-color: #DFF4FF;
		color: #0E2B8D;
		background-image: url('img/link.arrow.gif');
		background-repeat: no-repeat;
		text-decoration: none;
		overflow:hidden;
	}
	
	a.menu:hover {
		background-color: #74A5CD;
		background-image: url('img/link.arrow.selected.gif');
		color: #EFFAFF;
		text-decoration: none;
	}
	
	a.smenu {
		font-weight: bold;
		padding-left: 20px;
		padding-top: 3px;
		box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		height: 21px;
		display: block;
		background-color: #DFF4FF;
		color: #0E2B8D;
		background-image: url('img/link.arrow.submenu.gif');
		background-repeat: no-repeat;
		text-decoration: none;
		overflow:hidden;
	}
	
	a.smenu:hover {
		background-color: #74A5CD;
		background-image: url('img/link.arrow.submenu.selected.gif');
		color: #EFFAFF;
		text-decoration: none;
	}
	
	a.submenu {
		padding-left: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
		display: block;
		background-color: #DFF4FF;
		color: #0E2B8D;
		text-decoration: none;
		line-height: 15px;
	}
	
	a.submenu:hover {
		background-color: #74A5CD;
		color: #DFF4FF;
		text-decoration: none;
	}
	
	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*Calendar Styles*/
	.calEvent {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.calEvent h1 {
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	
	.calEvent p {
		margin: 0;
	}
	
	.calEvent h2 {
		font-size: 110%;
		font-weight: normal;
		margin: 0;
	}