  body {
	margin:0px;
	padding:10px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color:#003300;
	text-align:center;
	}
.body_container {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	background:#669999 url(/home_images/container_bg.gif) repeat-y 0;
}
#main {
		border:1px solid #000; 
		background:#fff;
		}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#009900;
	background-color:#FFFFFF;
	text-align:center;
	padding:0px 0px 0px 0px;
	
	}
h2 {
	font:16pt verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990033;
}
h3 {
	font:12pt verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#996600;
	
}

h4 {
	font:16pt verdana, arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006600;
	text-align:center;
	padding-bottom:0px;
	padding-top:0px;
}

h5 {
	font:30pt verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#006600;
	text-align:center;
	padding 10px 5px;
	
}

p {
	font:arial, helvetica, sans-serif;
	font-size:12px;
	margin-left:1.5em;
	margin-right:1em;
	padding:0px;
	text-align:center;
	}
pre {
	font:arial, helvetica, sans-serif;
	font-size:12px;
	margin-left:1.5em;
	margin-right:1em;
	padding:0px;
	text-align:left;
	}	
	
.pitalic {
	font:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-style:italic;
	
	}
#pleft {
	font:arial, helvetica, sans-serif;
	font-size:14px;
	margin-left:.5em;
	padding:5px;
	text-align:left;
	}
p.title {
	font-weight: bold;
	font-size:16px;
	color:#996666;
	text-align:center;
	}
	
.title2 {
	font-weight: bold;
	font-size:12px;
	color:#006600;
	text-align:center;
	}
.title_big {
	font-weight: bold;
	font-size:24px;
	color:#006600;
	text-align:center;
	margin-bottom:5px;
	}
p.small {
	font:arial, helvetica, sans-serif;
	font-size:10px;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
#playlist {
		border: 1px solid #666666;
	}

#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
#playlist tbody tr.selected td {
		background-color: #009900;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}

#sectionLinks{
	position:relative;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #cccccc;
	font-size: 90%;
}

#navlist {
	font-size: 8px;
	margin: 14px 0 2.0em 3em;
	width: 100%;
	padding-left:70px;
	
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em ;
	padding: 2px;
	white-space: nowrap;
}
#navlist ul {
	margin: 0 auto;
	padding: 0;
}
#navlist a {
	padding: 3px 10px 3px 10px;
	border: 1px solid;
	
	background-color:#006600;
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	background-color:#FFCC00;
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;

}

li ul {
  display:none;
  position:absolute;
  top: auto;
  left:auto;
  font-size:inherit;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  
  }

li:hover ul { display: block; }

/************* #globalNav styles **************/

#globalNav{

padding: 5px 5px 10px 10px;
white-space:nowrap;
background-color:#009966;


}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

a {
	color:#006600;
	font-size:11px;
	text-decoration:underline;
	
	font-family:verdana, arial, helvetica, sans-serif;
	border:none;
	}
a:link {color:#006600;}
a:visited {color:#006600;}

/* SIDEBAR */
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 10;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color:#006600;
	color: #FFFFCC;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color:#339900;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

  


