body {
	margin: 0; 
	padding: 0;
	background-color: #ffffff; 
	background-repeat: repeat;	
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;			
}  

p, h1, h2, h3, h4, ol, ul {
	margin: 0;
	padding: 0;
}

h2
	{
	text-align: center;
	}

#wrapper {
	background-color: #fdf8f2;
	width: 800px; 
	margin: 30px auto; 
	padding: 10px; 	/*consider removing this*/
	border: 2px solid #003300;
}

#header {
	margin-bottom: -3px;	 
	
}

#nav {
	background-color: #003368;
	height: 100px;
	margin: 0;
	padding: 0;
} 

#nav ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 12px;
	padding-bottom: 5px;
	text-align: center;	
} /*need #nav ul to identify only the list within the nav id*/

#nav li {
	display: inline; 
}

#nav ul a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
	text-decoration: none;
}

#nav ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#main {
	margin-top: 10px;  
}


/* START SIDEBAR HERE*/

#sidebar {
	width: 220px;
	background-color: #acae87;
	float: left; 
	
}  

#sidebar h3 {
	font-size: 1.1em;
	margin: 0;	
	padding-bottom: 5px; 
	padding-top: 5px;
	padding-left: 2px;
	margin-bottom: 5px;
}   

#sidebar .inner {
	padding: 10px; 
} 

#sidebar ul {
	margin-left: 0;
	padding-left: 0px;
}  

#sidebar p, #sidebar li {
	font-size: 1em;
	line-height: 1.2em; 
}

#sidebar .inner img {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
} 

#sidebar ul a:link, #sidebar ul a:visited {	
	color: #003300;
}

#sidebar ul a:hover {
	color: #000000;
}

#sidebar p, #sidebar li {
	font-size: 1em;
	line-height: 1.4em; 
}

#sidebar p a:link, #sidebar p a:visited {
	color: #003300;
}

#sidebar p a:hover {
	color: #aa0000;
}

#sidebar .inner #img_cd {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px; 
}

#content {
	color: #003300;
}

#mainfeature {
	background-image: url(images/home/orch_540W.jpg);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold; 
	padding: 2px 0 210px 15px;
}

#mainfeature p {
	font-size: 1.1em;
	text-align: center; 
}

#content .inner {
	margin: 10px 10px 10px 10px;	 
}

#content .inner ul { 
	margin: 0;
	padding-bottom: 0; 
	list-style: none; 
} 


#content .inner li {
	margin-bottom: 10px; 
}  


#content .inner h3 a:link, #content .inner h3 a:visited {
	color: #003300; 
} 

#content .inner h3 a:hover {
	color: #000000; 
}

#content .inner .programs li img {
	float: left;
	margin: 0 5px 5px 0;  /*top, right, bottom, left. Need space on the LEFT*/
	padding-left: 10px; 
	 
}

#content .inner p {
	color: #000000;
	font-size: 1em;
	line-height: 1em;
	padding: 10 0 0 10px; 	 
}

#content .inner p.player {
	font-weight: bold;
}

#content .inner p.more {
	margin-top: 0;
	text-align: right;	
}

#content .inner p.more a:link, #content .inner p.more a:visited {
	
	background-image: url(images/global/sidebar_more_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: .9em;
	color: #003300;	
}
	
#content .page {
	margin: 10px 10px 10px 10px;
}	
	
#content .page h2 {
	background-color: #003300; 
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #003300;  /*not needed if the background color is green*/
	font-size: 1.6em;
	margin-bottom: 20px;
}	

#content .page h3 {
	color: #003300;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;
	margin-bottom: 30px;	 
}	

#content .page h4 {
	color: #003300;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;
	margin-bottom: 5px;	
}

#content .page ul{
	list-style-image: url(images/global/page_bullet.gif);  
	margin-left: 0;	
	padding-left: 40px;	 /*no need for padding in the li*/
}	

#content .page li {
	margin-bottom: 10px; /*separates list items*/	 
}
	
#content .page p {
	color: #003300;
	font-size: 1em;
	line-height: 1.6em;	
	margin: 0 0 10px 0;	/*can use either padding or margin*/  
}	

#content .page img {
	margin: 10px; 
	border: 1px solid #003300;
	float: right;/*adjust this when there is a photo - float the images - use margins to position them*/
}

#content .page .left {
	margin: 10px;
	border: 1px solid #003300;
	float: left;
} /*this is a class of images which float right. all others will float right*/


#content .page a:link, #content .page a:visited {
	color: #003300;		
}

#content .page a:hover {
	color: #003368;
}	
	
#content .page blockquote {
	line-height: 1.6em;
}	
	
#content .page .cd {	
	font-style: italic;
}	
	
#clearone {
	clear: both;
	height: 1px;
}	
	
#footer {
	background-color: #003368;
	clear: both; 
}	

#footer p {
	color: white; 
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 5px 0 5px 0;
}
	
#footer p a:link, #footer p a:visited {
	color: #ffffff; 	 
}	

#footer p a:hover {
	color: #003300;
}

#contact a {
	color: #ffffff;
}