	body {
		background-color:#fff;
		margin:0px;
		padding:0px;
	}
	

	html, body {
		height: 100%;
	}
	
	#wrapper {
		position: relative;
		min-height: 100%;
	}
	
	* html #wrapper {
		height: 100%;
	} 
		
	#top {
		border-bottom:2px solid #007d40;
		height:154px;
	}
		
	#slogan {
		float:left;
		width:306px;
	}	
	
	#picbox {
		position:fixed center;
		margin:auto;
		width:300px;
		text-align:center;
		padding:10px;
	}
	
	#logo {
		float:right;
		width:311px;
	}
	
	#menu {
		width:205px;
		padding-top:30px;
		float:left;
	}
	
	#menu ul {
		list-style-type:none;
		padding-left:0px;
		margin-left:0px;
		margin-top:0px;
	}
	
	
	#menu a:link, #menu a:visited {
		margin-left:0px;
		padding-left:0px;
		padding-right:15px;
		padding-top:3px;
		width:160px;
		height:28px;
		text-align:right;
		vertical-align:middle;
		background-image:url('../images/button.gif');background-repeat:no-repeat;
		font-family:Verdana,sans-serif;
		font-size:14px;
		margin-bottom:17px;
		display:block;
		text-decoration:none;
		color:#fff;
	}

	#menu a:hover, #menu a:active {
		color:#000;
		background-image:url('../images/button_bright.gif');background-repeat:no-repeat;
	}

	
	#submenu {
		width:180px;
		float:left;
		padding-left:10px;
		padding-top:30px;
	}
	
	#submenu ul {
		padding-left:0px;
		margin-left:0px;
	}
	
	#submenu li {
		padding-left:0px;
		margin-left:0px;
	}
	
	.subtopgreen {
		height:15px;
		width:180px;
		background-image:url('../images/borderstop_green.gif');background-repeat:no-repeat;
	}
	
	.subbottomgreen {
		height:19px;
		width:180px;
		background-image:url('../images/bordersbottom_green.gif');background-repeat:no-repeat;
	}
	
	.submenucontgreen {
		background-color:#007d40;
		width:170px;
		margin-top:0px;
		padding-left:10px;
		padding-bottom:10px;
	}
	
	
	
	
	.subtopred {
		height:15px;
		width:180px;
		background-image:url('../images/borderstop_red.gif');background-repeat:no-repeat;
	}
	
	.subbottomred {
		height:19px;
		width:180px;
		background-image:url('../images/bordersbottom_red.gif');background-repeat:no-repeat;
	}
	
	.submenucontred {
		background-color:#c50e1f;
		width:170px;
		margin-top:0px;
		padding-left:10px;
		padding-bottom:10px;
	}	
	
	
	
	.subtoporange {
		height:15px;
		width:180px;
		background-image:url('../images/borderstop_orange.gif');background-repeat:no-repeat;
	}
	
	.subbottomorange {
		height:19px;
		width:180px;
		background-image:url('../images/bordersbottom_orange.gif');background-repeat:no-repeat;
	}
	
	.submenucontorange {
		background-color:#eb6909;
		width:170px;
		margin-top:0px;
		padding-left:10px;
		padding-bottom:10px;
	}
	
	
	.subtopblue {
		height:15px;
		width:180px;
		background-image:url('../images/borderstop_blue.gif');background-repeat:no-repeat;
	}
	
	.subbottomblue {
		height:19px;
		width:180px;
		background-image:url('../images/bordersbottom_blue.gif');background-repeat:no-repeat;
	}
	
	.submenucontblue {
		background-color:#043883;
		width:170px;
		margin-top:0px;
		padding-left:10px;
		padding-bottom:10px;
	}
	
	
	#content {
		margin-left:20px;
		margin-top:25px;
		width:50%;
		float:left;
		padding:15px;
		padding-top:0px;
		margin-bottom:40px;
	}
	
	.bottom {
		font-family:Verdana,sans-serif;
		font-size:18px;
		color:#fff;
	}
	
	h1 {
		font-family:Verdana,sans-serif;
		color:#007d40;
		font-size:22px;
		margin-top:0px;
		padding-top:0px;
	}
	
	h2 {
		font-family:Verdana,sans-serif;
		color:#007d40;
		font-size:16px;
		margin-top:3px;
	}
	
	h3 {
		font-family:Verdana,sans-serif;
		color:#e8f1ea;
		font-size:100px;
		margin-top:0px;
		padding-top:0px;
		letter-spacing:6px;
		font-weight:normal;
	}
	
	h4 {
		font-family:Verdana,sans-serif;
		color:#007d40;
		font-size:13px;
		margin-top:4px;
		margin-bottom:0px;
	}
	
	p, ul {
		font-family:Verdana,sans-serif;
		font-size:12px;
		line-height:1.6em;
	}
	
	
	.tabstyle {
		font-family:Verdana,sans-serif;
		font-size:12px;
		line-height:1.6em;
	}
	
	.subhead {
		font-family:Verdana,sans-serif;
		font-size:14px;
		color:#fff;
		line-height:1.1em;
		margin-top:0px;
		padding-top:0px;
	}
	
	#submenu ul {
		list-style-type:none;
		padding-left:0px;
		margin-left:0px;
	}
	
	#submenu a:link, #submenu a:visited {
		font-family:Verdana,sans-serif;
		font-size:14px;
		color:#76be95;
		line-height:1.6em;
		text-decoration:none;
	}
	
	#submenu a:hover, #submenu a:active {
		color:#fff;
	}
	
	.bgreen {
		color:#76be95;
	}
	
	.bottombargreen {
		background-color:#007d40;
		width:100%;
		text-align:center;
	}
	
	.bottombarred {
		background-color:#c50e1f;
		width:100%;
		text-align:center;
	}
	
	.bottombarorange {
		background-color:#eb6909;
		width:100%;
		text-align:center;
	}
	
	.bottombarblue {
		background-color:#043883;
		width:100%;
		text-align:center;
	}
	
	a:link, a:visited {
		text-decoration:underline;
		color:#007d40;
	}
	
	a:hover, a:active {
		text-decoration:none;
		color:#67bc5e;
	}
	
	.bottom a {
		color:#fff;
		text-decoration:none;
	}
	
	.active a {
		color:#fff !important;
	}
	
	#menu .active a {
		color:#000 !important;
		background-image:url('../images/button_bright.gif') !important;background-repeat:no-repeat !important;
	}
	
	.ditto_pageTitle {
		font-family:Verdana,sans-serif;
		color:#007d40;
		font-size:12px;
		margin-top:0px;
		padding-top:0px;
		margin-bottom:2px;
		letter-spacing:normal;
	}
	
	.ditto_documentInfo {
		font-family:Verdana,sans-serif;
		font-size:12px;
		line-height:1.6em;
	}
	
	.ditto_item {
		margin-bottom:10px;
		padding:10px;
	}
	
	.ditto_introText {
		font-family:Verdana,sans-serif;
		font-size:12px;
		line-height:1.6em;
		padding-left:10px;
		margin-bottom:0px;
	}
	
	.formbutt {
		font-family:Verdana,sans-serif;
		font-size:12px;
		background-color:#ededed; 
		border-style:0; 
		border:1px #006544 solid; 
		font-size: 10px; 
		color: #000000; 
		padding:5px;
	}
	
	.formfield {
		font-family:Verdana,sans-serif;
		font-size:12px;
		width: 150px; 
		background-color:#ededed; 
		border-style:0; 
		border:1px #000000 solid; 
		font-size: 10px; 
		color: #006544; 
		padding:5px;
	}
	
	.ditto_paging {
    	border-top: 1px solid #ccc;
    	padding: 10px; 
    	font-size: 12px;
    	color: black;
	}
	
	#ditto_pages .ditto_currentpage {
		font-family:Verdana,sans-serif;
    	padding: 1px 1px 2px; 
    	margin-right: 1px;
    	color: #000;
		font-size:12px;
	} 
	
	#ditto_pages .ditto_off {
    	border: 1px solid #ccc;
    	padding: 1px 5px 2px; 
    	margin-right: 1px;
    	color: #ccc;
	}
	
	#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
		font-family:Verdana,sans-serif;
    	padding: 1px 5px 2px; 
    	margin-right: 1px; 
		text-decoration:underline;
		color:#007d40;
		font-size:12px;
	}
	 
	#ditto_pages a:hover {
    	background-color: #fff;
    	color: #000;
	}


