body 
{
	margin: 0;
	background: #ddd;
	padding: 0;
}
body, input
{
	font-family: "Helvetica", "Arial";
}
a 
{
	color: blue;
}
.trms
{
	text-align: left;
	margin-top: 10px;
}
p 
{
	font-size: 12px;
	text-align: left;
}
input
{
	color: #5e5e5e;
}
.container, .header_center
{
	width: 900px;
}
.content
{
	text-align: center;
}
.header
{ 
	background: #03029a;
	border-top: 3px solid #000;
	padding: 0px 12px 0px 12px;
	border-bottom: 1px solid #fff;
	width: 100%;
}
	div.header_center 
	{
		margin: 10px auto 0px auto;
		width: 850px;
	}
	.header div.picture
	{
		float: left;
		background: #03029a url('../images/carle.jpg');
		width: 275px;
		z-index: -1;
		height: 240px;
		display: block;
	}
	.header div.logo a
	{
		background: url('../images/logo_text.png');
		width: 550px;
		margin-left: 260px;
		height: 175px;
		/* margin: 0px auto; */
		display: block;
	}
.links
{
	background: #b3b3b3;
	padding: 0px 0px;
	font-size: 15px;
	text-align: center;
}
.links table { width: 900px; }  
	.links a 
	{
		text-decoration: none;
		color: #000; 
		display: block;
		font-weight: bold;
		padding: 3px 15px;
		/* border-left: 1px solid #fff;
		border-right: 1px solid #ccc; */
	}
		.links a.left
		{
			border-left-width: 0px;
		}
		.links a.right 
		{ 
			border-right-width: 0px;
		}
	.links a:hover
	{
		background: #0605b9;
		color: #fff;
	}
.container 
{
	padding: 25px;
}
.sidebar
{
	width: 150px;
	vertical-align: top;
}
	.container .content
	{
		width: 100%;
		padding: 0px 20px;
		vertical-align: top;
	}
	.sidebar .box
	{
		font-size: 12px;
		margin-bottom: 35px;
		padding: 10px;
		background: #b3b3b3;
		border: 1px solid #ddd;
		width: 150px;
		line-height: 13px;
	}
		.sidebar .box .imgs
		{
			text-align: center;
		}
		.sidebar .box .imgs img
		{
			margin-bottom: 10px;
		}
		.sidebar .box h1
		{
			border-bottom: 1px solid #ddd;
			padding: 2px 0px;
			font-size: 20px;
			margin: 0;
			width: 100%;
			display: block;
			margin-bottom: 8px;
			margin-top: 60px;
		}
		.sidebar .box h1.top {margin-top: 0;}
		.sidebar .box span
		{
			display: block;
			margin-bottom: 10px;
		}
		.sidebar .box form
		{
			margin: 0px;
			padding: 0px;
		}
		.sidebar .box form input
		{
			border: 1px solid #ddd;
			font-size: 11px;
			padding: 2px 5px;
			display: block;
			height: 13px;
			width: 138px;
			margin-bottom: 5px;
		}
		.sidebar .box form input.submit
		{
			width: auto;
			height: auto;
			padding: 2px 5px;
			background: #03029a;
			border: 1px solid #000;
			font-weight: bold;
			color: #fff;
		}
		.sidebar .box span.quote
		{
			font-style: italic;
			color: #555;
			margin-bottom: 10px;
			text-align: center;
		}
		.sidebar .box span.quoteleft
		{
			font-style: italic;
			color: #555;
			margin-bottom: 10px;
			text-align: left;
		}
		.sidebar .box h4
		{
			padding: 0;
			margin: 0;
			text-align: right;
			font-size: 11px;
			font-weight: bold;
		}
		li
		{
			padding-top: 0px;
		}
.footer
{
	clear: both;
	margin: 10px;
	padding: 5px 0px;
	font-size: 11px;
	border-top: 1px solid #ddd;
}
	.footer .nav 
	{
		display: block;
		margin-bottom: 3px;
	}
	.footer .nav a
	{
		color: #000; 
		font-weight: bold;
		padding: 1px 5px;
		text-decoration: none;
	}
	.footer .nav a:hover
	{
		background: #ddd;
	}
	.footer .cr
	{
		padding: 0px 5px;
		color: #333;
	}
.imgabout
{
	margin: 0px 10px 10px 10px;
	border: 3px solid #000;
}
.scroller
{
	font-size: 35px;
	font-family: "Georgia";
	display: block;
	width: 100%;
	height: 170px;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 30px;
	font-weight: bold;
}
.scroller span
{
	font-size: 25px;
}
.scroller strong
{
	font-size: 40px;
}
object
{
	margin-bottom: 10px;
}
.sitemap
{
	background: #999;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}
.sitemap a
{
	padding: 0px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.sitemap a:hover
{
	text-decoration: underline;
}
	
h1
{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0em;
	display: block;
	font-family: "Georgia";
	color: #000;
	text-align: left;
}
h1 strong
{
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}
.hd
{
	color: #940114;
	text-align: left;
	display: block;
	font-weight: bold;
}
form.contact 
{
text-align: left;
display: block;
margin-top: 20px;
}
form.contact input, form.contact textarea
{
color: #5e5e5e;
font-size: 12px;
display: block;
width: 75%;
padding: 3px 3px;
border: 1px solid #5e5e5e;
}
form.contact input.submit
{
width: auto;
height: auto;
padding: 2px 5px;
background: #03029a;
border: 1px solid #000;
font-weight: bold;
margin-bottom: 20px;
color: #fff;
}
form.contact textarea
{
	height: 100px;
	font-family: Arial;
	padding: 0px;
	width: 76%;
}
form.contact div
{
	margin-bottom: 5px;
}
.copy
{
	display: block;
}
/* specific: home */
.content .gilda { text-align: center; display: block; }
.content .bigquote 
{
	color: #000; 
	font-style: italic;
	border-bottom: 1px solid #5e5e5e;
	margin: 0;
	padding: 10px 0px;
}
.content .bigquote .src
{
	display: block;
	font-style: normal;
	font-weight: bold; 
	margin-top: 1px;
	color: #000;
	font-size: 11px;
}
.content .bigquote .src strong
{
	color: #940114;
}
.menu
{
	background: #f1f1f1;
	display: block;
	width: 250px;
	border: 1px solid #000;
	border-top: 0;
	text-align: left;
	z-index: 10;
	position: relative;
}
.menu a
{
	border-top: 1px solid #000;
}
h6 
{
	text-align: left;
	padding: 0;
	margin: 0;
 	margin: 10px 0;
 	color: #940114;
 	font-size: 15px;
}
form.advice
{
	text-align: left;
}
form.advice div
{
	display: block;
	padding: 5px 0px;
	font-size: 12px;
}
form.advice label
{
	float: left;
	display: block;
	width: 40%;
	padding: 5px 0;
	font-size: 12px;
}
form.advice div span
{
	display: block;
}
form.advice div.disc span
{
	display: block;
	font-size: 7px;
	width: 100%;
}
form.advice div.disc label
{
	display: block;
	width: 100%;
}
form.advice input
{
width: 50%;
}
form.advice input.submit
{
	width: auto;
	color: #000;
	margin-top: 10px;

}
form.advice input.radio
{
	width: auto;
	margin: 0;
	margin-right: 10px;
}
.sb
{
	text-align: center;
	display: block; 
}
a.biglink
{
	color: #fff;
	padding: 3px 10px;
	font-size: 15px;
	background: #5e5e5e;
	text-decoration: none;
}
.center
{
	text-align: center;
	margin: 40px;
}
.mediasect
{
	padding: 10px 0px;
	text-align: left;
}
.mediasect span
{
	display: block;
}
.mediasect span.title
{
	color: blue;
}
.sign
{
	display: block;
	font-weight: bold;
}
.mediasect span.sourcedate
{
	font-size: 11px;
	margin-bottom: 5px;
}
.mediasect span.quot
{
	font-size: 12px;
}
iframe
{
	width: 100%;
	border: none;
	display: block;
}
.minihd
{
	background: #03029a;
	height: 165px;
	padding: 10px 0px 0px 0px;
}
.minihd div.logo a
	{
		background: #03029a url('../images/logo_text.png');
		width: 550px;
		height: 165px;
		/* margin: 0px auto; */
		display: block;
		margin-left: 250px;
	}
	.minihd div.picture
	{
		background: #03029a url('../images/carle.jpg');
		width: 250px;
		height: 165px;
		float: left;
		display: block;
	}
	.minihd a.home
	{
		background: #f1f1f1;
		color: #000;
		padding: 3px 5px;
		text-decoration: none;
		margin-left: 670px;
		margin-top: 130px;
		display: block;
		width: 200px;
		position: absolute;
		text-align: center;
	}
ul
{
	text-align: left;
}
ul li.idt
{
	margin-left: 2.5em;
}

.welcome
{
	background: #000;
	display: block;
	height: 290px;
	padding: 20px;
}
h8
{
	display: block;
	margin-top: 10px;
}
.mp3s
{
	text-align: left;
	margin-bottom: 40px;
}
.mediaimg
{
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
.shopgrid
{
	width: 100%;
}
.shopgrid td.outer
{
	padding: 0px 0px;
	vertical-align: top;
}
.shopgrid img.bk
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100px;
}
.shopgrid img.bk2
{
	display: block;
	border: 0px solid #000;
	margin-top: 10px;
}
img.ninety
{
	padding-top: 20px;
	padding-bottom: 0px;
}
a.bklnk
{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.pplink
{
	display: block;
	margin-top: 5px;
}
.shopgrid h4
{
	margin: 0;
	background: #03029a;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px;
	font-size: 12px;
	width: 100%;
	display: block;
}
.shopgrid label
{
	display: block;
	margin: 0; padding: 0;
	margin-top: 20px;
	text-align: center;
}
.shopgrid form
{
	padding: 0;
	margin: 0;
}
.shopgrid div
{
	padding: 0px 10px;
}
.shopgrid div p
{
	font-size: 11px;
}
.shopgrid .yo
{
	padding: 0px 10px;
}
.inputhidden
{
	display: none;
}
.plist
{
	text-align: left;
	font-size: 12px;
	width: 100%;
}
.plist td
{
	padding: 5px 5px;
}
.plist strong
{
	font-weight: normal;
}
.plist td.action
{
	font-size: 11px;
	width: 25%;
}
.plist td
{
	border-bottom: 1px solid #000;
}
.plist td.action a
{
	margin-right: 5px;
}
.plist tr.headlines td
{
	background: #03029a;
	color: #fff;
	font-weight: bold;
}

.podcast-text {
	font-size: 16px;
	margin-bottom:2em;
}