			body {
				
				margin: 5 0 0 5;
				padding: 0 0 0 0;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 12px;
				color: #000000;
			
			}
			
			#root {
				display: block;
				width: 800px;
				
			}
			
			
			#middleHolder {
				display: block;
				border-left-color: #000000;
				border-left-style: solid;
				border-left-width: 1px;
				
				border-right-color: #000000;
				border-right-style: solid;
				border-right-width: 1px;
				float: left;
				
				background: url('../graphics/leftNavBG.jpg');
				background-repeat: no-repeat;
				background-position: 34px 119px;
				
				

			}
				
			
			
			#leftMain {
				display: block;
				width: 226px;
				float: left;
				
			}
			
			#header {
				
				background: url('../graphics/topHeader1.gif');
				background-repeat: no-repeat;
				padding-top: 0px;
				width: 800px;
			
			}
			#header img
			{
				border: none;
				
			}
			
			#headHolder {
				
			}
			
			#headImageHolder {
				display: block;
				width: 646px;
				height: 119px;
				float: left;
				
			}
			
			#headTextHolder {
				display: block;
				font-size: 11px;
				font-weight: bold;
				color: #486351;
				padding-top: 30px;
				

			}
			
			
			#mainHeader {
		
				border-left-color: #000000;
				border-left-style: solid;
				border-left-width: 1px;
						
				border-right-color: #000000;
				border-right-style: solid;
				border-right-width: 1px;
	
			}

			#topMenu {
				clear: left;
				display: block;
				background-color: #F4D901;
				padding-top: 4px;
				padding-bottom: 4px;
				padding-left: 300px;
				
				font-size: 11px;
				font-weight: bold;

			}
	
			#topMenu a {
				text-decoration: none;
				color: #48613E;
				/*text-transform: uppercase;*/
			}
			
			#leftMenu {
				display: block;
				width: 210px;
				padding-top: 50px;
				padding-bottom: 134px;
				padding-left: 60px;
				height: 190px;
				
			}
			
			
			.mainMenu {
				display: block;
				position: relative;
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
				/*text-transform: uppercase;*/
				text-decoration: none;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-right: 0px;
				width: 130px;
				float: left;
				text-align: right;
				
				
			}
			
			
			#leftMenuBox {
				
				
			}
			
			.linkHolder {
				display: block;
				position: relative;
				width: 140px;
				float: left;
			}
			
			
			.hide {
				display: none;
				width: 7px;
				float: right;
				padding-top: 8px;
			}
			
			.show {
				display: block;
				width: 7px;
				float: right;
				padding-top: 8px;
			}
			
			
			
			.subNav {
				display: none;
				position: absolute;
				width: 150px;
				left: 140px;
				float: left;
				z-index: 99;
				
				border-top-style: solid;
				border-top-width: 1px;
				border-top-color: #000000;
				
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-bottom-color: #000000;
				
				border-left-style: solid;
				border-left-width: 1px;
				border-left-color: #000000;
				
				border-right-style: solid;
				border-right-width: 1px;
				border-right-color: #000000;
				
				background-color: #ffffff;
			}
			
			
			
			
			.subLinkHolder {
				display: block;
				width: 150px;
				
				
			
			}
			
			
			.subLinkHolder a:hover {
				color: #7B77C5;
			
			}
			
			.subLink {
				display: block;
				color: #282476;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
				
				text-align: left;
				
				
			}
			
			
			#content {
				display: block;
				width: 572px;
				float: right;
				padding-top: 40px;
				padding-bottom: 40px;
				
				
			}
			
			#contentHolder {
				display: block;
				float: right;
				width: 555px;
				margin-left: 0px;
				
				
			}
			
			#footer {
				display: block;
				float: left;
				background: url('../graphics/footer.gif');
				background-repeat: no-repeat;
				height: 45px;
				width: 800px;
				
			}
			
			#copy
			{
				display: block;
				float: left;
				width: 800px;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 50px;
				font-size: 11px;
			}
			
			#footerBox {
				padding-left: 270px;
				padding-top: 5px;
				
				font-size: 11px;
				font-weight: bold;
			
			}
			
			#footerBox a {
				color: #48613E;			
			}
			
			#footerImages {
				display: block;
				width: 250px;
				text-align: right;
				float: left;
			}
			
			#footerImages img {
				margin-right: 10px;
			}
			
			#footerLinks {
				display: block;
				padding-top: 10px;
				float: left;
			}
			
			#pageContent {
				width: 510px;
				display: block;
				line-height: 20px;
				
				clear: both;
			}
			
			#contentHeaderHolder {
				display: block;
			}
			
			#contentHeader {
				display: block;
			}
			
			#contentTitleHolder {
				display: block;
				height: 15px;
			
				
				width: 545px;
					
			}
			
			.contentHeaderTitle {
				display: block;
				float: left;
				width: 110px;
				font-weight: bold;
				font-size: 12px;
				
			}
			
			#contentHeaderMenu {
				display: block;
				float: left;
				width: 542px;
				font-size: 10px;
				line-height: 15px;
				border-top: 1px solid #cccccc;
				
			}
			
			.contentHeaderLinkHolder {
				display: block;
				float: right;	
				background-color: #cccccc;
				padding-left: 0px;
				padding-right: 0px;
			}
			
			.contentHeaderLinkHolder a {
				padding-right: 2px;
				padding-left: 2px;
				padding-bottom: 0px;
				padding-top: 0px;
				text-decoration: none;
				
			}
			
			.contentHeaderLinkOver {
				/*color: #5A64E8;*/
				color: #0383D8;
			}
			
			.contentHeaderLinkOut {
				color: #000000;
			}
			
			.contentHeaderLinkOut:hover {
				/*color: #5A64E8;*/
				color: #0383D8;
			}
			
			
			.simpleListHolder {
				padding-top: 8px;
				padding-bottom: 8px;
			
			}
			
			
			.simpleListHolder ul {
				margin-top: 8px;
				
				padding-bottom: 0px;
				margin-bottom: 0px;
			}
			
			.simpleListHolder ul li {
				list-style-type: square;
				padding-left: 10px;
				
			}
			
			.depositListHolder {
				padding-top: 8px;
				padding-bottom: 8px;
			
			}
			
			
			.depositListHolder ul {
				margin-top: 0px;
				
				padding-bottom: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				padding-left: 15px;
			}
			
			.depositListHolder ul li {
				list-style: none;
				background-image: url('../graphics/listArrow.gif');
				background-repeat: no-repeat;
				padding-left: 15px;
				margin-bottom: 5px;
				background-position: 0 50%;
			
			}
			
			.depositListHolder ul li div {
				display: block;
				float: left;
				color: #000080;
				width: 190px;
				font-weight: bold;
				margin-right: 10px;
				
			}
			
			.depositListHolder ul li span {
				display: inline;
			}
			
			.arrowListHolder {
				padding-top: 8px;
				padding-bottom: 8px;
			
			}
			
			
			.arrowListHolder ul {
				margin-top: 0px;
				
				padding-bottom: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				padding-left: 15px;
			}
			
			.arrowListHolder ul li {
				list-style: none;
				background-image: url('../graphics/listArrow.gif');
				background-repeat: no-repeat;
				padding-left: 15px;
				margin-bottom: 5px;
				background-position: 0 6px;
				color: #000080;
				font-weight: bold;
			
			}
			
			.arrowListHolder ul li span {
				color: #000000;
				font-weight: normal;
				
			}
			
			.arrowListHolder ul li span {
				display: inline;
			}
			
			
			
			.nbcalListHolder {
				padding-top: 10px;
				padding-bottom: 10px;
				width: 500px;
				float: left;
			
			}
			
			.nbcalListHolder h2 {
				display: block;
				font-size: 16px;
				background: url('../graphics/nbcalList.jpg');
				background-repeat: no-repeat;
				padding-top: 2px;
				padding-bottom: 3px;
				padding-left: 10px;
				font-style: italic;
				
				margin-bottom: 0px;
			}
			
			.nbcalListHolder span {
				font-weight: bold;
				margin-left: 15px;
			}
			
			.nbcalListHolder ul {
				color: #000080;
				font-weight: bold;
				font-size: 11px;
				
				padding-top: 0px;
				
				margin-top: 0px;
				
				width: 370px;
			}
			
			.nbcalListHolder ul li {
				list-style: none;
				background-image: url('../graphics/listArrow.gif');
				background-repeat: no-repeat;
				padding-left: 15px;
				background-position: 0 6px;
			
			}
			
			#pageTop {
				display: block;
				width: 500px;
				margin-top: 25px;
			}
			
			.pageTitle {
				display: block;
				font-size: 14px;
				font-weight: bold;
				padding-bottom: 10px;
				
			}
			
			.pageText {
				
				width: 500px;
				margin-left: 10px;
				
			}


