/* CSS Document */

body {	
		background-color:	#F6F5E2;
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			small;
		width:				800px;
		color:				#30261C;
		border-width:		1px;
		border-color:		#30261C;
		margin-left:	    auto;
		margin-right:       auto;
}

#breadcrumb {
		text-align:			right;
		font-size:			medium;
}

.content {
		width:				800px;
		background-color:	#006633;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
}

.text_area {
		background-color:	#F6F5E2;
		margin-top: 		5px;
		padding:			5px;
		padding-left:       45px;
		padding-right:      40px;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
}

.text_area a:link {
		color: 				#30261C;
		text-decoration:	none;
		border-bottom:		solid;
		border-bottom-width: 1px;
}

.text_area a:visited {
		color: 				#30261C;
		text-decoration:	none;
		border-bottom:		solid;
		border-bottom-width: 1px;
}

.image_area {
}

image_area img {
    margin-left: auto;
    margin-right: auto;
}
.signature {
	text-align: right;
}

.signature h3 {
	text-align: right;
}

a:link {
		color: 				#30261C;
		text-decoration:	none;
}

a:visited {
		color: 				#30261C;
		text-decoration:	none;
}

.bottom {
		background-color:	#006633;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
		clear:				both;
}
		
.footer {
		margin-top:         5px;
		padding-top:	    2px;
		background-color:	#F6F5E2;
		text-align: 		center;
		font-size:			x-small;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
}