/******** Top Menu Bar for Section Horizontal Menus *************/
#navbar {
	color: #000;
	border-bottom: 2px solid #000000;
	margin:0px;
	width:400px;
	padding:0px;
	background-color: #0099FF;
}

 #topnav
{
	display:block;
	margin: 0;
	padding: 4px 5px 6px 0px;

}

html>body #topnav {padding-top:6px; padding-bottom:0px;}

#topnav ul, #topnav li
{
	display: inline;
	width:50px;
	list-style-type: none;
	background: #CCCCCC;
	width:100px;
	height:50px;
	font: .8em Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: 1px solid #999999;
}

#topnav a:link, #topnav a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	width: 100px;
	height:50px;
	color: #000;
	font-size: 0.85em;
}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover
{
color: #000;
}

#topnav a:hover {
	color: #000;
	text-decoration: underline;
}

/********** #navList contains the links for the main menu items in the left bar */
 #navlist
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top:4px;
	padding-bottom: 15px;
	background: #2E3F81;
}

#navlist ul {
	margin:0px;
	padding:0px;
	list-style: none;
	width: 100%;
	font: .88em Tahoma, Arial, "Trebuchet MS";
}
#navlist li {
margin: 0px;
}

#navlist ul li ul {
margin-left:10px;
}

#navlist h5 {
	display:block;
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 15px 0px 2px 3px;
	width:90%;
	padding: 6px 0px 3px 4px;
	border-bottom: 1px solid #000000; 
}
html>body #navlist h5{width:88%;}
#navlist li a
{
	display: block;
	padding:2px 0px 2px 0px;
	text-decoration: none;
	width: 100%;
	/*border-top: 1px solid #660000;
	border-bottom: 1px solid #660000; */

}
html>body #navlist li a {width:93%;}
#navlist li a:link { color: #DADADA; 
		padding-left:15px; }


#navlist li a:visited { padding-left:15px;color: #E6DFE6; }

#navlist li a:hover
{
	color: #FFFFFF;
	/*background: #460000; */
	text-decoration: underline;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}

/********** #navList2 = styles for Main Page righthand blocks*/
 #navlist2
{
	width: 100%;
	margin: 22px 0px 22px 0px;
	background: transparent;
}

#navlist2 ul {
	margin:0px;
	padding:0px;
	list-style: none;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
html>body #navlist2 ul {
font-size: .88em;
}

#navlist2 li
{
	margin:0px;
	display: block;
	padding:20px 0px;
	text-decoration: none;
	width: 100%;
	border-top: 1px solid #222F60;
}
#navlist2 div {margin-left:10px;}
html>body #navlist2 {width:98%}
#navlist2 li a {}
html>body #navlist2 li a {}
#navlist2 li a:link { color: #FFFFFF; }

#navlist2 ul li ul {
	margin:5px 0px 0px 15px;
	width:100%;
	padding:0px 8px 0px 0px;
	list-style: circle;
/*	font: .88em Tahoma, Arial, "Trebuchet MS";*/
}

html>body #navlist2 ul li ul {
width: 96%;
}

#navlist2 li ul li {
	margin:0px 0px 4px 0px;
	display: block;
	padding:0px 0px;
	text-decoration: none;
	width: 100%;
	border-top: none;
}
/*****************************************
Styles for WC podcast list on main page
******************************************/
#podcast {margin-left:0px;
padding-left:0px;
margin-top:7px;}
#podcast .podcast_entry{
margin-bottom:5px;
}
#podcast .podcast_date{
padding-left:5px;
font-style:italic;
color:#CCCCCC;
}