	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:6px;
	border: 1pt solid #3f8017;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#2A5601;
    background: #DED7B7;
	border: 1pt #2A5601;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
.nav-select {
	font:bold 11px/16px arial;
	color: #000000;
	background: #DED8B8;
	letter-spacing:.1em;
	display:block;
	padding:6px;
	border-top: 1pt #003300;
	border-right: 0px #003300;
	border-bottom: 1pt #003300;
	border-left: 0px #003300;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.box {
	background-color: #f9fce7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
