body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background-color: #333333;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

a:link {
	color: #49669C;
	}
a:visited {
	color: #8EA4C2;
	}
a:hover {
	color: #036;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 118%;
	font-weight: bold;
	color: #930;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 105%;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
	}
h2 a:link, h2 a:visited {
	font-size: 118%;
	text-decoration: none;
	color: #930;
	}
h2 a:hover {
	color: #600;
	}
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}
h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
	}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #222;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #eee;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
	background: url(../img/quotemarks.jpg) no-repeat 0 3px;
	}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #930;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../img/bg_columns.jpg) repeat-y;
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap {
  	width: 750px;
	} 
#logo {
	background: #fc6 url(../img/header.jpg) no-repeat top left;
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 18px;
	left: 34px;
	width: 118px;
	height: 29px;
/*	background: url(../img/addedlogo.gif) no-repeat; */
	}
html>body #logo span {
	top: 19px;
	}

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
/*		background: #fff;
	background: url(../img/bg_nav.gif) repeat-y; */
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	}
#nav li {
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 0;
	list-style: none;
	border-right: 1px dashed #ddd;
	}
#nav li.last {
	border-right: 0px;
	}
#nav li.listen {
	border-right: 0px;
	float: right;
	}
#nav a {
	float: left;
	padding: 1px 11px 1px 11px;
	text-decoration: none;
	color: #666;
	border-style: none;
	}
#nav a:hover {
	color: #FF9900;
	font-weight: normal;	
	background-color: #fff;
	}
#nav a.active {
	color: #000;
	font-weight: bold;
	background-color: #fff;
	}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	}
#content {
	float: left;
	margin: 1px 0 0 0;
	padding: 0 20px;
	background: #fff;
	width: 502px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 462px;
	}
html>body #content { /* be nice to Opera */
	width: 462px;
	}
#content .entry {
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	}
#content .entry_first {
	margin: 0;
	padding-top: 12px;
	border-top: 0px;
	}
#content .entry_ad {
	padding-top: 10px;
	padding-bottom: 6px;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 9px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 9px;
	border-top: 1px solid #ddd;
	}
#content .single {
	border-top: none;
	padding-top: 0;
	}

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 21px;
	line-height: 1.3em;
	background: url(../img/li_box.gif) no-repeat 0 1px;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}

#utilitybar {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 509px;
	padding: 15px 15px 0 20px;
	color: #937966;
	}
#utilitybar a:link {
	color: #6E5C4F;
	}
#utilitybar a:visited {
	color: #9D9187;
	}
#utilitybar a:hover {
	color: #333;
	}
#utilitybar h3 {
	font-size: 100%;
	padding: 0 0 4px 19px;
	margin: 0 0 8px 0;
	color: #930;
	border: none;
	background: url(../img/xbox.jpg) no-repeat 0 2px;
	}

#utilitybar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#utilitybar p {
	margin-top: 4px;
	margin-bottom: 20px;
	}
#utilitybar ul, #utilitybar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}
#utilitybar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 13px;
	line-height: 1.4em;
	}
#utilitybar li.last {
	background: none;
	}
#utilitybar img {
	vertical-align: middle;
	}
	
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #FFFFFF;
	background: #A30C00;
	border-top: 1px dashed #FFFFFF;
	text-align: right;
	}
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #FF9900;
	font-weight: bold;
	}
#footer a:hover {
	color: #FFCC00;
	font-weight: bold;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	

h3 img {
	vertical-align: middle;
	}
ul.noBullet li {
	list-style-type: none;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}

#onair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	padding: 15px 15px 0 20px;
}
.ad {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}
.ad a {
	color: #FFFFFF;
}
.ad a:hover {
	color: #FFFFFF;
}
#textad {
	font-size: 9px;
	height: 12px;
	width: 200px;
	text-align: left;
	}
		
#textad2 {
	font-size: 9px;
	line-height: 12px;
	height: 12px;
	width: 200px;
	text-align: right;
	}
				
#menuad {
	margin-top: 2px;
	margin-bottom: 1px;
	padding: 3px;
	width: 190px;
	border: 1px dotted #BBB;
	text-align: justify;
	color: #666;
		}

#menuad a:link {
	color: #990000;
	}
#menuad a:visited {
	color: #990000;
	}
#menuad a:hover {
	color: #FF9900;
	}
.bcc {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal}
