
body   {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
	text-align: center;
	margin: 0;
	padding: 0 }
a:link, a:active, a:visited {
	color: #003399;
	text-decoration: none }
a:hover {
	color: #ff1a00;
	text-decoration: underline }
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px }
#contentContainer {
	margin-left: 6px;
	width: 670px;
	overflow: hidden }
/* Header Styles */
#logoPic {
	margin: 0 }
#headerBar {
	border-bottom: 5px solid black }
#sideNav {
	background-color: #333;
	margin: 0 10px 0 0;
	padding: 0;
	width: 135px;
	float: left;
	clear: none }
#contentBlock {
	margin-right: 15px;
	width: 500px;
	float: right;
	clear: none;
	padding-top: 15px }
/* Start Mac IE5 filter \*/
#sideNav, #contentBlock  {
	margin-bottom: -10000px;
	padding-bottom: 10010px }
/* End Mac IE5 filter */
/* Navigation Styles */
#sideNav ul {
	background-color: #333;
	margin: 10px;
	padding: 2px 0 }
#sideNav li {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	list-style-type: none }
#sideNav li.firstItem {
	margin-left: 15px }
#sideNav a:link, #sideNav a:active, #sideNav a:visited {
	color: white;
	text-decoration: none;
	background-image: url("../images/navCross_white.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 0 15px }
#sideNav a:hover {
	color: #ff1a00;
	text-decoration: none;
	background-image: url("../images/navCross.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 0 15px }
#activeNav {
	color: #ff1a00;
	text-decoration: none;
	background-position: 0 center }
#activeNav a:link, #activeNav a:active, #activeNav a:visited {
	color: white;
	text-decoration: none;
	background-image: url("../images/navCross.gif");
	background-repeat: no-repeat;
	background-position: 0 center; }
	
/* Content Styles */
h1 {
	font-size: 18pt;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 2px }
h2 {
	font-size: 15pt;
	color: #ff1a00; }
h2.index  {
	color: white !important;
	font-size: 9pt!important;
	font-variant: small-caps!important;
	font-weight: normal!important;
	background-color: #333!important;
	margin-top: 0!important;
	padding: 2px 5px!important }
h3 {
	font-size: 10pt;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	text-transform: uppercase }
h4 {
	font-size: 10pt;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 2px }
.credits {
	font-size: 9pt;
	font-weight: bold !important; 
	margin-top: -15px }
.ratingCredits {
	font-size: 9pt;
	font-weight: bold !important; 
	margin-top: 0px }
.imageRight  {
	color: #666;
	font-size: 9pt;
	font-style: italic;
	margin: 0 0 10px 10px;
	width: 180px;
	float: right }
.caption  {
	color: #666;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	margin-top: 2px }
.score {
	color: #ff1a00;
	font-weight: bold }
	
/* Data Table Styles */
.dataTable {
	width: 500px;
	font-size: 9pt;
	text-align: center;
	border-left: 1px solid #333;
	border-top: 1px solid #333; }	
.dataTable td {
	text-align: center;	
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px;
	width: 65px; }
.tableHead {
	color: #ff1a00;
	font-weight: bold;
	background-color: #ccc }	
.firstRow {
	text-align: left !important;
	width: 175px !important }
	
/* Data Table Two Styles */
.dataTableTwo {
	width: 500px;
	font-size: 9pt;
	text-align: left;
	border-left: 1px solid #333;
	border-top: 1px solid #333; }	
.dataTableTwo td {
	text-align: left;	
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px; }
.tableSubHead {
	font-size: 9pt;
	color: black;
	font-weight: bold;
	background-color: #eee;
	text-align: left !important }	
.firstRowTwo {
	text-align: left !important }
	
/* Schedule Index Table Styles */
.scheduleTable {
	width: 500px;
	font-size: 9pt;
	text-align: left; }	
.scheduleTable td {
	width: 48%;
	text-align: left;	
	padding: 2px; }
.scheduleTableHead  {
	color: white;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left !important;
	padding: 2px;
	background-color: black; }
.scheduleSpacerCell {
	width: 20px !important;
	background-color: transparent !important;
	border-style: none !important; }
	
/* Index Table Styles */
.indexTable {
	width: 500px;
	text-align: left; }	
.indexTable td {
	text-align: left;	
	font-size: 9pt;
	vertical-align: top;
	padding-bottom: 5px }
.indexFirstRow {
	text-align: left !important;
	padding: 0px 10px 5px 0px; }
.indexImageCell  {
	color: #666;
	font-size: 8pt !important;
	font-style: italic;
	text-align: center !important;
	padding: 0 0 5px 10px;
	width: 150px }
.indexImageCell p {
	margin-top: 0px; }
	
/* Footer Styles */
#footer  {
	color: #666;
	font-size: 8pt;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 6px;
	padding-top: 2px;
	width: 665px;
	clear: both;
	border-top: 1px solid black }
