@charset "utf-8";
/* CSS Document  print media*/

#header {
	display: none;
	}

#horizontalMenu {
display : none;
}


#main-top {
display: none;
}

#banners {
display: none;
}

#main-content h1 {
	padding: 0px;
	font: normal 1.3em arial, helvetica, sans-serif;
	margin: 5px 0px 15px 0px;
    border-bottom: 1px dotted #000000;
}

#main-content h2 {
	padding: 0px;
	font: normal 1.1em arial, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #990000;
}

#main-content p {
	font: normal 1em 'times new roman', times, serif;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
}

#main-content table.season {
	width: 100%;
	}


#main-content table.season th {
	font: normal 1.1em 'times new roman', times, serif;
	color: #990000;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #212121;
	padding: 5px;
	margin: 0px;
}


#main-content table.season td {
	font: normal 1em 'times new roman', times, serif;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #212121;
	padding: 5px;
	margin: 0px;
}

.img-left {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 5px 15px 0px 0px;
	float: left;
	}
	
.img-right {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 5px 0px 0px 15px;
	float: right;
	}

#main-content p:first-letter {
	font: normal 1.75em 'times new roman', times, serif;
	padding: 0px;
	}
	
#printer {
	display: none;
	}

#seasons-footer {
display: none;
}

#main-bottom {
display: none;
}

#footer p {
	font: normal .7em arial, helvetica, sans-serif;
	margin :0px 0px 10px 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}


#footer h2 {
	font: normal 1em 'times new roman', times, serif;
	margin: 0px;
}

#address {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
	}

