body {
	background-image: url('../images/background_loop.gif');
	background-color: #ccc;
	padding: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

img {
	border: 0;
}

a, a:link, a:visited{
	color: #C60;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color:#444;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}




.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}





div.toolbar {
	display: block;
	width: 800px;
	height: 124px;
	overflow: hidden;
	border: 0px red solid;
}


td.mainbody {
	display: table-cell;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}


td.bottom {
	display: table-cell;
	width: 800px;
	height: 40px;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	
}



.credits {
	font-size: 10pt;
	padding: 5px;
	padding-left: 20px;
}






.pageCell {
	vertical-align: top;
	padding: 0px;

	border: 1px #F60 solid;
}

.pageCellTitle {
	display: block;
	background: #FC6;
	font-weight: bold;
	padding: 5px;
}

.pageCellBody {
	display: block;
	padding: 5px;
	text-align: justify;
}






.programFrame {
	border: 1px black solid;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 5px;
}

.programFrame:hover {
	border: 1px #ff6600 solid;
}








	
.picComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}	img.staffPic {
	display: block;
	width: 60px;
	height: 75px;
	border: 1px black solid;
	margin: 0px;
	background-image: url('../images/default_staff.gif');
	cursor: pointer;
}

img.staffPic:hover {
	border: 1px #ff6600 solid;
}

img.staffFrame {
	display: block;
	width: 60px;
	height: 75px;
	border: 1px black solid;
	margin: 0px;
	background-image: url('../images/default_staff.gif');
}

	
img.left {
	float: left;
	margin-right: 7px;
}

a.closebox {
	width: 22px;
	height: 22px;
	background-image: url('../images/closebox.gif');
	float: right;
	margin-left: 7px;
}

div.staffPage {
	display: none;
	width: 634px;
	height: 330px;
	overflow: auto;
	padding: 10px;
	border: 0px red solid;
}

.picFrame {
	border: 1px black solid;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;

	
}



.posters {
	border: 1px black solid;
	margin: 0px 3px 0px 3px;
	width: 120px;
	height: 140px;
}

.posters:hover {
	border: 1px #ff6600 solid;
}




#youtube_embed {
	width: 320px;
	height: 265px;
	padding: 0;
	text-align: center;
}




.pageCellNews {
	padding: 0px;
	height: 239px;
	width: 404px;
	overflow-y: auto;
	overflow-x: hidden;
}


#news a {
	display: block;
	margin: 0px;
	padding: 3px 10px;
	text-decoration: none;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px #999 dotted;
}
#news a:hover {
	background-color: #e2e2e2;
}

.donation_button {
	display: block;
	width: 121px;
	height: 50px;
	margin: 5px auto;
}
.donation_button img {
	width: 121px;
	height: 50px;
}


.sub_tabs {
	height: 25px;
	list-style: none inside;
	margin: 0;
	padding: 0;
	background: #DDD;
	border: 1px #F60 solid;
}
.sub_tabs li {
	float: left;
}
.sub_tabs li a {
	display: block;
	width: auto;
	line-height: 14px;
	margin: 0;
	color: black;
	padding: 5px 15px;
	text-decoration: none;
}
.sub_tabs li a.selected {
	background: #FC6;
}


.sub_page {
	border: 1px #F60 solid;
	border-width: 0px 1px 1px 1px;
}
.sub_page p {
	display: none;
	padding: 10px !important;
	margin: 0 !important;
}



@media print{
	
	#toolbar{
		width:800px;
		height:124px;
		position:relative;
		background: url('../images/toolbar.jpg');
	}
}