/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9A4D01; 
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #783c01;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #783c01;
}
a:hover {
	text-decoration: underline;
	color: #00;
}
a:active {
	text-decoration: underline;
	color: #783c01;
}

.style1 {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.style3 {color: #999999}
.style4 {color: #666666}
.style5 {
	font-size: 12px;
	text-decoration: none;
	color: #DDDDDD;
}
.style6 {
	font-size: 11px;
	text-decoration: none;
	color: #BBBBBB;
}
.style7 {
	font-size: 9px;
	color: #BBBBBB;
	text-decoration: underline;
}
.style12 {color: #BBBBBB}
.style14 {font-size: 12px}
.style15 {font-size: 14px}
.style16 {font-size: 11px; color: #666666;}
.style17 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.style18 {font-size: 10px}
.style19 {font-size: 16px}
.style20 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #D69829;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:middle;
}

#nav a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}

#nav a:hover { color: #783c01; }

#nav li { /* all list items */
	float: left;
	padding-right: 26px;
	padding-left: 26px;
/* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #d69829;
	padding: 8px 3px 5px 8px;
	width: 150px;
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

#nav li ul li {
	width: 150px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #666666;
	text-align: justify;
}
.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right;
}
