a, a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}

body {
	color:#29303B;
	background:#Fdf5e6 url('images/page_top_search.jpg') no-repeat left top;
	margin:0px;
	padding:6px;
}

body, table, input {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

form {
	margin:0px;
	padding:0px;
}

.topband {
	width:100%;
	height:26px;
}

.bclogo75th {
	background:url('images/bclogo75th.gif') no-repeat;
	width:170px;
	height:170px;
	display:block;
	text-decoration:none;
}

.imglisten {
	background:url('images/listen_opt.png') no-repeat;
	width:495px;
	height:50px;
	display:block;
	text-decoration:none;
}

.announc {
	background:#FAE2B8 url('images/flake.gif') no-repeat 2px center;
	border:1px solid #CA840F;
	display:block;
	margin:6px auto;
	padding:8px 0px 8px 35px;
	color:#CC6600;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
}	

.announc:hover {
	color:#0099CC;
}

.pagetitle {
	color:#FADCA5;
	font-size:30px;
	padding-left:90px;
	font-weight:bold;
	height:44px;
	text-align:left;
}

.subtitle {
	color:#009900;
	font-size:16px;
	font-weight:bold;
}

.schedule {
	background:#FDFBE4;
	border:1px solid #996600;
	border-collapse:collapse;
}

.cnt_box {
	margin-bottom:8px;
	background:url('images/content_bg.gif') repeat;
	border:1px solid #CFC0C0;
	color:#626A57;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.cnt_box .footer {
	border-top:1px solid #CFC0C0;
}

.cnt_box .header {
	border-bottom:1px solid #CFC0C0;
}

.cnt_box .header .title {
	color:#BE3B42;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

.cnt_bar {
	background:url('images/content_bg.gif') repeat;
}

.fancy_link {
	background:url('images/link_bullets.gif') no-repeat left center;
	padding-left:16px;
}

.blog {
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url('images/blog.gif') 0 center no-repeat;
}

.email {
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url('images/email.gif') 0 center no-repeat;
}

.bullet {
	padding: 0 0 0 15px;
	background: url('images/bullet3.gif') 0 center no-repeat;
}

.photo {
	float:left;
	position:relative;
}

.photo:hover  {
	text-decoration:none;
	background:none;
}

.photo .picture {
	margin:0 6px 6px 0;
}

.photo .preview {
	display:none;
}

.photo:hover .preview {
	display:block;
	background:#FBE9C8;
	border:1px solid #F0B546;
	padding:4px;
	position:absolute;
	left:52px;
	top:-50px;
	width:150px;
	height:auto;
	text-align:center;	
}

.photo:hover .preview .caption {
	display:block;
	padding-top:4px;
	color:#BE3B42;
	font-weight:bold;
	text-align:center;
}