/* NORMALIZING styles
-------------------------------------------*/
html { min-height: 100%; margin-bottom: 1px; }
body, div, td, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}


.body         { color: #000; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 16px; font-family: Arial; }

.music  { color: #000; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 13px; font-family: Arial }

.boldmusic  { color: #000; font-style: normal; font-weight: bolder; font-size: 8pt; line-height: 13px; font-family: Arial }

.boldbody    { color: #000; font-style: normal; font-weight: bold; font-size: 9pt; line-height: 16px; font-family: Arial }

.body a { color: #000; text-decoration: underline; }

.body a.visited { color: #3c3c3c; text-decoration: underline; }

.body a.hover {color: #000; text-decoration: underline; }


a.link { color: #000; text-decoration: underline; }

a.visited { color: #3c3c3c; text-decoration: underline; }

a.hover { color: #000; text-decoration: underline; }


.art a { font-size: 8pt; color: #000; text-decoration: underline; }

.art a.visited { font-size: 8pt; color: #3c3c3c; text-decoration: underline; }

.art a.hover { font-size: 8pt; color: #000; text-decoration: underline; }


.legal   { color: #5d6f00; font-size: 8pt; font-family: Arial; font-style: normal; font-weight: normal; }

a.legal:link  { color: #5d6f00; font-size: 8pt; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline }

a.legal:visited  { color: #5d6f00; font-size: 8pt; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline }

a.legal:hover  { color: #2d3200; font-size: 8pt; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline }

a.music:link { color: black; font-style: normal; font-weight: normal; font-size: 7pt; line-height: 13px; font-family: Arial; text-decoration: underline }

a.music:hover { color: black; font-style: normal; font-weight: normal; font-size: 7pt; line-height: 13px; font-family: Arial; text-decoration: underline }

a.music:visited { color: #3c3c3c; font-style: normal; font-weight: normal; font-size: 7pt; line-height: 13px; font-family: Arial; text-decoration: underline }

h1        { color: #000; font-style: normal; font-weight: normal; font-size: 18px; line-height: 16px; font-family: Arial; font-weight:bold; padding:0; margin:0; }



/* NAV styles
-------------------------------------------*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}


#nav li ul {
	background-color:#d8fba3;
	position: absolute;
	width: 165px;
	left: -999em;
	clear: left;
}

#nav li ul a {
	display: block;
	font-size: 11px;
	font-weight:bold;
	color:#7c9229;
	width:165px;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	
}
#nav li ul a:hover {
	display: block;
	color:#253201;
}
#nav li:hover ul {
	left: auto;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}	
	