/* main list without Javascript */
		ul#nav{
	margin:0;
	padding:0.5em 0.5em 0.5em 0em;
	list-style-type:none;
	clip: rect(auto,150px,auto,auto);
	width: 150px;
		}
		ul#nav ul{
			margin:0 0 0 1em;
			padding:0;
		}
		ul#nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
	font-size: 11px;
	line-height: 18pt;
	border-bottom-color: #FFFF99;
		}
		ul#nav a:hover,a:active{
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	color: #003300;
		}

/* main list with Javascript */
		ul#nav.pde_nav{
			padding:.5em;
			list-style-type:none;
		}
		ul#nav.pde_nav ul{
	padding:0;
	list-style-type: circle;
		}
		ul#nav.pde_nav li{
			margin:0;
			padding:0;
			height:1em;
		}
		html>body ul#nav.pde_nav li{
			height:auto;
		}
		ul.pde_nav a,ul.pde_nav strong{
			width:12em;
			text-decoration:none;
			color:#333;
			display:block;
			padding:0 0 0 1em;
		}
		
/* Classes added to show and hide and to indicate active state */
		.pde_hide{display:none;}
		.pde_show{display:block;}
		.pde_parent{background:url(images/plus.gif) 0 50% no-repeat transparent;}
		.pde_active{
	background:0 url(images/minus.gif) no-repeat;
}



.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.label1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666633;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.textCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF99;
	text-indent: 6pt;
	padding: 5px;
}

	#bodyblock a{
	color: #333333;
	text-decoration: underline;
	display: inline;
		}
	#bodyblock a:hover,a:active{
	color: #FFFF99;
	text-decoration: none;
	background-color: #003300;
		}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	border-bottom-width: .5px;
	border-bottom-style: dashed;
	border-bottom-color: #003300;
	line-height: 26px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.caption a:link {
	color: #FFFF99;
	text-decoration: underline;
}
.indicator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #FFFF99;
	text-indent: 0pt;
	border-bottom-style: dashed;
	border-bottom-color: #003300;
	border-bottom-width: 0.5px;
}


.images {
	margin-left: 20px;
}

.headlineNoLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	line-height: 26px;
	border: none;
}
.captionSource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.pic {
	background-color: #FFFFFF;
	margin: 3px;
}
.pic a:hover { 
	display:block; 
	font-weight: normal; 
	text-decoration: none}
.newspaper_quote {
	background-color: #FFFFFF;
	padding: 10px;
	border: thin solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
.enter {
	color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.enter a: {
	color: #000000;
}

.enter a:link {
	color: #000000;
}

.enter a:hover {
	display:block; 
	color: #FFFF99;
	text-decoration: none;
	background-color: #003300;
}

.enter a:active {
	display:block; 
	color: #FFFF99;
	text-decoration: none;
}

.list {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFCC;
	margin-bottom: 5px;
	display: block;
}
.linedText {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

