/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
}

body {
	background-image:url(../_images/bgrd_main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#663399;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #663399;
	text-decoration:underline;
}
a:hover {
	color: #FF5F01;
	text-decoration:underline;
}
.mainArea
{
	width:955px;
	margin:0px auto 0 auto;
}
.mainContent
{
margin:12px 15px 13px 15px;
background-image:url(../_images/bgrd_main_content.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
li
{
	margin:0 0 0 0px;
	list-style-image:url(../_images/bullet_diamond.gif);
}
ul
{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
.line
{
margin:9px 0 9px 0;
border-bottom:1px solid #cccccc;
}
.nowrap
{
white-space:nowrap;
}





/* --- Titles  ---------------------------------------------------------- */

.podcastTitle
{
color:#663399;
font-size:9pt;
font-weight:bold;
margin:0 0 10px 0;
text-transform:uppercase;
}

.subHeads
{
color:#663399;
font-size:9pt;
font-weight:bold;
margin:0 0 2px 0;
text-transform:uppercase;
}








/* --- Bgrds  ---------------------------------------------------------- */

.mainTable
{
background-color:#FFFFFF;
}

.bgrdLeft
{
background-image:url(../_images/bgrd_our_links.jpg);
}

.bgrdMiddle
{
background-image:url(../_images/bgrd_middle.jpg);
background-position:top left;
}

.bgrdMiddleInternal
{
background-image:url(../_images/bgrd_middle_internal.jpg);
background-position:top left;
}

.bgrdMiddleRt
{
background-image:url(../_images/bgrd_middle_rt.jpg);
background-position:top left;
}

.bgrdRt
{
background-image:url(../_images/bgrd_rt.jpg)
}





/* --- Sitemap  ---------------------------------------------------------- */

.sitemap
{
line-height:14px;
font-size:9pt;
color:#000000;
font-weight:normal;
}
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active
.sitemap a:hover
{
	text-decoration:none;
	display:block;
	padding:4px 0 4px 4px;
}
.sitemap a:hover
{
	color:#5200d9;
	text-decoration:none;
	background-color:#E7DCC7;
}
.sitemapLine
{
margin:5px 0 5px 0;
border-bottom:1px solid #CEC1A8;
}



/* --- Forms ---------------------------------------------------------- */

.forms
{
margin:0 0 0 0;
padding:0 0 0 0;
}
.formField {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:18px;
	color:#000000;
}
.formMemo {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:70px;
	color:#000000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#000000;
	font-weight: bold;
	background-color: #E6BA11;
	margin:0 0 0 0;
	padding: 3px 2px 3px 2px;
	border: 1px solid #333333;
	width:60px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.formText
{
font-size:7pt;
}
.borderBotForm
{
border-bottom:1px solid #333333;
}



/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#361B52;
	line-height:14px;
	font-size: 7pt;
	text-align:right;
	margin:10px 4px 15px 0;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#3A1D58;
	text-decoration:none;
}
.footer a:hover
{
	color:#FF5F01;
	text-decoration:none;
}





/* --- Our Links  ---------------------------------------------------------- */

.links
{
font-size:8.5pt;
color:#663399;
font-weight:normal;
}
.links a,
.links a:link,
.links a:visited,
.links a:active
.links a:hover
{
	text-decoration:none;
	display:block;
	height:14px;
	padding:4px 0 4px 5px;
}
.links a:hover
{
	color:#663399;
	text-decoration:none;
	background-color:#D2D2D2;
}
.linksLine
{
margin:4px 0 4px 0;
border-bottom:1px solid #D2D2D2;
}





/* --- Our Shows  ---------------------------------------------------------- */

.shows
{
font-size:8.5pt;
color:#663399;
font-weight:bold;
}
.shows a,
.shows a:link,
.shows a:visited,
.shows a:active
.shows a:hover
{
	text-decoration:none;
	display:block;
	height:14px;
	padding:5px 0 5px 5px;
}
.shows a:hover
{
	color:#663399;
	text-decoration:none;
	background-color:#FFC29D;
}
.showsLine
{
margin:2px 0 2px 0;
border-bottom:1px solid #FFC29D;
}