/* CSS Document */

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	background-image: none;
}
a:hover {
	color: #864C02;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:11px Georgia, "Times New Roman", Times, serif;
	color: #864C02;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #864C02;
	text-decoration:underline;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #864C02;
}

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #864C02;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #864C02;
	text-decoration: none;
	background-color: #E1D2BF;
	display: block;
	padding: 8px;
	width: 140px;
}
