@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.h2_2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	color: #060;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}

.oneColElsCtr #container {
	width: 75em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E0E0E0;
	background-image: url(IMAGES/green_bay_packers_backgroun.jpg);
	background-repeat: repeat-y;
}
.header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 40px;
	color: #060;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
.h1_2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	color: #060;
	text-decoration: underline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	letter-spacing: .2em;
}


.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.navbarcontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #999;
	margin-top: 12px;
}
.accordionpanelcontainer {
	width: 1000px;
	padding-left: 70px;
}
.yeartodatetotalsdiv {
	width: 1000px;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #999;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
}
.imagefltleft {
	float: left;
	margin-left: 80px;
	border: 2px solid #7126CB;
}
.imagefltright {
	float: right;
	margin-right: 80px;
	border: 2px solid #1D5E04;
}
.footer {
	background-color: #060;
	text-align: center;
	padding-top: 15px;
}
.sitemeter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.schedulefloatleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	float: left;
	color: #53a6d7;
	font-variant: normal;
	font-weight: bold;
	border: 1px solid #333;
	padding-right: 5px;
	padding-left: 5px;
}
.schedulefloatright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	float: right;
	color: #53A6D7;
	font-weight: bold;
	border: 1px solid #333;
	padding-right: 5px;
	padding-left: 5px;
}
.small_image_padding {
	padding-bottom: 10px;
}
table tr td img {
	vertical-align: bottom;
}
.countdowntimerdiv {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: #06C;
	padding-top: 2px;
	letter-spacing: 0.1em;
	border: 3px double #06C;
	width: 42%;
	padding-bottom: 2px;
}
.oneColElsCtr #container #mainContent h2 u {
	color: #008040;
	font-variant: small-caps;
	letter-spacing: .5em;
}
.countdowntimerdiv_2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: #F00;
	padding-top: 3px;
	letter-spacing: 0.1em;
	border: 3px double #060;
	width: 42%;
	padding-bottom: 3px;
}
.font_red {
	color: #F00;
}
.mp3_playback_box {
	margin-right: auto;
	margin-left: 170px;
	border: 1px solid #666;
	float: left;
}

