@charset "utf-8";

/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
}
body {
	height:100%; 
	margin:0; 
	padding:0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tr {
	background-repeat: no-repeat;
}

/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
}
/* places the content on top of the background image */
#content {
	position:relative;
	z-index:1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* Beginning of Stage */
#container {
	height: 847px;
	width: 980px;
	z-index: 2;
}
#logoarea {
	background-image: url(/images/logoarea.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 307px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	float: left;
}
#navarea {
	background-image: url(/images/navarea.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 632px;
	overflow: hidden;
	left: 307px;
	top: 0px;
	float: left;
}
#rightshadow {
	background-image: url(/images/rightshadow.png);
	background-repeat: no-repeat;
	height: 847px;
	width: 41px;
	overflow: hidden;
	left: 939px;
	top: 0px;
	float: right;
}
#banner {
	height: 212px;
	width: 632px;
	overflow: hidden;
	left: 307px;
	top: 50px;
	background-color: #7E2895;
	float: left;
	z-index: 1;
}
#leftshadow {
	background-image: url(/images/leftshadow.png);
	background-repeat: no-repeat;
	height: 585px;
	width: 54px;
	overflow: hidden;
	left: 0px;
	top: 262px;
	float: left;
}
#contentarea {
	background-color: #7E2895;
	height: 485px;
	width: 606px;
	overflow: hidden;
	left: 54px;
	top: 262px;
	float: left;
}
#rightcolumn {
	background-color: #660283;
	height: 485px;
	width: 279px;
	overflow: hidden;
	left: 658px;
	top: 262px;
	float: left;
}
#subscribearea {
	background-image: url(/images/subscribearea.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 421px;
	overflow: hidden;
	left: 54px;
	top: 747px;
	float: left;
	padding-top: 10px;
}
#copyrightarea {
	background-image: url(/images/copyrightarea.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 464px;
	overflow: hidden;
	left: 475px;
	top: 747px;
	padding-top: 30px;
	float: left;
}
/* End of Stage */

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
/* Navigation */
ol#nav {
	list-style: none;
	overflow-y: hidden;
}
ol#nav li {
	float: left;
	margin-top: 0em;
	margin-right: .75em;
	font-weight: bold;
	font-size: 11px;
}
ol#nav a {
	display: block;
	float: left;
	color: #FFFFFF;
	overflow-y: hidden;
}
ol#nav a:hover {
	color: #FF0000;
}
/* Font Settings */
.copyright {
	font-size: 10px;
	font-weight: normal;
}	
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.yellow-orange {
	color: #FF9701;
}
.heading {
	font-size: 400%;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.date {
	font-size: 14px;
}
.subheading {
	font-size: 18px;
	font-weight: bold;
}
.mainheading {
	font-size: 22px;
	font-weight: bold;
}
.currentcastname {
	font-size: 15px;
	font-weight: bold;
}
/* Sub-page Flexible Drop Shadows */
.leftShadow {
	background-image: url(/images/leftshadow2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightShadow {
	background-image: url(/images/rightshadow2.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 77px;
}
/* Special Padding */
.pad20px {
	padding-right: 20px;
	padding-bottom: 20px;
}
/* Rollovers for Buttons */
.btn {
	background-image: url(/images/button1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.btnhov {
	background-image: url(/images/button2.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
