/* 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:				689px;
		background-color:	#006633;
		float:				right;
		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;
}

.image_area {
		text-align:			center;
		background-color:	#F6F5E2;
		padding:     		5px;
		margin:				0px;
}

.left {
		background-color:	#006633;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
		border-bottom:			solid;
		border-bottom-color:	#30261C;
		border-bottom-width:	1px;
		margin-bottom:	    10px;
		float:				left;
}

.navigator {
		background-color:	#F6F5E2;
		width:				110px;
		height:				400px;
		font-weight:		bold;
		margin-top:         5px;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
		border-right:		solid;
		border-right-color:	#30261C;
		border-right-width:	1px;
}

.logo {
		border-style: 		none;
		border-bottom: 		solid;
		border-bottom-width: 1px;
		border-bottom-color: #30261C;
}

#internal_links {
		padding:			10px 5px 5px 5px;
		height:				217px;	
}

#legal {
		padding:			5px;
}

a:link {
		color: 				#30261C;
		text-decoration:	none;
}

a:visited {
		color: 				#30261C;
		text-decoration:	none;
}
.bottom {
		width:				800px;
		background-color:	#006633;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
		clear:				both;
}
		
.footer {
		margin-top:         5px;
		background-color:	#F6F5E2;
		text-align: 		center;
		font-size:			x-small;
		border-top:			solid;
		border-top-color:	#30261C;
		border-top-width:	1px;
}
