body {
	margin: 0px;
	background-image: url(images/bg.gif);
    }
    
a	{
	text-decoration: none;
	}

a:link {
	color: #00456B;
	background-color: transparent;
	}

a:visited {
	color: #00456B;
	background-color: transparent;
	}

a:hover {
	color: #78A22F;
	background-color: transparent; 
    text-decoration: none;
	}

a:active {
	color: #C4E0A1;
	background-color: transparent;
	}
	
a.nounderline {
	border: 0px;
	text-decoration: none;
	background-color: transparent;
	}
	
/*---------------------------------------
	Header
-----------------------------------------*/

#topcontainer {
	width: 909px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: transparent;
	border-top: 0px;
	border-right: 23px solid #A7C178;
	border-bottom: 0px;
	border-left: 23px solid #A7C178;
	}

#top {
	width: 841px;
	height: 150px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-color: #FFFFFF;
	border-top: 0px;
	border-right: 4px solid #78A22F;
	border-bottom: 0px;
	border-left: 4px solid #78A22F;
	}

#top p {
	margin: 0px;
	padding: 34px 0px 0px 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 170%;
	color: #00456B;
	text-align: right;
	}

#top h1 {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 9px;
	line-height: 230%;
	color: #6692AA;
	text-align: right;
	font-weight: normal;
	}
	
#top img {
	float: right;
    display: block;
    padding: 0px;
    margin: 0px;
	border: 0px;
	}
	
	/*---------------------------------------
		Header - Logo
	-----------------------------------------*/
	
	#logo {
		float: left;
		width: 221px;
		height: 111px;
		padding: 0px;
		margin: 18px 0px 22px 0px;
		text-align: left;
		border: 0px;
		background-color: transparent;
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		}
		
	#logo img {
		float: left;
	    display: block;
	    padding: 0px;
	    margin: 0px;
		border: 0px;
		}
		
	#logo a {
		display: block;
		width: 221px;
		height: 111px;
		border: 0px;
		}
	
/*---------------------------------------
	Menu
-----------------------------------------*/

#menu {
	width: 100%;
	height: 50px;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	border: 0px;
	background-color: #F3F6EE;
	text-align: center;
	}
	
#menu ul {
	padding: 18px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	background-color: transparent;
	}

#menu li {
	display: inline;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	border: 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	line-height: 100%;
	color: #00456B;
	text-align: center;
	}

#menu li.bullet {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

#menu li a {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #00456B;
	text-decoration: none;
	}

#menu li a:visited {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #00456B;
	text-decoration: none;
	}

#menu li a:hover {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #78A22F;
	text-decoration: none;
	}

#menu li a:active {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #C4E0A1;
	text-decoration: none;
	}
	
#menu img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
/*---------------------------------------
	Content
-----------------------------------------*/
		
#container {
	width: 909px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: transparent;
	border-top: 0px;
	border-right: 23px solid #A7C178;
	border-bottom: 23px solid #A7C178;
	border-left: 23px solid #A7C178;
	overflow: hidden;
	}

#container2 {
	width: 901px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-top: 0px;
	border-right: 4px solid #78A22F;
	border-bottom: 4px solid #78A22F;
	border-left: 4px solid #78A22F;
	overflow: hidden;
	}

#content {
	width: 781px;
	margin: 0px;
	padding: 37px 60px 45px 60px;
	background-color: #FFFFFF;
	background-image: url(images/leafyline.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px;
	overflow: hidden;
	}
	
	/*---------------------------------------
		Content - Sidebar
	-----------------------------------------*/
	
	#sidebar {
		width: 230px;
		margin: 50px 71px 0px 0px;
		padding: 0px;
		background-color: transparent;
		border: 0px;
		float: left;
		}

	#sidebar h1 {
		color: #78A22F;
		font-family: Georgia, Times New Roman, serif;
		font-size: 16px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		border: 0px;
		}

	#sidebar h1.crisis {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 16px;	
		text-align: left;
		font-weight: normal;
		padding: 15px;
		margin: 0px 0px 40px 0px;
		background-color: #FAFBF7;
		border: 2px dotted #78A22F;
		}

	#sidebar h2 {
		color: #78A22F;
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		line-height: 130%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px;
		border: 0px;
		}

	#sidebar h3 {
		color: #939598;
		font-family: Georgia, Times New Roman, serif;
		font-size: 9px;
		line-height: 140%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 5px 0px 40px 0px;
		border: 0px;
		}

	#sidebar p {
		color: #58595B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		line-height: 130%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px;
		border: 0px;
		}

	#sidebar p.caption {
		color: #939598;
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		line-height: 130%;	
		text-align: left;
		font-weight: normal;
		font-style: italic;
		margin: 0px 0px 30px 0px;
		padding: 0px
		border: 0px;
		}
	
	#sidebar img {
		float: left;
	    display: block;
	    padding: 0px;
	    margin: 0px 0px 3px 0px;
		border: 2px solid #A7C178;
		}
	
	/*---------------------------------------
		Content - Main Text
	-----------------------------------------*/
	
	#text {
		float: left;
		width: 480px;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		border: 0px;
		}

	#text h1 {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 22px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		border: 0px;
		}

	#text h2 {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 18px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 20px 0px 15px 0px;
		border: 0px;
		}

	#text h2.biblio {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 18px;	
		text-align: left;
		font-weight: normal;
		padding: 0px 0px 3px 0px;
		margin: 20px 0px 15px 0px;
		border-bottom: 1px solid #A7C178;
		}

	#text h2.paypal {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 16px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 20px 0px 5px 0px;
		border: 0px;
		}

	#text h3 {
		color: #78A22F;
		font-family: Georgia, Times New Roman, serif;
		font-size: 13px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 15px 0px 5px 0px;
		border: 0px;
		}

	#text h3.blue {
		color: #00456B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 13px;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 5px 0px;
		border: 0px;
		}

	#text p {
		color: #58595B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		line-height: 140%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		border: 0px;
		}

	#text p.source {
		color: #939598;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		line-height: 140%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 30px 0px;
		border: 0px;
		}

	.phone {
		color: #58595B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 9px;
		line-height: 140%;	
		text-align: left;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		border: 0px;
		}

	#text ul {
		list-style-type: disc;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 40px;
		text-align: left;
		}
		
	#text ul li {
		list-style-type: disc;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ul.resourcetoc {
		list-style-type: disc;
		color: #00456B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px;
		padding: 0px 20px 0px 30px;
		text-align: left;
		}
		
	#text ul.resourcetoc li {
		list-style-type: disc;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ul.crisis {
		list-style-type: disc;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 40px;
		text-align: left;
		}
		
	#text ul.crisis li {
		list-style-type: disc;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ul.crisis2 {
		list-style-type: disc;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px;
		padding: 0px 0px 0px 30px;
		text-align: left;
		}
		
	#text ul.crisis2 li {
		list-style-type: disc;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ul.resource {
		list-style-type: disc;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 40px;
		text-align: left;
		}
		
	#text ul.resource li {
		list-style-type: disc;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}
		
	.resourcename {
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 140%;
		margin: 0px;
		padding: 0px;
		text-align: left;
		}

	#text ul.forms {
		list-style-type: disc;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 40px;
		text-align: left;
		}
		
	#text ul.forms li {
		list-style-type: disc;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ol {
		list-style-position: inside;
		color: #58595B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px;
		padding: 0px;
		text-align: left;
		}
		
	#text ol li {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ol.faq {
		list-style-position: inside;
		color: #00456B;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		text-align: left;
		}
		
	#text ol.faq li {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text ol.faqanswer {
		list-style-position: inside;
		color: #78A22F;
		background-color: transparent;
		font-family: Georgia, Times New Roman, serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 140%;
		margin: 0px;
		padding: 0px;
		text-align: left;
		}
		
	#text ol.faqanswer li {
		margin: 15px 0px 0px 0px;
		padding: 0px;
		background-color: transparent;
		}

	#text table {
		width: 450px;
		color: #58595B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 14px;
		line-height: 140%;
		text-align: left;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

	#text table td {
		margin: 0px;
		padding: 0px 5px 30px 0px;
		border: 0px;
		}

	#text table p {
		color: #58595B;
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		line-height: 140%;
		text-align: left;
		font-weight: normal;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		border: 0px;
		}

	#text table img {
		width: 80px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

	#text table img.mbrown {
		width: 52px;
		height: 80px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		}
	
/*---------------------------------------
	Footer
-----------------------------------------*/
	
#bottom {
	width: 901px;
	height: 45px;
	float: left;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	border-top: 2px solid #E3EBD6;
	background-color: #F3F6EE;
	overflow: hidden;
	text-align: center;
	}

#bottom p {
	color: #005D83;
	background-color: transparent;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	}

#bottom p.copyright {
	color: #808285;
	background-color: transparent;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#bottom a {
	color: #808285;
	background-color: transparent; 
    text-decoration: none;
    border: 0px;
	}

#bottom a:hover {
	color: #78A22F;
	background-color: transparent; 
    text-decoration: none;
    border: 0px;
	}
