/* brown  4F3000 */
/* orange CC7E03 */
/* teal   49655F */
/* blue   B8D9D2 */
/* tan    E2D6BA */

	body, p, div, label {
		margin: 0;
		padding: 0;
	}
	body {
		text-align: center;
		font-size: 10pt;
		font-family: arial;
		color: #000000;
		background-color: #4F3000;
	}
	ul {
		margin: 0;
		padding: 10px;
		padding-left: 30px;
	}

	.page {
		width: 770px;
		margin: 0 auto;
		text-align: left;
		background-color: #FFFFFF;
	}
	
	.banner {
		padding: 10px;
		background-repeat: no-repeat;
		background-position: top right;
	}
	.banner_link {}
	.banner_img {
		border: 0;
		border-bottom: 0;
	}
	
	.ribbon {
		clear: both; 
		padding: 2px; 
		padding-right: 20px; 
		
		text-align: right; 
		font-size: 8pt; 
		font-weight: bold;
		color: #FFFFFF; 
		background-color: #49655F; 
	}

	.nav {
		float: left;
		width: 150px;
		padding: 10px;
		padding-left: 0;
		
		text-align: right;
	}
	.nav_spacer {
		padding-right: 10px;
		padding-left: 10px;
	}
	.nav_link,
	.nav_link:link,
	.nav_link:active,
	.nav_link:visited,
	.nav_link:hover {
		display: block;
		
		padding: 3px;
		
		text-decoration: none;
		font-size: 9pt;
		color: #444444;
	}
	.nav_link:hover,
	.sel {
		display: block;
		
		text-decoration: none;
		color: #000000;
		background-color: #B8D9D2;
	}
	
	.content {
		float: left;
		width: 575px;
		padding: 10px;
		padding-bottom: 20px;
	}
	.content_block {
		margin: 0;
		padding: 0;
	}
	.content_head {
		margin: 0;
		padding: 5px;
		padding-top: 10px;
		
		clear: right;
		
		font-size: 14pt;
		font-weight: bold;
		color: #CC7E03;
		background-color: #FFFFFF;
	}
	.content_subhead {
		padding: 5px;
		padding-top: 10px;
		padding-left: 20px;
		
		clear: right;
		
		font-weight: bold;
	}
	.content_text {
		padding: 5px;
		padding-left: 25px;
		padding-bottom: 10px;
		padding-top: 0;
		background-color: #FFFFFF;
		
		text-align: justify;
	}
	.content_link,
	.content_link:link,
	.content_link:active,
	.content_link:visited {
		
	}
	.content_link:hover {
		
	}
	
	.bad {
		color: #CC0000;
	}
	.good {
		color: #00AA00;
	}
	
	div.photo {
		float: right;
		padding: 10px;
		text-align: center;
		font-size: 8pt;
	}
	a.photo {
		border: 0;
	}
	img.photo {
		border: 1px solid #CC7E03;
	}
	
		
	p.form_label {
		padding: 5px;
		width: 100px;
		float: left;
		clear: left;
		text-align: right;
	}
	p.form_field {
		padding: 5px;
		float: left;
	}
	input.form_field {
		width: 250px;
	}
	textarea.form_field {
		width: 400px;
		height: 200px
	}
	
	.item_small {
		display: block;
		width: 300px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: solid 1px #000000;
		border-left: solid 1px #000000;
		padding: 8px;
		padding-left: 80px;
		
		color: #000000;
		text-decoration: none;
		background-position: left;
		background-repeat: no-repeat;
	}
	.item_small:hover {
		background-color: #B8D9D2;
	}
	.item_large {
		display: block;
		width: 500px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: solid 1px #000000;
		border-left: solid 1px #000000;
		padding: 8px;
	}

	.item_title {
		font-size: 12pt;
		font-weight: bold;
	}
	.item_descr {
		font-size: 8pt;
	}
	
	.footer {
		clear: both;
		padding: 3px;
		
		text-align: center;
		font-size: 8pt;
		color: #FFFFFF;
		background-color: #49655F;
	}
	.footer_link,
	.footer_link:link,
	.footer_link:active,
	.footer_link:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	.footer_link:hover {
		text-decoration: none;
		color: #CC7E03;
	}